Monday, January 17, 2011

google ajax crawling and use of #!

When using googles ajax crawling specification, what happens to pages and links that do not use this format for linking.

In the head of the document, I have included the mandatory
<meta name="fragment" content="!" />

This is great and google is following my links that have #! in them.
domain.com/#!/something/
turns into
domain.com/?_escaped_fragment_=/something/

The problem is that its also trying to follow other normal links
domain.com/something/
turns into
domain.com/something/?_escaped_fragment_=

This sucks because i'm trying to include both ajax and regular links for accessibility users.

No comments:

Post a Comment