I just thought of something while I was in work this morning about helping some peoples problem with relevant ads. I've seen multiple posts about people getting PSA's or non-relevant ads on their index.php/html/htm page but more suitable ads on their other pages. Why not just foward your index to a more properly named document. Using something like.... <html> <head> <title>Site Title</title> <META HTTP-EQUIV=Refresh CONTENT="0; URL=http://www.yourwebsite.com/more-appropriate-index.php"> </head> <body> </body> </html> So when ever visits your main domain without any /file.php or /subfolder...their index is instantly forwarded to a page with a better name, acting as the index I think it would be ok in Google's eyes, but if anyone believes otherwise let me know. Once again, it's just an idea, so go easy on me