Hello, I am trying to work my way through why Yahoo wont index anymore than my homepage (No prob with Google).
I think it is all to do with duplication. I have a mix of
1. "dynamic pages" /index.php?page=help
and
2. ALL "duplicate meta-tags throughout my sites pages" because my website uses the Smarty Templates system which doesnt allow me to have different meta tags on each page! ?
I found this code for htaccess which removes the index.php from say [
mysite.com...] because it is to help stop duplication.
# Remove index.php from root
RewriteEngine On
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /index\.php [NC]
RewriteRule ^index\.php$ [
mysite.com...] [R=301,L]
My question is...Is this a good idea now as my site isnt new. Will this REDIRECT existing incoming links or would I lose them?
I have also just "enabled" some URL normalization words in Bing Webmaster, like "page", infact I think I enabled them all, as I am guessing Yahoo/Bing must have seen them as a problem in the first place?
I do have "some pages" mod rewritten to .html pages, but even these are not indexed in Yahoo.
Any feedback "much" appreciated.
Thank you :)