Website accessible on http and https. Is it bad?
-
We noticed that our website is accessible on:
Both the versions have page rank of 4.
Though on https version we have added canonical tag indicating http:// version as preferred.
Is this fine or we need to use 301 redirect and let the site be accessible only on http:// version??
-
Yes as we are an eCommerce site, we have login and cart pages as secure. So as per the responses received so far, we should not worry about it.
-The canonical element is already there for protection
- Adding no index or restricting through robots can be added precaution
Thanks everyone for the reply!
-
Depends, If you have secure login system on your website then you cannot put 301 on https because in that case user might not be able to access the login area.
Adding canonical is fine and you can also restrict from crawling by adding it in to Robots.txt file.
-
Cyril - I honestly wouldn't worry about this. The vast majority of sites with https behave like this and it doesn't cause a problem. Your canonical is extra protection against it.
-
Hi Cyril, a 301 redirect would be preferable to a canonical link in this case.
-
Yes 301 is my preferred way to deal with this.
If you can use
**if (isset($_SERVER['HTTPS']) && strtolower($_SERVER['HTTPS']) == 'on') { echo ''. "\n"; }**
REF: http://www.seobook.com/archives/001714.shtml
It is a very common issue, https is needed for sensitive info, but Search Engines don't t need to access.
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
-
After HTTPS upgrade, should I change all internal links, or a general 301 redirect is better?
I recently upgraded to https. Of course most internal links of my old posts are still http. So I set up a 301 redirect in order to make the old link works. In terms od SEO this is good or it is better to update all the internal links to https, manually? In that case can I do it in batch with a search/replace command in the phmyadmin database? any other suggested method? thank you
On-Page Optimization | | micvitale0 -
Seeking guidance setting up hreflang en-gb for international english website and en-us for North American site
Our website is configured like so: MyCompany.com Websites /en-gb - International English /fr-fr /zh-hans /m/en-us - North American site - completely different structure The first three bullets share a Drupal instance where the North American site uses a different PHP framework and has it's own unique look and structure. Currently none of the websites have hreflang tags which means that sometimes when searching in the US the en-gb results creep in. I want to turn on hreflang tags for the international english website (en-gb) but my fear is that Google may not return the en-gb results to English speaking users if they are not in the UK. We want these results to appear for anyone who is not in the US who speaks English. Just a note, Canada is not included in this since they'll be added to the North American site soon and will have their own hreflang tags.
On-Page Optimization | | bearpaw0 -
Faking headings, good or bad?
Recently i got into a discussion with someone regarding the use of headings on an e-commerce website. i had used headings whenever a heading was used in the design, they all marked the subject of the given section. For example: The sidebar contains items for filtering products. Each filter had a containing the name of the filter, like colors or brands. The discussion i had was about whether the use of headings was appropiate because the words contained within the heading had nothing to do with the main subject of the page (Soccer in this case). The advice from the SEO agency was to replace the headings with a different html element like a div or span and style this so it looks like tge heading in the design. What do you guys think?
On-Page Optimization | | WesleySmits0 -
Client has 2 websites... won't do away with old site.
Ok my situation is: We have built a new site for a client and they would like to keep both sites working. Should I just attempt to optimize both sites to rank well in their area? Or should I be suggesting a 301 redirect from the old domain to the new? Other options? Thanks in advance
On-Page Optimization | | IntermarkGroup0 -
Duplicate content http:// something .com and http:// something .com/
Hi, I've just got a crawl report for a new wordpress blog with suffusion theme and yoast wordpress seo module and there is duplicate content for: http:// something .com and http:// something .com/ I just can't figure out how to handle this. Can I add a redirect for .com/ to .com in htaccess? Any help is appreciated! By the way, the tag value for rel canonical is **http:// something .com/ **for both.
On-Page Optimization | | DanielSndstrm0 -
Panda Update and Website Content
According to the Panda Update information, website content that is or was written to help with SEO is now not the best idea, but content that is very informative and interesting is the way to go. But if you have an Ecommerce Website how can you write informative bookmarking content, if each product you sell is very similar, and the information for the product is just details about the product. Its hard to write good content for an eCommerce website. We have 300+ products that are all similar, but if we would write content about each product, it would be similar and not interesting to read. People just want to purchase the product, not read a bunch of content. How do websites that sell many products and not content driven websites rank well in search?
On-Page Optimization | | hfranz0 -
What is the best practice for optimizing international websites? We operate a .co.uk and .com and obviously content is similar.
We have two (and soon to be more) international websites, all in English. The sites in question are WebHostingBuzz.com and WebHostingBuzz.co.uk. Obviously content is similar as we're providing a similar service but from different locations and different prices. What is best practice here? Should we completely re-write the .co.uk content (this is the newer site) so it isn't penalized for scraping? Any hints/tips would be appreciated.
On-Page Optimization | | mdrussell0 -
HTTP Headers
I ran an independant SEO test that recommended I do the following: Missing Header: Cache-Control header missing, should be presentMissing Header: Content-Length header missing, should be presentMissing Header: Content-Encoding - why don't you try using gzip or deflate?Missing Header: Expires header missing, should be presentMissing Header: Last-Modified header missing, should be presentIs any of this necessary?
On-Page Optimization | | BradBorst0