Welcome to TalkGraphics.com
Results 1 to 8 of 8
  1. #1
    Join Date
    May 2002
    Location
    Canada
    Posts
    3,345

    Default duplicate content on site

    I did a site test on nibbler and got this message. I do not see two seperate sites. I only have one site and uses HTTP's. Any idea what is happening?


    • There is duplicate content on http://www.clearsoundhearing.ca and http://clearsoundhearing.ca. This is bad, as technically they are classed as two different websites. Search engines may lower a website's rank if they find the same content on two different URLs. Close recommendations
      • Choose one domain that you would like to use and then set a permanent (HTTP 301) redirect to forward users who visit the other.

  2. #2
    Join Date
    May 2002
    Location
    Canada
    Posts
    3,345

    Default Re: duplicate content on site

    I made a .htaccess file and added the following, hope it is ok, cause I am not a coder

    ErrorDocument 404 /404-error.htm


    RewriteEngine On
    RewriteCond %{SERVER_PORT} 80
    RewriteCond %{HTTP_HOST} ^(www\.)?clearsoundhearing\.ca
    RewriteRule ^(.*)$ https://www.clearsoundhearing.ca/$1 [R,L]

  3. #3
    Join Date
    Dec 2018
    Location
    Australia
    Posts
    1,777

    Default Re: duplicate content on site

    That looks like you have got it spot on. The .htaccess code directs any traffic aimed at the http:// site to the https:// site.

    I just tried to go to the http:// one, and I was seamlessly sent to the https://

  4. #4
    Join Date
    May 2002
    Location
    Canada
    Posts
    3,345

    Default Re: duplicate content on site

    Perfect Chris. I appreciate it.

  5. #5
    Join Date
    Aug 2000
    Location
    Harwich, Essex, England
    Posts
    21,929

    Default Re: duplicate content on site

    It also helps if you insert this in the head section of your site:

    <link rel=“canonical” href=“https://clearsoundhearing.ca” />
    For further explanation:

    LINK
    Egg

    Minis Forum UM780XTX AMD Ryzen7 7840HS with AMD Radeon 780M Graphics + 32 GB Ram + MSI Optix Mag321 Curv monitor
    + 1Tb SSD + 232 GB SSD + 250 GB SSD portable drive + ISP = BT + Web Hosting = TSO Host

  6. #6
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,866

    Default Re: duplicate content on site

    Quote Originally Posted by Egg Bramhill View Post
    It also helps if you insert this in the head section of your site:
    For further explanation: LINK
    For references, since Aug 2021 and Plus version 21.5:
    A <link rel=canonical> is now automatically applied to the <head> of your web page when you publish to Xara Hosting / MAGIX Online World. If you are publishing to Other Web Host, enter the URL you want set as canonical in the Website URL field.
    So Plus users need not apply.

    Acorn
    Acorn - installed Xara software: Cloud+/Pro+ and most others back through time (to CC's Artworks). Contact for technical remediation/consultancy for your web designs.
    When we provide assistance, your responses are valuable as they benefit the community. TG Nuggets you might like. Report faults: Xara Cloud+/Pro+/Magix Legacy; Xara KB & Chat

  7. #7
    Join Date
    Aug 2000
    Location
    Harwich, Essex, England
    Posts
    21,929

    Default Re: duplicate content on site

    Egg

    Minis Forum UM780XTX AMD Ryzen7 7840HS with AMD Radeon 780M Graphics + 32 GB Ram + MSI Optix Mag321 Curv monitor
    + 1Tb SSD + 232 GB SSD + 250 GB SSD portable drive + ISP = BT + Web Hosting = TSO Host

  8. #8
    Join Date
    May 2002
    Location
    Canada
    Posts
    3,345

    Default Re: duplicate content on site


 

 

Bookmarks

Posting Permissions

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