Чтобы избавиться от дублей главной страницы типа sait.ru/index.php нужно в .htaccess. прописать
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/
RewriteRule ^index\.php$ http://sait.ru/ [R=301,L]
Чтобы избавиться от дублей главной страницы типа sait.ru/index.php нужно в .htaccess. прописать
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php\ HTTP/
RewriteRule ^index\.php$ http://sait.ru/ [R=301,L]