4 replies
  • SEO
  • |
suppose a website has both https:// (SSL) & http:// before it's domain. Is that count by google as different address or duplicate content?
#content #duplicate
  • Profile picture of the author rameshji
    Be smart about the site structure: to keep the engines from crawling and indexing HTTPS pages, structure the website so that HTTPs are only accessible through a form submission (log-in, sign-up, or payment pages). The common mistake is making these pages available via a standard link (happens when you are either ignorant or not aware that the secure version of the site is being crawled and indexed).
    Use Robots.txt file to control which pages will be crawled and indexed

    Use .htaccess file. Here's how to do this:

    Create a file names robots_ssl.txt in your root.

    Add the following code to your .htaccessRewriteCond %{SERVER_PORT} 443 [NC]RewriteRule ^robots.txt$ robots_ssl.txt

    Remove yourdomain.com:443 from the webmaster tools if the pages have already been crawled

    For dynamic pages like php, try< ?phpif ($_SERVER["SERVER_PORT"] == 443){echo "< meta name=" robots " content=" noindex,nofollow " > ";}?>

    Dramatic solution (may not always be possible): 301 redirect the HTTPS pages to the HTTP pages - with hopes that the link juice will transfer over.
    {{ DiscussionBoard.errors[10567877].message }}
  • Profile picture of the author Carl Hardy
    Duplicate content generally refers to substantive blocks of content within or across domains that either completely match other content or are appreciably similar.
    Signature
    Defence Industries - procurement platform for key decision makers to expand business opportunities globally.
    {{ DiscussionBoard.errors[10568703].message }}
    • Profile picture of the author nettiapina
      Originally Posted by Carl Hardy View Post

      Duplicate content generally refers to substantive blocks of content within or across domains that either completely match other content or are appreciably similar.
      I wish there were real mods who'd ban these effing asshats.
      Signature
      Links in signature will not help your SEO. Not on this site, and not on any other forum.
      Who told me this? An ex Google web spam engineer.

      What's your excuse?
      {{ DiscussionBoard.errors[10568751].message }}
      • Profile picture of the author Tim3
        Originally Posted by nettiapina View Post

        I wish there were real mods who'd ban these effing asshats.
        Already reported numbnuts above for copy/paste spamming over an hour ago, I see he is still with us...

        What's more alarming to me though is the amount of excellent older threads that have been deleted anyone else noticed the phenomena?
        Signature

        {{ DiscussionBoard.errors[10568869].message }}

Trending Topics