View Single Post
  #8 (permalink)  
Old 05-07-2008, 07:19 PM
djarotstudio djarotstudio is offline
WebProWorld New Member
 

Join Date: May 2008
Posts: 12
djarotstudio RepRank 0
Default Re: 301 redirect problem?

Quote:
just change the HOME link on your pages to <a href="/">HOME</a> instead of <a href="/index.php">HOME</a>
Agreed. This one is one simple solution. just change all your home page link into a top directory as define above.
The result will be:
- your site won't be indexed as /index.php, so the rank won't be in this /index.php url for the next pr update.
- your next rank will be in / cause nobody will type /index.php when they need to open ur site. too hassle. unless they've bookmarked yours.

the reason why google indexed your /index.php, and pr3ed it, coz you gave this /index.php to google to crawl.
Reply With Quote