SlideShare a Scribd company logo
1 of 4
Download to read offline
SOCIAL MEDIA
MARKETING
SEO
Search Engine Optimization encompasses a wide variety of
techniques in which your website can be better tracked and
displayed by Google (the largest search engine). Through
comprehensive management your site can have the largest
chance of succeeding.
(888) 870-3181
/VASEOExpert
www.virginiaseo.org
info@virginiaseo.org
CONTENT
GENERATION
/company/virginia-seo
With the recent Google algorithm changes,
content generation, publishing, and blogging
are the keys to ranking a site and driving
traffic. Through careful management, your
business can reap the benefits of constant
content.
Social Media Marketing is an important part of any business,
large or small. As social media develops, businesses are finding
new and innovative ways in which to sell products and attract
customers. Can you afford to ignore a possible revenue stream?
VIRGINIA SEO
How Does SSL Affect Your Search Engine Optimization
virginiaseo.org/blog/how-does-ssl-affect-your-search-engine-optimization/
Chris Dill
Warning: This post is a little bit technical, and not aimed at the average business owner!
What is SSL?
Secure sockets layer (SSL) is the standard security technology for establishing an encryption between the Web server in the
browser. This is highly important for e-Commerce sites where sensitive data is exchanged. When you first make the choice to
design a new website you have to decide on what your website will ultimately end up as, and if you want to implement security
measures such as SSL. Planning for this up front is far easier than adding it later on and having to redirect web pages that have
already been crawled.
If your website is purely a blog, social or informational, you could most likely skip an SSL certificate. If your website handles any
sort of personal information or does any payment processing, credit card handling, or anything to do with money, you most likely
want to use an SSL certificate. Not only does the certificate secure your information, but it shows your customers that your
website is secure and they can easily enter their credit or personal information without fear of it being hijacked.
Virginia SEO and SSL
When I launched Virginia SEO, I had to decide whether I wanted my entire site to be secured by SSL or only the portions of my
site which handled sensitive information. I did quite a bit of research on the matter and decided to do my entire site in SSL. In the
past this would not have been a wise move, because of the overhead that SSL adds to your site. But due to today’s standards
and web speed and the common connection being quite fast, the overhead added by SSL is not considered to be of a major
concern. If you are on dial-up Internet browsing my website you will most likely have poor performance… but my target audience
is not on dial up Internet.
So why would I secure my whole site with SSL? Does SSL affect your search engine optimization? What are the
benefits of SSL?
First, the green lock icon in the browser bar is trusted. I notice when
a site is on SSL, and I appreciate it. Not all users may share this
same appreciation, but some do.
Second, SSL for an entire site is easy to setup- easier to setup than
a partial SSL deployment (or so I thought- more on this later).
SSL adds security for your customers credit and personal
information.
Avoid the red security certificate screen when you use https without
a SSL certificate.
So I installed the SSL certificate on my webserver and deployed the
website. I then forced the entire website to use SSL through some rules
on my webserver (.htaccess). This then restricts all access to my site to
come through SSL- which is https in the address bar.
SSL and SEO Part Two
Ok, so now I have a website, running on SSL, and I am doing SEO. While optimizing my website I have come across many items
which affect SSL and SEO, and most of them are negative. That’s right- SSL has caused me several issues. If you are thinking of
deploying SSL, you need to take some of these things into account and plan for them.
1. Duplicate content or URLs- This was not a problem that I had, but it is a problem that can happen. When you deploy a
site on https, it can at times remain available on http. Google will crawl each of these sites and view them as different
sites. This runs the risk of a duplicate content issue, which Google does not like. There are a couple of ways around this,
first of which is to force all traffic to one or another. Another way is to use a canonical pointer from one site to the other,
which tells Google that one of the sites is the “master” site.
2. Configuration of .htaccess- You would not think this is difficult- everyone who has ever deployed a few websites has
messed with .htaccess before. What you might not be ready for is WordPress + caching + SSL. There is a specific
order to which these bits need to be in .htaccess, and there are also several different ways you can redirect from http to
https. The code that I have had the best results with is:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteCond %{REQUEST_URI} !/(robots.txt|favicon.ico) [NC]
RewriteRule ^(.*)$ https://www.virginiaseo.org/$1 [R=301,L]
RewriteCond %{HTTPS} on
RewriteRule ^(robots.txt|favicon.ico)$ http://www.virginiaseo.org/$1 [R=301,L]
</IfModule>
This code not only does the redirect to SSL, but it excludes a couple of items from SSL and makes sure all addresses include a
www as well.
3. Configuration of WordPress- This is not itself an issue- to turn your blog into SSL you just need to go into WordPress
settings and change the address. For anyone not comfortable with WordPress, this can be confusing while also wrangling
webserver redirection rules and everything else.
4. Some tools don’t like SSL- This is probably the biggest detractor from using SSL. As a SEO, I use a wide variety of tools
for mining data, tweaking configurations, and modifying my site to be as optimal as possible. Some of these tools simply
do not like SSL. Some of these tools give weird results using SSL. Here are some examples:
1. Google Webmaster Tools- you can add your site as http and also as https, and see different metrics for each site.
2. Raven SEO- the site auditor has problems with SSL, and often throws up false positives. Their support team has
worked with me on this and the product is still in beta. I can do a site audit on my site and get different results on
errors every time- all false positives. As mentioned above, Raven SEO throws up errors about accessing robots.txt
from SSL. So the .htaccess rule I created above allows for robots.txt to be crawled on non-SSL. I suggest this for
everyone who runs a SSL site.
3. Majestic SEO- one of the free tools does not work with SSL.
4. Others- I have run across two other unnamed tools which automatically appended http to the url you enter. So
when you enter https:// it formats it like http://https://
5. Configuration of minify- Configuring minify was a nightmare, plain and simple. Some of the plugins do not like the
rewrite rules, and pull false url’s into the cache, which messes up your site.
5. Items from unsecured locations- Even if you force your domain to https, your website and theme can still present items
from not https domain, such as external scripts. There is a way around this with a WordPress plugin, which forces all items
on your site include scripts and links, to be https. This fixes the mixed content warnings from YouTube videos, etc. Another
thing to remember is that when you add links and scripts to your site, you can leave the protocol off which let’s WordPress
pick. For instance instead of http://script.com use //script.com
Verdict: Go For SSL!
I tell you all of this only as a warning! If you face the choice on whether or not to run
your entire site on SSL I recommend you do it . The trust and security your site
gains outweighs the small pains and configuration caveats listed above.
Here are some SSL providers, though you most likely want to go through your web
host for ease of installation:
GoDaddy
BlueHost
Comodo
Register
Symantec
There are price point differences in each certificate, and also in what each
certificate protects. If you do not understand SSL, please call your webmaster or
hosting company for an explanation. All of the above companies have free 24/7
support and will gladly tell you about SSL in exchange for an opportunity to sell you
one.
Chris Dill
SEO Expert at Virginia SEO
Christopher Dill is a Christian entrepreneur who loves web design, marketing, and anything on a computer.
He is the creator and author of The Dill Design, a local Virginia web design company . He also designed and
runs Virginia SEO, which is a SEO/SEM and marketing company . By using both design skills and a marketing
plan, he can offer his clients an end-to-end solution which can help a small business succeed.Chris is currently
finishing up his Master of Information Systems at University of Phoenix, and works by day as a Senior Network Engineer. Chris'
hobbies consist of technology, computers, and cutting-edge software.
Latest posts by Chris Dill (see all)
How Does SSL Affect Your Search Engine Optimization - March 11, 2014
The Right SEO Company – How To Hire One - March 3, 2014
Raven Tools Site Auditor Review - February 16, 2014
Powered by Starbox

