Activity Stream
48,167 MEMBERS
6768 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 3 of 3
  1.     
    #1
    Banned
    Website's:
    Warez-Serbia.com RapidMoviez.org NetloadPorn.in

    Default IPB help Duplicate Content (www redirect)

    Please can you help me to fix this :

    Wait! We're detecting that you're not redirecting the non-www version of your website to the www version (or vice versa). By not doing so, you're creating essentially two versions of your website that can confuse the search engines when it comes time to rank your site.
    Effects on trafficmaller infractions of duplicate content, like the www redirect (the one we're looking for here) can have a moderate impact on traffic. You may see after doing the proper 301 redirect from www to non-www (or vice versa) will result in moderately better rankings. Actual duplicate content, where you post the exact content on two different websites for instance, have a much higher impact. It is highly likely only one of those sites will rank with the content, and a small chance that both will not rank at all. Avoid duplicate content!
    Doom Reviewed by Doom on . IPB help Duplicate Content (www redirect) Please can you help me to fix this : Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    LulzCovers.com LulzTroll.com
    add this code to your .htaccess

    if redirecting to non www for example http://www.xyz.com to http://xyz.com
    add this:
    Code: 
    RewriteEngine On
    RewriteBase /
    RewriteCond %{HTTP_HOST} ^www.yourdomain.com [NC]
    RewriteRule ^(.*)$ http://yourdomain.com/$1 [L,R=301]
    if redirecting to www for example http://xyz.com to http://www.xyz.com
    add this:
    Code: 
    RewriteEngine On
    RewriteBase /
    RewriteCond %{HTTP_HOST} ^yourdomain.com [NC]
    RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [L,R=301]
    it will solve your problem
    Contact me for Traffic, SEO, WCDDL, Wordpress, IPB related Services or queries.
    Template Designing, PSD to HTML, Wordpress


  4.     
    #3
    Banned
    Website's:
    Warez-Serbia.com RapidMoviez.org NetloadPorn.in
    Thanks mate

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Duplicate content checker?
    By Suhel in forum Webmaster Discussion
    Replies: 6
    Last Post: 5th Jun 2012, 08:58 AM
  2. Duplicate Content Checker
    By EsotorisK in forum Useful Sites
    Replies: 3
    Last Post: 12th Dec 2011, 04:00 AM
  3. Duplicate Content
    By chemicalx in forum Webmaster Discussion
    Replies: 11
    Last Post: 5th Dec 2011, 10:03 AM
  4. (SQL) How can I remove duplicate content from DB?
    By hatem20 in forum Web Development Area
    Replies: 1
    Last Post: 26th Oct 2011, 09:48 PM
  5. Duplicate Content Issue
    By TechSmart in forum Legal Issues
    Replies: 6
    Last Post: 12th Jul 2011, 09:09 PM

Tags for this Thread

BE SOCIAL