Results 1 to 12 of 12
  1. #1
    eenzoo's Avatar
    eenzoo is online now Private Member
    Join Date
    November 2014
    Location
    Bella Italia
    Posts
    1,469
    Thanks
    523
    Thanked 1,056 Times in 636 Posts

    Default Potential Cloudflare Problem

    I using Cloudflare at a couple of domains.
    I donīt use SSL certificates on this domains.
    During couple of weeks i saw a slow but steady step by step downward trend in Google and i had not really an explanation!
    Today i realized that Cloudflare has an active SSL certificate for each domain you add there!

    Following problem occurs, ... however, Google started to crawl the https version of this domain too and indexed them!
    For sure i didn't expect that and couldn't setup a matching redirect in htaccess ...

    And in the end i have not 500 indexed urls under that domain but 1000 and a typical duplicated content problem!
    So if you use Cloudflare and you don't want a running https version, take care that you disable SSL in your Cloudflare account!

  2. The Following 5 Users Say Thank You to eenzoo For This Useful Post:

    Online-casinos.co.uk (7 February 2017), PROFRBcom (15 August 2017), PromoteCasino (7 February 2017), Sidney (7 February 2017), sweetbet (7 February 2017)

  3. #2
    sweetbet's Avatar
    sweetbet is offline Public Member
    Join Date
    November 2012
    Posts
    2,824
    Blog Entries
    5
    Thanks
    898
    Thanked 1,573 Times in 1,086 Posts

    Default

    I'm glad I read this thread. That explains why google has been indexing a lot of https urls when I don't use them.

  4. #3
    Online-casinos.co.uk is offline Private Member
    Join Date
    August 2004
    Location
    Manchester
    Posts
    217
    Thanks
    160
    Thanked 43 Times in 31 Posts

    Default

    Is there a quick way to check for this?

  5. #4
    eenzoo's Avatar
    eenzoo is online now Private Member
    Join Date
    November 2014
    Location
    Bella Italia
    Posts
    1,469
    Thanks
    523
    Thanked 1,056 Times in 636 Posts

    Default

    Quote Originally Posted by Online-casinos.co.uk View Post
    Is there a quick way to check for this?
    Check PM

  6. The Following User Says Thank You to eenzoo For This Useful Post:

    Online-casinos.co.uk (7 February 2017)

  7. #5
    DanHorvat's Avatar
    DanHorvat is offline Private Member
    Join Date
    November 2008
    Location
    Actual location may vary.
    Posts
    1,955
    Blog Entries
    3
    Thanks
    1,376
    Thanked 1,304 Times in 770 Posts

    Default

    The problem you're describing is probably more common than we think. But the way to go is not to disable SSL on Cloudflare, but to make sure you redirect to the proper version.

    You have www and non-www version of your site.
    You have http and https version of your site.
    That's a total of four possibilities for URLs, and you should pick one and redirect the others.

    There's no way around that. It's common practice and something every webmaster should do when launching a new website.

    And you should also have four Google Webmaster Tools websites added, for all four versions, and only one will be active.
    Backlink building and bespoke white hat SEO service available. PM for details.

  8. The Following 2 Users Say Thank You to DanHorvat For This Useful Post:

    -Shay- (7 February 2017), PROFRBcom (15 August 2017)

  9. #6
    eenzoo's Avatar
    eenzoo is online now Private Member
    Join Date
    November 2014
    Location
    Bella Italia
    Posts
    1,469
    Thanks
    523
    Thanked 1,056 Times in 636 Posts

    Default

    Yes, right. I do so for www and no-www problematic by default.
    If i use SSL i add a proper redirect too!
    But i saw no occasion to add a redirect for something that shouldn't be active
    So ... my way was to deactivate SSL and ask Google for a re-crawl.
    Hope that will fix the serps.

  10. #7
    Gosu's Avatar
    Gosu is offline Private Member
    Join Date
    June 2017
    Posts
    137
    Thanks
    68
    Thanked 110 Times in 51 Posts

    Default

    Sorry for bringing this old thread up.

    I have also just started using cloudflare and activated ssl. It seems to be working smoothly as the http://www.domain / http://domain and https://www.domain are all good, redirecting etc. My domain to go for is https://www.domain. There is only one problem though, when typing https://domain its not redirecting or anything but "site not found" error. So basically its working except the non www https version. Can anyone help me here? Excuse me but I am not the most technical guy.

  11. #8
    Join Date
    November 2005
    Posts
    4,510
    Blog Entries
    1
    Thanks
    1,920
    Thanked 2,216 Times in 1,278 Posts

    Default

    Quote Originally Posted by DanHorvat View Post
    That's a total of four possibilities for URLs
    It's actually 5 if you have a dedicated IP

  12. The Following User Says Thank You to Former Member 14 For This Useful Post:

    Cash Bonus (12 August 2017)

  13. #9
    PromoteCasino is offline Private Member
    Join Date
    June 2013
    Location
    London
    Posts
    1,117
    Thanks
    1,074
    Thanked 496 Times in 335 Posts

    Default

    Does anyone have the redirect code for .htaccess file so it goes to https?

    Also in Wordpress -General strings do I change that to https?

    If so does that cause problems with images etc..?

  14. The Following User Says Thank You to PromoteCasino For This Useful Post:

    Cash Bonus (12 August 2017)

  15. #10
    vardan's Avatar
    vardan is offline Private Member
    Join Date
    March 2014
    Location
    Barcelona, Spain
    Posts
    431
    Thanks
    391
    Thanked 231 Times in 156 Posts

    Default

    These are the codes I use on my websites. The first code is for non-www to www and http to https, and the second one is for www to non-www and http to https:

    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^domain.com$ [NC]
    RewriteRule (.*) https://www.domain.com/$1 [R=301,L]

    RewriteEngine On
    RewriteCond %{HTTPS} off
    RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

  16. The Following User Says Thank You to vardan For This Useful Post:

    Cash Bonus (12 August 2017)

  17. #11
    PromoteCasino is offline Private Member
    Join Date
    June 2013
    Location
    London
    Posts
    1,117
    Thanks
    1,074
    Thanked 496 Times in 335 Posts

    Default

    Thanks Vardan

  18. The Following 2 Users Say Thank You to PromoteCasino For This Useful Post:

    Cash Bonus (12 August 2017), vardan (12 August 2017)

  19. #12
    PromoteCasino is offline Private Member
    Join Date
    June 2013
    Location
    London
    Posts
    1,117
    Thanks
    1,074
    Thanked 496 Times in 335 Posts

    Default

    Quote Originally Posted by DanHorvat View Post
    The problem you're describing is probably more common than we think. But the way to go is not to disable SSL on Cloudflare, but to make sure you redirect to the proper version.

    You have www and non-www version of your site.
    You have http and https version of your site.
    That's a total of four possibilities for URLs, and you should pick one and redirect the others.

    There's no way around that. It's common practice and something every webmaster should do when launching a new website.

    And you should also have four Google Webmaster Tools websites added, for all four versions, and only one will be active.
    Hi Dan,

    A quick question I set up all four in WMT and I think I have redirected to the main one https. Do I need to submit a sitemap on each of the four accounts? Or just the one that is to be used?

Posting Permissions

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