More Related Content

What's hot

SMX Advanced 2018 Solving Complex SEO Problems by Patrick Stox
SMX Advanced 2018 Solving Complex SEO Problems by Patrick StoxSMX Advanced 2018 Solving Complex SEO Problems by Patrick Stox
SMX Advanced 2018 Solving Complex SEO Problems by Patrick Stoxpatrickstox
 
Web Development Training in Ambala ! Batra Computer Centre
Web Development Training in Ambala ! Batra Computer CentreWeb Development Training in Ambala ! Batra Computer Centre
Web Development Training in Ambala ! Batra Computer Centrejatin batra
 
How to set up a WordPress website step by-step tutorial
How to set up a WordPress website step by-step tutorialHow to set up a WordPress website step by-step tutorial
How to set up a WordPress website step by-step tutorialMarshall Reyher
 
Building a licensing strategy for CRM ISV Solutions
Building a licensing strategy for CRM ISV SolutionsBuilding a licensing strategy for CRM ISV Solutions
Building a licensing strategy for CRM ISV SolutionsMarco Amoedo
 
Harness the power of wordpress
Harness the power of wordpressHarness the power of wordpress
Harness the power of wordpressJustin Ferrell
 
Wordpress Profitability for Agencies, Firms, and Freelancers
Wordpress Profitability for Agencies, Firms, and FreelancersWordpress Profitability for Agencies, Firms, and Freelancers
Wordpress Profitability for Agencies, Firms, and FreelancersCotton Rohrscheib
 
