Results 1 to 9 of 9

301 Re-Direct

This is a discussion on 301 Re-Direct within the General Discussion forums, part of the vBulletin SEO Discussion category; A website test site for SEO gave me this error.... Permanent Redirect Not Found Search engines often regard www.estetica-design-forum.com and ...

  1. #1
    Senior Member toon's Avatar
    Real Name
    Andi
    Join Date
    Jun 2007
    Location
    Sheffield UK
    Posts
    197
    Liked
    1 times

    301 Re-Direct

    A website test site for SEO gave me this error....

    Permanent Redirect Not Found

    Search engines often regard www.estetica-design-forum.com and estetica-design-forum.com as two different websites unless you take specific measures to signal to them that they are the same site.

    The best way to handle this situation is to setup what is known as a permanent redirect (or a "301" redirect) from one of these sites to the other. This way, any links that are pointing to the secondary site benefit the primary site, from an SEO perspective.

    We could not detect a permanent redirect for this site, so it may be experiencing the negative effects of link fragmentation (some of the inbound links may point to www.estetica-design-forum.com and others to estetica-design-forum.com) For example, www.estetica-design-forum.com seems to have 11,877 inbound links whereas graphic-design-forum.com has 11,959 inbound links. By correctly configuring a permanent 301 redirect, the search rankings might improve as all inbound links are correctly counted for the website.
    Sorry to sound a little naive but hosting and domain etc is my real weak point.

    Can you use VBSEO to fix this? Is it a major problem would fixing it benefit me a great deal?

    Thanks for the input
    Last edited by toon; 11-29-2007 at 09:30 AM.

  2. #2
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,367
    Liked
    542 times
    Blog Entries
    4
    Hello Andi ,

    Please uncomment the following lines in vbseo .htaccess with changing yourdomain.com to match your domain.

    Code:
    #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
    #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  3. #3
    Senior Member toon's Avatar
    Real Name
    Andi
    Join Date
    Jun 2007
    Location
    Sheffield UK
    Posts
    197
    Liked
    1 times
    Thanks for the help but you'll have to be a little clearer I'm not a coder, can this be done via the VBSEO Cpanel?

  4. #4
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,367
    Liked
    542 times
    Blog Entries
    4
    You need to edit your .htaccess which you uploaded to your server with vBSEO installation.These lines are inside the .htaccess you need to uncomment them by removing # from the beginning of the lines. After the edit the lines shall look like
    Code:
    RewriteCond %{HTTP_HOST} !^www\.graphic-design-forum\.com
    RewriteRule (.*) http://www.graphic-design-forum.com/$1 [L,R=301]
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  5. #5
    Senior Member toon's Avatar
    Real Name
    Andi
    Join Date
    Jun 2007
    Location
    Sheffield UK
    Posts
    197
    Liked
    1 times
    Thanks again

  6. #6
    Senior Member toon's Avatar
    Real Name
    Andi
    Join Date
    Jun 2007
    Location
    Sheffield UK
    Posts
    197
    Liked
    1 times
    I now have a small problem, I'm trying to add a new domain onto my hosting account and the re-direct .htaccess file is redirecting my new parked url to the other one is there a way around it?

  7. #7
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    12 times
    Quote Originally Posted by toon View Post
    I now have a small problem, I'm trying to add a new domain onto my hosting account and the re-direct .htaccess file is redirecting my new parked url to the other one is there a way around it?
    That's exactly what you want to happen. You don't want multiple domains pointing to the same content; it will only hurt your rankings. All parked domains will be 301 redirected to the primary domain.

    Or, if you're trying to add a whole new site to your hosting account, point the domain to a new, empty directory, not to your current site.

  8. #8
    Senior Member toon's Avatar
    Real Name
    Andi
    Join Date
    Jun 2007
    Location
    Sheffield UK
    Posts
    197
    Liked
    1 times
    Thanks for the reply. That's the problem the host seems to set up add on hosts just by adding a new folder and pointing the new domain at it. So VBSEO is doing it's job which means I can't add on a site without starting a new account. Just thought I'd ask if there was a way around it.

  9. #9
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    12 times
    If they added a new directory under your current site directory, you can put a .htaccess file into that directory and put this line in it:

    RewriteEngine Off

Similar Threads

  1. 301 OK vs. 301 Permanently Moved?
    By Citricguy in forum Bug Reporting
    Replies: 2
    Last Post: 02-01-2007, 02:33 PM
  2. 301 homepage
    By Ashley in forum General Discussion
    Replies: 2
    Last Post: 02-15-2006, 06:34 AM

Posting Permissions

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