Hi -
How do I convert something like
me.com/profile/24443/quincy-jones
to
me.com/profile.php?id=24443
or something like
me.com/store/24111/robert-adams
to
me.com/store.php?id=24111
with mod_rewrite?
Can I make the reverse conversion as well with mod_rewrite, or would I have to parse it through PHP?
...
I want to learn SEO! How much does it help to know how robots work when doing SEO?
So could anybody kindly answer that? Maybe it is a dumb question.
Thanks!
...
I'm experimenting with building sites dynamically on the client side, through javascript + a json content server, the js retrieves the content, and builds the page client-side. Now, the content won't be indexed by google this way, is there a work around for this? like having a crawler version and a user version? Or having some sort of st...
So, I know there's a lot of this subject here and over the Internet. But most articles/questions refers to "static" url rewriting, like:
www.site.com/products.aspx?category=Books
So they rewrite it to
www.site.com/Products/Books
That's ok but I need something else.
The site is like a CMS, it has different types of content.
Nowad...
I have been using a noscript tag to show a warning when users have JavaScript disabled or are using script blocking plugins like Noscript. The website will not function properly if JavaScript is disabled and users may not figure out why it is not working without the warning.
After the latest Google algorithm shuffle, I have seen the dai...
Are these two equivalent?
<meta name="keywords" content="first" />
<meta name="keywords" content="second, third" />
and
<meta name="keywords" content="first, second, third" />
I have keywords that are applied for all the pages and then I want to have separate set of keywords for each page. Is there any problem with having multiple ...
I know Google's creation of sites' titles and descriptions (or "snippets") are mainly come from META description. However, when one of my web pages shows up, there are some undesired words like price(which is not good at all). What I want it to show is just the description of the product rather than its price. Actually the price only men...
I have a website called http://www.demandb.com and it's a classified sites... Can any one tell me the different SEO Techniques for my site to get huge amount of visitors....I dint yet started SEO for this website...
So please help me out in letting me know about the different SEO Techniques where in my site can rank well and get lots of...
Hi all.
I wanted to know if there is a solution using IIS6 for an application to get rid of the default.aspx text in the url. so for example if a user hits:
www.website.com/default.aspx
the browser only shows:
www.website.com/
No matter what.
It's just for SEO.
I already use UrlRewriting.NET for some rewrites in my app but for I'm ...
I am currently generating a sitemap file dynamically using a HttpHandler, with a path set to sitemap.axd. This then returns xml content. No one at my office is certain if all search engines accept this extension or if they need .xml to parse. I know that I can submit it to Google through the webmaster tools and use robots.txt to indicate...
Hi
My current code is something like this
store.php?storeid=12&page=3
and I'm looking to translate it to something like this
mysite.com/roberts-clothing-store/store/12/3
and something like this:
profile.php?userid=19
to
mysite.com/robert-ashcroft/user/19
I understand that it's best to have the SEO-friendly text as far left a...
I have implemented cloaking for search engines. In my category pages, it will display all the products if the user agent visiting is a search engine.
But how do I test it? Can I pretend to be a search engine? Do I wait till google indexes it and look at the cached result?
...
I am using postbacks to perform paging on a large amount of data. Since I did not have a sitemap for google to read, there will be products that google will never know about due to the fact that google does not push any buttons.
I am doing cloaking to spit out all the products with no paging if the user-agent is that of a search engine....
I'm using LAMP server, and I need to redirect requests like:
www.www.example.com to www.example.com and other variations like (wwww.example.com, etc)
I know I can do it in .htaccess, but I don't know the regular expression that I should use to represent all these possibilities.
Or there is any diferent approach, comming from the vhost...
I'm having problems optimizing my mobile site. I've submitted a sitemap with a 1000 links but only 600 have been properly indexed. The thing is the links are 301 redirects that are being passed to NATs:
301 redirects goes to mobile site
passed to NATs
then comes back
Any suggestions would be honored. Thank you for taking your time t...
I was told this by a coworker, and I was curious if this was true. They requested I change any links on a site that point to the homepage as 'index.php', I'm assuming because they think it will treat the two different URLs (www.sitename.com and www.sitename.com/index.php) as duplicate content. However, I don't think that this is the ca...
I have a classifieds site and I want to know whether creating subdomains or sub-folders is better, as I am in state of confusion.
If we need to take sub-domains then what are the benefits which we can get from sub-domains?
If we need to take sub-folders then what are the benefits we can get from them?
If we create sub-domains then Goo...
I am writing web application I am not sure what is the correct response to unauthorized request. For user it is convenient when server response with 302 and redirects him to login page. However somewhere deep inside I feel that 401 is more correct. I am also little afraid if the 302 cannot be misinterpreted by search engines.
So how do...
By default I see that Sandcastle is generating HTML pages and links named with GUIDs. Can somehow this be changed to generate user/SEO friendly names for the pages? Ie. instead of f987d4ff-cabc-10af-86cd-620978605d86.htm I want it create 'namespace.class.method.htm', similar to how the .Net MSDN documentation is generated.
...