STOP HACKERS & THIEVES
STOP HACKERS & THIEVESSTOP HACKERS & THIEVES
STOP HACKERS & THIEVESBjon Agera
 
Seo word press basics
Seo word press basicsSeo word press basics
Seo word press basicsdenise2228
 

What's hot (9)

SMX Advanced 2018 Solving Complex SEO Problems by Patrick Stox
SMX Advanced 2018 Solving Complex SEO Problems by Patrick StoxSMX Advanced 2018 Solving Complex SEO Problems by Patrick Stox
SMX Advanced 2018 Solving Complex SEO Problems by Patrick Stox
 
Web Development Training in Ambala ! Batra Computer Centre
Web Development Training in Ambala ! Batra Computer CentreWeb Development Training in Ambala ! Batra Computer Centre
Web Development Training in Ambala ! Batra Computer Centre
 
How to set up a WordPress website step by-step tutorial
How to set up a WordPress website step by-step tutorialHow to set up a WordPress website step by-step tutorial
How to set up a WordPress website step by-step tutorial
 
Building a licensing strategy for CRM ISV Solutions
Building a licensing strategy for CRM ISV SolutionsBuilding a licensing strategy for CRM ISV Solutions
Building a licensing strategy for CRM ISV Solutions
 
Harness the power of wordpress
Harness the power of wordpressHarness the power of wordpress
Harness the power of wordpress
 
Why wordpress is not completely safe
Why wordpress is not completely safeWhy wordpress is not completely safe
Why wordpress is not completely safe
 
Wordpress Profitability for Agencies, Firms, and Freelancers
Wordpress Profitability for Agencies, Firms, and FreelancersWordpress Profitability for Agencies, Firms, and Freelancers
Wordpress Profitability for Agencies, Firms, and Freelancers
 
STOP HACKERS & THIEVES
STOP HACKERS & THIEVESSTOP HACKERS & THIEVES
STOP HACKERS & THIEVES
 
Seo word press basics
Seo word press basicsSeo word press basics
Seo word press basics
 

Similar to How SSL Affects SEO

SEO benefits | ssl certificate | Learn SEO
SEO benefits | ssl certificate | Learn SEOSEO benefits | ssl certificate | Learn SEO
SEO benefits | ssl certificate | Learn SEOdevbhargav1
 
SSL f or WordPress Websites
SSL f or WordPress WebsitesSSL f or WordPress Websites
SSL f or WordPress WebsitesPaul Cook
 
How to Install SSL on WordPress.pdf
How to Install SSL on WordPress.pdfHow to Install SSL on WordPress.pdf
How to Install SSL on WordPress.pdfHost It Smart
 
Your website in the fast lane speedy seo (part 1)
Your website in the fast lane speedy seo (part 1)Your website in the fast lane speedy seo (part 1)
Your website in the fast lane speedy seo (part 1)Christopher Dill
 
5 reasons to invest in custom website development
5 reasons to invest in custom website development5 reasons to invest in custom website development
5 reasons to invest in custom website developmentOmega_UAE
 
5 Best Practices For Technical SEO Services In India That You Should Know 
5 Best Practices For Technical SEO Services In India That You Should Know 5 Best Practices For Technical SEO Services In India That You Should Know 
5 Best Practices For Technical SEO Services In India That You Should Know Flexsin
 
Technical SEO: How to Perform an SEO Audit (Step by Step Guide)
Technical SEO: How to Perform an SEO Audit (Step by Step Guide)Technical SEO: How to Perform an SEO Audit (Step by Step Guide)
Technical SEO: How to Perform an SEO Audit (Step by Step Guide)Ryan Stewart
 
4 Major Reasons for Big Organizations to Have Wildcard SSL Certificates
4 Major Reasons for Big Organizations to Have Wildcard SSL Certificates4 Major Reasons for Big Organizations to Have Wildcard SSL Certificates
4 Major Reasons for Big Organizations to Have Wildcard SSL CertificatesCheapSSLsecurity
 
How Custom Web Development Services Turn Dream Into Reality.pptx
How Custom Web Development Services Turn Dream Into Reality.pptxHow Custom Web Development Services Turn Dream Into Reality.pptx
How Custom Web Development Services Turn Dream Into Reality.pptxEligo Creative Services
 
Seo data and strategy to move your website forward
Seo data and strategy to move your website forwardSeo data and strategy to move your website forward
Seo data and strategy to move your website forwardDesign Theory
 
A Complete Guide To Managed WordPress Hosting.pdf
A Complete Guide To Managed WordPress Hosting.pdfA Complete Guide To Managed WordPress Hosting.pdf
A Complete Guide To Managed WordPress Hosting.pdfHost It Smart
 
7. mastering wordpress
7. mastering wordpress7. mastering wordpress
7. mastering wordpressMoreNiche
 
SearchEngineOptimisation for allBloggers
SearchEngineOptimisation for allBloggersSearchEngineOptimisation for allBloggers
SearchEngineOptimisation for allBloggersvivek Patnam
 
How to Redirect HTTP to HTTPS in htaccess.pdf
How to Redirect HTTP to HTTPS in htaccess.pdfHow to Redirect HTTP to HTTPS in htaccess.pdf
How to Redirect HTTP to HTTPS in htaccess.pdfHost It Smart
 
A Complete RapidSSL Guide on Securing Online Business with SSL Certificate
A Complete RapidSSL Guide on Securing Online Business with SSL CertificateA Complete RapidSSL Guide on Securing Online Business with SSL Certificate
A Complete RapidSSL Guide on Securing Online Business with SSL CertificateRapidSSLOnline.com
 
DIGITAL MARKETING
DIGITAL MARKETINGDIGITAL MARKETING
DIGITAL MARKETINGVenet Dheer
 
Rails security: above and beyond the defaults
Rails security: above and beyond the defaultsRails security: above and beyond the defaults
Rails security: above and beyond the defaultsMatias Korhonen
 
Technical SEO Best Practices
Technical SEO Best PracticesTechnical SEO Best Practices
Technical SEO Best PracticesNishanth Stephen
 
Adwebtech ssl presentation_beyond_https
Adwebtech ssl presentation_beyond_httpsAdwebtech ssl presentation_beyond_https
Adwebtech ssl presentation_beyond_httpsAnju Gigoo
 

Similar to How SSL Affects SEO (20)

SEO benefits | ssl certificate | Learn SEO
SEO benefits | ssl certificate | Learn SEOSEO benefits | ssl certificate | Learn SEO
SEO benefits | ssl certificate | Learn SEO
 
SSL f or WordPress Websites
SSL f or WordPress WebsitesSSL f or WordPress Websites
SSL f or WordPress Websites
 
How to Install SSL on WordPress.pdf
How to Install SSL on WordPress.pdfHow to Install SSL on WordPress.pdf
How to Install SSL on WordPress.pdf
 
Your website in the fast lane speedy seo (part 1)
Your website in the fast lane speedy seo (part 1)Your website in the fast lane speedy seo (part 1)
Your website in the fast lane speedy seo (part 1)
 
5 reasons to invest in custom website development
5 reasons to invest in custom website development5 reasons to invest in custom website development
5 reasons to invest in custom website development
 
5 Best Practices For Technical SEO Services In India That You Should Know 
5 Best Practices For Technical SEO Services In India That You Should Know 5 Best Practices For Technical SEO Services In India That You Should Know 
5 Best Practices For Technical SEO Services In India That You Should Know 
 
Technical SEO: How to Perform an SEO Audit (Step by Step Guide)
Technical SEO: How to Perform an SEO Audit (Step by Step Guide)Technical SEO: How to Perform an SEO Audit (Step by Step Guide)
Technical SEO: How to Perform an SEO Audit (Step by Step Guide)
 
4 Major Reasons for Big Organizations to Have Wildcard SSL Certificates
4 Major Reasons for Big Organizations to Have Wildcard SSL Certificates4 Major Reasons for Big Organizations to Have Wildcard SSL Certificates
4 Major Reasons for Big Organizations to Have Wildcard SSL Certificates
 
How Custom Web Development Services Turn Dream Into Reality.pptx
How Custom Web Development Services Turn Dream Into Reality.pptxHow Custom Web Development Services Turn Dream Into Reality.pptx
How Custom Web Development Services Turn Dream Into Reality.pptx
 
Seo data and strategy to move your website forward
Seo data and strategy to move your website forwardSeo data and strategy to move your website forward
Seo data and strategy to move your website forward
 
A Complete Guide To Managed WordPress Hosting.pdf
A Complete Guide To Managed WordPress Hosting.pdfA Complete Guide To Managed WordPress Hosting.pdf
A Complete Guide To Managed WordPress Hosting.pdf
 
7. mastering wordpress
7. mastering wordpress7. mastering wordpress
7. mastering wordpress
 
SearchEngineOptimisation for allBloggers
SearchEngineOptimisation for allBloggersSearchEngineOptimisation for allBloggers
SearchEngineOptimisation for allBloggers
 
How to Redirect HTTP to HTTPS in htaccess.pdf
How to Redirect HTTP to HTTPS in htaccess.pdfHow to Redirect HTTP to HTTPS in htaccess.pdf
How to Redirect HTTP to HTTPS in htaccess.pdf
 
A Complete RapidSSL Guide on Securing Online Business with SSL Certificate
A Complete RapidSSL Guide on Securing Online Business with SSL CertificateA Complete RapidSSL Guide on Securing Online Business with SSL Certificate
A Complete RapidSSL Guide on Securing Online Business with SSL Certificate
 
West HS WordPress Presentation 2016-11-04
West HS WordPress Presentation 2016-11-04West HS WordPress Presentation 2016-11-04
West HS WordPress Presentation 2016-11-04
 
DIGITAL MARKETING
DIGITAL MARKETINGDIGITAL MARKETING
DIGITAL MARKETING
 
Rails security: above and beyond the defaults
Rails security: above and beyond the defaultsRails security: above and beyond the defaults
Rails security: above and beyond the defaults
 
Technical SEO Best Practices
Technical SEO Best PracticesTechnical SEO Best Practices
Technical SEO Best Practices
 
Adwebtech ssl presentation_beyond_https
Adwebtech ssl presentation_beyond_httpsAdwebtech ssl presentation_beyond_https
Adwebtech ssl presentation_beyond_https
 

More from Christopher Dill

5 tips to cure darked knees and elbows
5 tips to cure darked knees and elbows5 tips to cure darked knees and elbows
5 tips to cure darked knees and elbowsChristopher Dill
 
3 tools to help you become a better blogger
3 tools to help you become a better blogger3 tools to help you become a better blogger
3 tools to help you become a better bloggerChristopher Dill
 
Tips and guidelines for creating and organizing a strong effective portfolio
Tips and guidelines for creating and organizing a strong effective portfolioTips and guidelines for creating and organizing a strong effective portfolio
Tips and guidelines for creating and organizing a strong effective portfolioChristopher Dill
 
Diagnosis and testing for food allergies
Diagnosis and testing for food allergiesDiagnosis and testing for food allergies
Diagnosis and testing for food allergiesChristopher Dill
 
Did the recent mobile update affect your website traffic?
Did the recent mobile update affect your website traffic?Did the recent mobile update affect your website traffic?
Did the recent mobile update affect your website traffic?Christopher Dill
 
Winter skin problems solved
Winter skin problems solvedWinter skin problems solved
Winter skin problems solvedChristopher Dill
 
The dangers of being casual with stray wild animals
The dangers of being casual with stray wild animalsThe dangers of being casual with stray wild animals
The dangers of being casual with stray wild animalsChristopher Dill
 
Understanding Corporate Identity Design
Understanding Corporate Identity DesignUnderstanding Corporate Identity Design
Understanding Corporate Identity DesignChristopher Dill
 
Preparing Turf Grass For Spring 2015
Preparing Turf Grass For Spring 2015Preparing Turf Grass For Spring 2015
Preparing Turf Grass For Spring 2015Christopher Dill
 
Why You Should Be At The Day Spa Weekly
Why You Should Be At The Day Spa WeeklyWhy You Should Be At The Day Spa Weekly
Why You Should Be At The Day Spa WeeklyChristopher Dill
 
How to Pick the Best Wildlife Control Company?
How to Pick the Best Wildlife Control Company?How to Pick the Best Wildlife Control Company?
How to Pick the Best Wildlife Control Company?Christopher Dill
 
What to do with Snakes in and around the Backyard?
What to do with Snakes in and around the Backyard?What to do with Snakes in and around the Backyard?
What to do with Snakes in and around the Backyard?Christopher Dill
 
Secrets to Mastering Client Communication in Web Design
Secrets to Mastering Client Communication in Web DesignSecrets to Mastering Client Communication in Web Design
Secrets to Mastering Client Communication in Web DesignChristopher Dill
 
Transloading: What You Need To Know
Transloading: What You Need To KnowTransloading: What You Need To Know
Transloading: What You Need To KnowChristopher Dill
 
Major steps in professional bat removal
Major steps in professional bat removalMajor steps in professional bat removal
Major steps in professional bat removalChristopher Dill
 
Qualities of professional ceeaning services
Qualities of professional ceeaning servicesQualities of professional ceeaning services
Qualities of professional ceeaning servicesChristopher Dill
 
Virginia Bail Bonds: Importance of Choosing the Right Bail Bond Company
Virginia Bail Bonds: Importance of Choosing the Right Bail Bond CompanyVirginia Bail Bonds: Importance of Choosing the Right Bail Bond Company
Virginia Bail Bonds: Importance of Choosing the Right Bail Bond CompanyChristopher Dill
 
Four Reasons for Hiring Professional Wildlife Removal Services in Virginia
Four Reasons for Hiring Professional Wildlife Removal Services in VirginiaFour Reasons for Hiring Professional Wildlife Removal Services in Virginia
Four Reasons for Hiring Professional Wildlife Removal Services in VirginiaChristopher Dill
 
Penguin 3.0 Released – Weekend of October 18th, 2014
Penguin 3.0 Released – Weekend of October 18th, 2014Penguin 3.0 Released – Weekend of October 18th, 2014
Penguin 3.0 Released – Weekend of October 18th, 2014Christopher Dill
 
How Will Content Strategy Help Your Business?
How Will Content Strategy Help Your Business?How Will Content Strategy Help Your Business?
How Will Content Strategy Help Your Business?Christopher Dill
 

More from Christopher Dill (20)

5 tips to cure darked knees and elbows
5 tips to cure darked knees and elbows5 tips to cure darked knees and elbows
5 tips to cure darked knees and elbows
 
3 tools to help you become a better blogger
3 tools to help you become a better blogger3 tools to help you become a better blogger
3 tools to help you become a better blogger
 
Tips and guidelines for creating and organizing a strong effective portfolio
Tips and guidelines for creating and organizing a strong effective portfolioTips and guidelines for creating and organizing a strong effective portfolio
Tips and guidelines for creating and organizing a strong effective portfolio
 
Diagnosis and testing for food allergies
Diagnosis and testing for food allergiesDiagnosis and testing for food allergies
Diagnosis and testing for food allergies
 
Did the recent mobile update affect your website traffic?
Did the recent mobile update affect your website traffic?Did the recent mobile update affect your website traffic?
Did the recent mobile update affect your website traffic?
 
Winter skin problems solved
Winter skin problems solvedWinter skin problems solved
Winter skin problems solved
 
The dangers of being casual with stray wild animals
The dangers of being casual with stray wild animalsThe dangers of being casual with stray wild animals
The dangers of being casual with stray wild animals
 
Understanding Corporate Identity Design
Understanding Corporate Identity DesignUnderstanding Corporate Identity Design
Understanding Corporate Identity Design
 
Preparing Turf Grass For Spring 2015
Preparing Turf Grass For Spring 2015Preparing Turf Grass For Spring 2015
Preparing Turf Grass For Spring 2015
 
Why You Should Be At The Day Spa Weekly
Why You Should Be At The Day Spa WeeklyWhy You Should Be At The Day Spa Weekly
Why You Should Be At The Day Spa Weekly
 
How to Pick the Best Wildlife Control Company?
How to Pick the Best Wildlife Control Company?How to Pick the Best Wildlife Control Company?
How to Pick the Best Wildlife Control Company?
 
What to do with Snakes in and around the Backyard?
What to do with Snakes in and around the Backyard?What to do with Snakes in and around the Backyard?
What to do with Snakes in and around the Backyard?
 
Secrets to Mastering Client Communication in Web Design
Secrets to Mastering Client Communication in Web DesignSecrets to Mastering Client Communication in Web Design
Secrets to Mastering Client Communication in Web Design
 
Transloading: What You Need To Know
Transloading: What You Need To KnowTransloading: What You Need To Know
Transloading: What You Need To Know
 
Major steps in professional bat removal
Major steps in professional bat removalMajor steps in professional bat removal
Major steps in professional bat removal
 
Qualities of professional ceeaning services
Qualities of professional ceeaning servicesQualities of professional ceeaning services
Qualities of professional ceeaning services
 
Virginia Bail Bonds: Importance of Choosing the Right Bail Bond Company
Virginia Bail Bonds: Importance of Choosing the Right Bail Bond CompanyVirginia Bail Bonds: Importance of Choosing the Right Bail Bond Company
Virginia Bail Bonds: Importance of Choosing the Right Bail Bond Company
 
Four Reasons for Hiring Professional Wildlife Removal Services in Virginia
Four Reasons for Hiring Professional Wildlife Removal Services in VirginiaFour Reasons for Hiring Professional Wildlife Removal Services in Virginia
Four Reasons for Hiring Professional Wildlife Removal Services in Virginia
 
Penguin 3.0 Released – Weekend of October 18th, 2014
Penguin 3.0 Released – Weekend of October 18th, 2014Penguin 3.0 Released – Weekend of October 18th, 2014
Penguin 3.0 Released – Weekend of October 18th, 2014
 
How Will Content Strategy Help Your Business?
How Will Content Strategy Help Your Business?How Will Content Strategy Help Your Business?
How Will Content Strategy Help Your Business?
 

Recently uploaded

Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsPrecisely
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 

Recently uploaded (20)

Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power Systems
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 

How SSL Affects SEO

  • 1. SOCIAL MEDIA MARKETING SEO Search Engine Optimization encompasses a wide variety of techniques in which your website can be better tracked and displayed by Google (the largest search engine). Through comprehensive management your site can have the largest chance of succeeding. (888) 870-3181 /VASEOExpert www.virginiaseo.org info@virginiaseo.org CONTENT GENERATION /company/virginia-seo With the recent Google algorithm changes, content generation, publishing, and blogging are the keys to ranking a site and driving traffic. Through careful management, your business can reap the benefits of constant content. Social Media Marketing is an important part of any business, large or small. As social media develops, businesses are finding new and innovative ways in which to sell products and attract customers. Can you afford to ignore a possible revenue stream? VIRGINIA SEO
  • 2. How Does SSL Affect Your Search Engine Optimization virginiaseo.org/blog/how-does-ssl-affect-your-search-engine-optimization/ Chris Dill Warning: This post is a little bit technical, and not aimed at the average business owner! What is SSL? Secure sockets layer (SSL) is the standard security technology for establishing an encryption between the Web server in the browser. This is highly important for e-Commerce sites where sensitive data is exchanged. When you first make the choice to design a new website you have to decide on what your website will ultimately end up as, and if you want to implement security measures such as SSL. Planning for this up front is far easier than adding it later on and having to redirect web pages that have already been crawled. If your website is purely a blog, social or informational, you could most likely skip an SSL certificate. If your website handles any sort of personal information or does any payment processing, credit card handling, or anything to do with money, you most likely want to use an SSL certificate. Not only does the certificate secure your information, but it shows your customers that your website is secure and they can easily enter their credit or personal information without fear of it being hijacked. Virginia SEO and SSL When I launched Virginia SEO, I had to decide whether I wanted my entire site to be secured by SSL or only the portions of my site which handled sensitive information. I did quite a bit of research on the matter and decided to do my entire site in SSL. In the past this would not have been a wise move, because of the overhead that SSL adds to your site. But due to today’s standards and web speed and the common connection being quite fast, the overhead added by SSL is not considered to be of a major concern. If you are on dial-up Internet browsing my website you will most likely have poor performance… but my target audience is not on dial up Internet. So why would I secure my whole site with SSL? Does SSL affect your search engine optimization? What are the benefits of SSL? First, the green lock icon in the browser bar is trusted. I notice when a site is on SSL, and I appreciate it. Not all users may share this same appreciation, but some do. Second, SSL for an entire site is easy to setup- easier to setup than a partial SSL deployment (or so I thought- more on this later). SSL adds security for your customers credit and personal information. Avoid the red security certificate screen when you use https without a SSL certificate. So I installed the SSL certificate on my webserver and deployed the website. I then forced the entire website to use SSL through some rules on my webserver (.htaccess). This then restricts all access to my site to come through SSL- which is https in the address bar. SSL and SEO Part Two Ok, so now I have a website, running on SSL, and I am doing SEO. While optimizing my website I have come across many items which affect SSL and SEO, and most of them are negative. That’s right- SSL has caused me several issues. If you are thinking of deploying SSL, you need to take some of these things into account and plan for them. 1. Duplicate content or URLs- This was not a problem that I had, but it is a problem that can happen. When you deploy a site on https, it can at times remain available on http. Google will crawl each of these sites and view them as different
  • 3. sites. This runs the risk of a duplicate content issue, which Google does not like. There are a couple of ways around this, first of which is to force all traffic to one or another. Another way is to use a canonical pointer from one site to the other, which tells Google that one of the sites is the “master” site. 2. Configuration of .htaccess- You would not think this is difficult- everyone who has ever deployed a few websites has messed with .htaccess before. What you might not be ready for is WordPress + caching + SSL. There is a specific order to which these bits need to be in .htaccess, and there are also several different ways you can redirect from http to https. The code that I have had the best results with is: <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTPS} off RewriteCond %{REQUEST_URI} !/(robots.txt|favicon.ico) [NC] RewriteRule ^(.*)$ https://www.virginiaseo.org/$1 [R=301,L] RewriteCond %{HTTPS} on RewriteRule ^(robots.txt|favicon.ico)$ http://www.virginiaseo.org/$1 [R=301,L] </IfModule> This code not only does the redirect to SSL, but it excludes a couple of items from SSL and makes sure all addresses include a www as well. 3. Configuration of WordPress- This is not itself an issue- to turn your blog into SSL you just need to go into WordPress settings and change the address. For anyone not comfortable with WordPress, this can be confusing while also wrangling webserver redirection rules and everything else. 4. Some tools don’t like SSL- This is probably the biggest detractor from using SSL. As a SEO, I use a wide variety of tools for mining data, tweaking configurations, and modifying my site to be as optimal as possible. Some of these tools simply do not like SSL. Some of these tools give weird results using SSL. Here are some examples: 1. Google Webmaster Tools- you can add your site as http and also as https, and see different metrics for each site. 2. Raven SEO- the site auditor has problems with SSL, and often throws up false positives. Their support team has worked with me on this and the product is still in beta. I can do a site audit on my site and get different results on errors every time- all false positives. As mentioned above, Raven SEO throws up errors about accessing robots.txt from SSL. So the .htaccess rule I created above allows for robots.txt to be crawled on non-SSL. I suggest this for everyone who runs a SSL site. 3. Majestic SEO- one of the free tools does not work with SSL. 4. Others- I have run across two other unnamed tools which automatically appended http to the url you enter. So when you enter https:// it formats it like http://https:// 5. Configuration of minify- Configuring minify was a nightmare, plain and simple. Some of the plugins do not like the rewrite rules, and pull false url’s into the cache, which messes up your site. 5. Items from unsecured locations- Even if you force your domain to https, your website and theme can still present items from not https domain, such as external scripts. There is a way around this with a WordPress plugin, which forces all items on your site include scripts and links, to be https. This fixes the mixed content warnings from YouTube videos, etc. Another thing to remember is that when you add links and scripts to your site, you can leave the protocol off which let’s WordPress pick. For instance instead of http://script.com use //script.com
  • 4. Verdict: Go For SSL! I tell you all of this only as a warning! If you face the choice on whether or not to run your entire site on SSL I recommend you do it . The trust and security your site gains outweighs the small pains and configuration caveats listed above. Here are some SSL providers, though you most likely want to go through your web host for ease of installation: GoDaddy BlueHost Comodo Register Symantec There are price point differences in each certificate, and also in what each certificate protects. If you do not understand SSL, please call your webmaster or hosting company for an explanation. All of the above companies have free 24/7 support and will gladly tell you about SSL in exchange for an opportunity to sell you one. Chris Dill SEO Expert at Virginia SEO Christopher Dill is a Christian entrepreneur who loves web design, marketing, and anything on a computer. He is the creator and author of The Dill Design, a local Virginia web design company . He also designed and runs Virginia SEO, which is a SEO/SEM and marketing company . By using both design skills and a marketing plan, he can offer his clients an end-to-end solution which can help a small business succeed.Chris is currently finishing up his Master of Information Systems at University of Phoenix, and works by day as a Senior Network Engineer. Chris' hobbies consist of technology, computers, and cutting-edge software. Latest posts by Chris Dill (see all) How Does SSL Affect Your Search Engine Optimization - March 11, 2014 The Right SEO Company – How To Hire One - March 3, 2014 Raven Tools Site Auditor Review - February 16, 2014 Powered by Starbox