Mobile app version of vmapp.org
Login or Join
Looi9037786

: SEO for URLs that are only accessible to users with a specific session variable I'm coding a website and I want to increase its SEO. I was wondering how the page rank was dealing with session-based

@Looi9037786

Posted in: #LinkJuice #Seo #Session #Url

I'm coding a website and I want to increase its SEO. I was wondering how the page rank was dealing with session-based url. I have a session variable "town" which construct all URLs of the website (basically example.com/TOWN). The structure of the website looks like this :

-town 1(default)
- category a
- category b
-town 2 (not default)
- category a (same as the town 1 one but different content)
- category b


I've noticed that all urls based on other towns than the default one were not indexed (I made a page "sitemap" with all available urls to force googlebot to follow links and index the pages). Are these urls as bad for linkjuice as indexes ? I notices that all urls based on other town that the default one has lower rank in Google index.

If it is bad for the PR, is there a better way to construct url based on a town than the session ? (I want the user to chose a town if the default one doesn't satisfy him, but when he or she changes town, the website keeps that parameter for the rest of his visit).

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Looi9037786

1 Comments

Sorted by latest first Latest Oldest Best

 

@Heady270

Googlebot does not use cookies and therefore does not use sessions. As a result, Google never sees the URLs for each town.

You are on the right path creating a sitemap. However, putting URLs into a sitemap is not sufficient to get them crawled and indexed. See The Sitemap Paradox.

You will need to find some way of linking to the town URLs from other pages on your site that Googlebot already accesses. You should then also place links on each town page to some other town pages.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme