Answer the question
In order to leave comments, you need to log in
Question for SEO. Full Ajax, graceful degradation + "#links"?
In general, the essence of the question is this:
Answer the question
In order to leave comments, you need to log in
The scheme works as follows:
1. The site supports the AJAX crawling scheme.
2. The server issues an HTML snapshot for each AJAX URL that is visible to the user (through the browser). The AJAX URL contains a hash fragment, such as www.example.com/index.html#mystate , where #mystate is the hash fragment. An HTML snapshot is all the content that is displayed on the page after the JavaScript code is executed.
3. Search engines index the HTML snapshot and serve the original AJAX URLs in their search results.
www.google.com/support/webmasters/bin/answer.py?hl=en&answer=174992
For a search engine, a link with a 301 redirect means the same as a direct one. You need to make crawlers redirect with code 301 to "/page/about" when they go to "/#page/about" (or vice versa). And everything will be fine.
> And when you follow this link, the server automatically redirects from "/#page/about" -> "/page/about"
I may be wrong, but the server will know about everything after #, REQUEST_URI will only contain what is before it.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question