Hi, Google shows my URL in search results like this:
www.xxx.net/index
If I send new crawling, then some weeks the URL will be shown fine (without /index). But then it shows URL with /index again?
How can I solve that?
Here is the re-write rule:
RewriteEngine On
RewriteRule ^index$ /$1 [R=301,NC,L]