Answer the question
In order to leave comments, you need to log in
How to create content for different cities?
There is not a little known site. It has the following pages (all cities):
https://pixelplus.ru/poiskovoe_prodvizhenie_sajtov...
https://pixelplus.ru/poiskovoe_prodvizhenie_sajtov...
We see the following in the search results:
Questions arise:
1. How are such pages created?
2. Do I need to create physical pages?
3. If the pages are not physical, how does the search robot find them?
Answer the question
In order to leave comments, you need to log in
How are these pages created?
In fact, there are many options. On one site that did not have a full-fledged opportunity to do this, but it was very necessary, I used the Nginx rewrite rule
location ~ /(?<city>.*)/catalog/(?<section>.*) {
rewrite /([^/]+)/catalog/([^/]+) /catalog/$section?city=$1 break;
}
And who is your site, besides you, will search for similar queries))))))
Links will be indexed anyway.
Substitute depending on the Geo IP Location of the visitor
Perhaps you should think about making several versions of the site by city, for example, on subdomains or in a category.
For example, as on Avito:
https://www.avito.ru/sankt-peterburg
https://www.avito.ru/moskva
You can generate in different ways. You need to look at the issue, the geodependence of queries, study the tops.
Perhaps auto-adding %city% in meta tags will be enough. In some niches, you have to write a unique text for each page of each city.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question