tags:

views:

26

answers:

1

Hi,

I would like to know that whether using of # in the URL is going to effect SEO.

For example

http://www.example.com/index.php#page-1

http://www.example.com/index.php#page-2

Both the links have UNIQUE CONTENTS (Contents of the page #page-1 is different from that of #page-2)

Are the pages going to be interpreted as different pages by Google?

Please Help. Thanks

+3  A: 

You need to follow Google's solution for making dynamic pages crawlable. Otherwise, google will not read dynamic content.

http://code.google.com/web/ajaxcrawling/docs/getting-started.html

Māris Kiseļovs