How I can deal with ajax pagination?
-
Hello!
I would like to have your input about how I can deal with a specific page in my website
As you can see, we have a list of 76 ski resort, our pagination use ajax, wich mean we have only one url, and just below the list, we have a simple list of all the ski resort in this mountain, which show all the 76 ski resorts..
I know it's quite bad, since we can reach the same ski resort with two différents anchors links.
Thanks you very much in advance,
Simon
-
Hi,
There are 3 ways:
1. Use the nofollow rel to pagination links (that will promote your first page only)
2. Exlude ajax pagination and change the title of your page adding the page number at the end.
3. Verify if the crawler bot is (google, yahoo, bing) then put a variable to exclude ajax when the page is crawled
There is allways a problem using ajax on website (it makes duplicates)
-
Thanks a lots, I think we'll go for option 2.
Thanks again -
Hi again,
I still have a question

If all my content is accessible without javascript (my ajax pagination), do you think Google with crawl all my content?
Search Engine cannot read js no?