Trouble with https
-
A new client of mine utilizes a ssl certificate, so his domain starts with https, it seems to be messing up the seo. I just ran a check with site explorer and if I copy and paste the https url into site explorer, it is not found. when I enter http, I get 1 backlink, no facebook likes and no internal links, all which are totally incorrect. Where do I start to sort this out?, htaccess, and what is the best strategy to take?
Thanks so much for your assistance! Carin
-
Also should I make not of that redirection in google webmaster account too? Like a canonical redirect can be noted?
-
I would like to redirect all https links that have been built to http and make sure http is always served up, not https as it is now. there is no real need for a secure connection as the forms all just ask for email or phone number, no personal information. right now htaccess shows the following: Any help would be appreciated!
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} -
I have never done SEO on an https page, but there are quite a few https pages that rank well. Here are some more notes: http://www.seomoz.org/ugc/seo-for-https-with-s-like-secure
-
I guess it is being redirected in htaccess, he doesn't have a cart its an insurance site, and there is really no need for ssl in my understanding. I have already built links to the https, so I guess I could just redirect them to http. Its worth a try.
But I still don't understand if having https: is a confusing element in seo and dilutes and hides links?
-
The site has been live for a couple of years, I can find it without the https. but the data is not complete. How often approximately does the database update, for facebook and other link data?
-
How long ago was the site launched? I ask this because Seomoz uses a database. What happens if you do a link: www.example.com?
-
Normally I just use https for the pages that require it, like during the cart process. That means the top level pages are http only and SEO isn't affected. Could you do that?
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
301 redirect hops from non-https and www
It's best practice to minimize the amount of 301 redirect hops. Ideally only one redirect hop. It's also best practice to 301 redirect (or at least canonical) your non-https and/or your non-www (or www) to the canonical protocol/subdomain. The simplest (and possibly the most common) way to implement canonical protocol/subdomain redirects is through a load balancer or before your app processes the request. Both of which will just blanket 301 to the canonical domain/protocol regardless if the path exists or not In which case, you could have: Two hops. i.e. hop #1 http://example.com/foo to https://example.com/foo, hop #2 https://example.com/foo to https://example.com/bar 301 to a 404. Let's say https://example.com/dog never existed, but somebody for whatever reason linked to it (maybe a typo). If I request https://www.example.com/dog, the load balancer would 301 to a 404 page. Either scenario above should be fairly rare. However, you can't control how people link to you. Should I care about either above scenario? I could have my app attempt to check if the page exists before forwarding, but that code could be complicated.
Intermediate & Advanced SEO | | dsbud0 -
Visibility for https://goo.gl/gJH7eh
Hi Mozzers, I am wondering if anyone can help me with the following. At the start of May this year we really lost visibility for the homepage of this site https://goo.gl/gJH7eh. This was particularly noticeable by tracking rankings for the term 'oak furniture'. We previously ranked on page 1 for the term 'oak furniture', but since May the homepage has struggled to make the top 100 positions for this term. We're confident that we have done everything within Google's guidelines, but it seems something is really holding the homepage back. The site ranks on page 1 for 'oak furniture' on Bing. The site had previously had a manual penalty for unnatural links (warning received several years ago). These links had a particular emphasis on using the anchor text 'oak furniture'. When we took over the site we did an extensive link clean up and disavow and managed to get the penalty removed at the end of October 2013. Any help would be greatly appreciated. Karen
Intermediate & Advanced SEO | | OFS0 -
Our client's web property recently switched over to secure pages (https) however there non secure pages (http) are still being indexed in Google. Should we request in GWMT to have the non secure pages deindexed?
Our client recently switched over to https via new SSL. They have also implemented rel canonicals for most of their internal webpages (that point to the https). However many of their non secure webpages are still being indexed by Google. We have access to their GWMT for both the secure and non secure pages.
Intermediate & Advanced SEO | | RosemaryB
Should we just let Google figure out what to do with the non secure pages? We would like to setup 301 redirects from the old non secure pages to the new secure pages, but were not sure if this is going to happen. We thought about requesting in GWMT for Google to remove the non secure pages. However we felt this was pretty drastic. Any recommendations would be much appreciated.0 -
HTTPS Login on HTTP Site | 301 or 302 Redirect?
I've searched the forum on this and online and can't seem to find a definitive answer. Some e-commerce sites that are http use a 302 redirect to the https login while other sites use a 301 redirect. I know 302 is generally not recommended but in this case it may make sense. Can anyone advise on the correct practice?
Intermediate & Advanced SEO | | CallMeNicholi0 -
Help with https// redirects
Hey there
Intermediate & Advanced SEO | | Jay328
I have a client who just moved from a self hosted CMS to Adobe Catalyst (don't ask!)
The problem: Their url indexed with google is https://domain.com, Adobe Catalyst does not support third party SSL certificates or https domains. Now when people google them https://domain.com shows up in search, HOWEVER it does not have a trusted certificate and a pop up window blocks the site. They are a mortgage company so SSL is really not needed. What can I do to get google to recognize the site at http: vs. https? Would this be something in GWMT? Thanks!0 -
SEO implications of serving a different site on HTTPS vs. HTTP
I have two sites: Site A, and Site B. Both sites are hosted on the same IP address, and server using IIS 7.5. Site B has an SSL cert, and Site A does not. It has recently been brought to my attention that when requesting the HTTPS version of Site A (the site w/o an SSL cert), IIS will serve Site B... Our server has been configured this way for roughly a year. We don't do any promotion of Site A using HTTPS URLs, though I suppose somebody could accidentally link to or type in HTTPS and get the wrong website. Until we can upgrade to IIS8 / Windows Server 2012 to support SNI, it seems I have two reasonable options: Move Site B over to its own dedicated IP, and let HTTPS requests for Site A 404. Get another certificate for Site A, and have it's HTTPS version 301 redirect to HTTP/non-ssl. #1 seems preferable, as we don't really need an SSL cert for Site A, and HTTPS doesn't really have any SEO benefits over HTTP/non-ssl. However, I'm concerned if we've done any SEO damage to Site A by letting our configuration sit this way for so long. I could see Googlebot trying https versions of websites to test if they exist, even if there aren't any ssl/https links for the given domain in the wild... In which case, option #2 would seem to mostly reverse any damage done (if any). Though Site A seems to be indexed fine. No concerns other than my gut. Does anybody have any recommendations? Thanks!
Intermediate & Advanced SEO | | dsbud0 -
Sitelink Trouble - CMS Migration
Hi Mozzers, My company recently took over a website for a client and moved them onto our CMS. We are having some issues right now with sitelinks. A few things have happened to cause this: 1. Our IT department didn't put in the proper 301 redirects from their old subdirectory pages to the new corresponding subdirectory pages. (Insert head smack here.) 2. In addition to taking over the client's desktop domain, we've also taken over the client's mobile site. The mobile site has changed from m.domain.com to www.domain.mobi. Again, there was a missing 301 between the two (head smacking ensues). As a result, Google has selected the following pesky sitelink for one of the sitelinks returned during a brand search for the client. The brand search is returning a sitelink under www.domain.com as:
Intermediate & Advanced SEO | | EEE3
IIS7 IIS7 When you click on the sitelink for IIS7, it's a link to m.domain.com which NOW redirects to www.domain.mobi. My question is how long until the IIS7 sitelink goes away and is there anything we can do to speed it up? What we've been doing to fix this: 1. Demoting sitelinks in GWT for www.domain.com that have the old subdirectory structure while the 301 redirects are being implemented. I can't demote this m.domain.com as a sitelink for www.domain.com because it's a different subdomain, and GWT will only allow me to demote subfolder pages or the www.domain.com itself 2. We've verified m.domain.com and demoted its homepage as a sitelink. Still not sure how this could stop it from showing up for a brand search that returns www.domain.com Thanks in advance!0 -
How to Resolve Duplication of HTTPS & HTPP URLs?
Right now, I am working on eCommerce website. [Lamps Lighting and More] I can find out both URLs in website as follow. HTTP Version: http://www.lampslightingandmore.com/ HTTPS Version: https://www.lampslightingandmore.com/ I have check one of my competitor who has implemented following canonical on both pages. Please, view source code for both URLs. http://www.wayfair.com ** https://www.wayfair.com** Then, I checked similar thing in SEOmoz website. 🙂 Why should I not check in SEOmoz because, They are providing best SEO information so may be using best practice to deal with HTTPS & HTTP. LOL I tried to load following URL so it redirect to home page. https://www.seomoz.org is redirecting to http://www.seomoz.org But, following URL is not redirecting any where as well as not set canonical over there. https://www.seomoz.org/users/settings I can find out following code on http://www.seomoz.org/robots.txt **User-agent: *** ** Disallow: /api/user?*** So, I am quite confuse to solve issue. Which one is best 301 redirect or canonical tag? If any live example to see so that's good for me and make me more confident.
Intermediate & Advanced SEO | | CommercePundit0