Results 1 to 3 of 3

Index as Redirect

This is a discussion on Index as Redirect within the General Discussion forums, part of the vBulletin SEO Discussion category; I have vbseo installed now, with vbnews also installed. In order to get vbnews to work properly, an index.php was ...

  1. #1
    Senior Member LPH2005's Avatar
    Real Name
    LPH2005
    Join Date
    Oct 2006
    Posts
    115
    Liked
    0 times

    Index as Redirect

    I have vbseo installed now, with vbnews also installed. In order to get vbnews to work properly, an index.php was created to redirect to /news/ ...

    I am not sure how Google handles this type of redirect.


    <?php
    header("Location: news/");
    ?>

    Will this cause a problem with Google?

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    It's suggested to use 301-redirect, insert the following above your code:
    PHP Code:
    header ("HTTP/1.1 301 Moved Permanently"); 
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  3. #3
    Senior Member LPH2005's Avatar
    Real Name
    LPH2005
    Join Date
    Oct 2006
    Posts
    115
    Liked
    0 times
    Thank you. I will do this tonight because the site was number one with search "insane politics" and dropped after this redirect.

Similar Threads

  1. Google's Supplemental Index - What You Need To Know
    By Majora in forum General Discussion
    Replies: 7
    Last Post: 05-27-2007, 03:41 PM
  2. 301 fügt ?vbseourl= mit an
    By Junior in forum Deutsch
    Replies: 8
    Last Post: 11-20-2006, 02:07 PM
  3. Redirect old URLs to index (phpBB)
    By MikeF in forum Custom Rewrite Rules
    Replies: 3
    Last Post: 02-07-2006, 03:40 PM
  4. only able to view 1/3 of vbseo config area
    By mindhunter77 in forum Troubleshooting
    Replies: 5
    Last Post: 01-31-2006, 05:46 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •