Answer the question
In order to leave comments, you need to log in
What's better? Redirect or close from indexing?
There are duplicate pages on the site:
site.ru/index.php
site.ru/index
site.ru
I put a redirect from site.ru/index.php to site.ru
But I can’t put a redirect from site.ru/index !
Is it possible to block robots from indexing?
Or is it better to put a redirect after all?
Answer the question
In order to leave comments, you need to log in
Is it possible to block robots from indexing?
server {
server_name yoursite.ru;
.......................
.......................
location /index {
return 301 https://yoursite.ru/;
}
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question