Mobile app version of vmapp.org
Login or Join
Barnes591

: SEO indexing with dynamic titles, keywords and descriptions I'm working on a website (all in one single domain) so I'm wondering to create dynamic titles, descriptions, keywords and headings for

@Barnes591

Posted in: #IpAddress #LocalSeo #MetaTags #Seo #Title

I'm working on a website (all in one single domain) so I'm wondering to create dynamic titles, descriptions, keywords and headings for each location.

What I'm doing is to get information from the IP address of the user and show for example a dynamic title:

var userCity = codeToGetCityFromIP;

<title>Welcome to userCity</title>
// and same for description, keywords and headings...


Obviously the code is different.

I'd like to know if it is a good solution to create multiple SEO indexing based on cities?

I'm also using GeoLocation and I do same using the returned values from it.

I'm doing right or there are more effective ways to indexing in different countries and cities without create multiple website for each city of the world?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Barnes591

1 Comments

Sorted by latest first Latest Oldest Best

 

@Samaraweera270

The first problem I see is that a search engine bot will "see", and therefore crawl and index, a page with a title optimised to the location of the bot. If it's in Chicago, it indexes a page with the title <title>Welcome to Chicago</title>, and that's what's shown to any user, regardless of where they are or what terms they search.

Also, what about the actual content? You're changing the title, keywords and meta description to match the location of the IP, but you can't re-write content to be relevant to each IP's location.

Might be a breach of guidelines for some engines, too. Google's Webmaster Guidelines, for example, prohibit "automatically generated content", which is essentially what you're proposing.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme