Forum Moderators: open
When I look on my log files, I see:
"GET / HTTP/1.0" 200 13318 "-" "Googlebot/2.1 (+http://www.google.com/bot.html)"
and further:
"GET /index.php HTTP/1.0" 200 13318 "-" "Googlebot/2.1 (+http://www.google.com/bot.html)"
For me / and /index.php are the same pages because the starting page of my site is written in PHP.
Does Google consider them as 2 different pages (In this case, I might be penalise for duplicate content)?
Thanks for helping.
There are two issues:
- linking to a domain or folder compared to linking to just the filename (for index pages, just link to the domain or folder, and do not state the file name).
- using non-www and www versions of the domain (set up a 301 redirect to direct all non-www traffic to the www version).