{"id":282,"date":"2017-02-17T11:50:42","date_gmt":"2017-02-17T11:50:42","guid":{"rendered":"https:\/\/www.orangewebsite.com\/articles\/?p=282"},"modified":"2025-12-29T02:29:18","modified_gmt":"2025-12-29T02:29:18","slug":"how-to-boost-your-search-rankings","status":"publish","type":"post","link":"https:\/\/www.orangewebsite.com\/articles\/how-to-boost-your-search-rankings\/","title":{"rendered":"Boost your search rankings with an SSL"},"content":{"rendered":"<div class=\"et_pb_section_0 et_pb_section et_section_regular et_block_section\"><div class=\"et_pb_row_0 et_pb_row et_block_row\"><div class=\"et_pb_column_0 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\"><div class=\"et_pb_text_0 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><h1 style=\"text-align: center;\">How to Boost Your Search Rankings With An SSL<\/h1>\n<p class=\"p1\"><span class=\"s1\"><b>Why You Should Have an SSL Certificate<\/b><\/span><\/p>\n<p class=\"p1\"><span class=\"s1\">Have you been thinking about adding <span style=\"color: #ff6600;\"><a style=\"color: #ff6600;\" href=\"http:\/\/www.orangewebsite.com\/\"><span class=\"s2\">SSL security<\/span><\/a><\/span> to your website? Have you been hesitating because it seems too complicated and expensive? Really, it\u2019s neither. Half the traffic on the Web now goes over HTTPS \/ SSL connections, and it\u2019s constantly growing. It\u2019s not terribly difficult, even for a small business.<\/span><\/p>\n<p class=\"p1\"><span class=\"s1\"><b>History of SSL, TLS, and HTTPS<\/b><\/span><\/p>\n<p class=\"p1\"><span class=\"s1\">The Web was originally designed for communication, not security. A request and its response travel through multiple routers, which aren\u2019t necessarily trustworthy. They can read and even alter anything that passes through them. They can steal passwords, add scripts, or censor information.<\/span><\/p>\n<p class=\"p1\"><span class=\"s1\">As the Web grew, it became obvious that secure communication was necessary. In 1994, Netscape created the Secure Sockets Layer (SSL) to support encrypted communication on the Web. It let a browser communicate securely with a server, even if the two parties didn\u2019t know each other. The HTTPS protocol sends requests and responses over SSL, keeping them safe from any \u201cman in the middle.\u201d<\/span><\/p>\n<p class=\"p1\"><span class=\"s1\">SSL has gone through a series of revisions over the years to improve its security. In 1999 the Internet Engineering Task Force (IETF) took over the standard, renaming it Transport Layer Security (TLS). Strictly speaking, SSL is obsolete, but the term is still widely used. The data document which lets a site transfer data over TLS is still almost always called an \u201cSSL certificate.\u201d We\u2019ll stick with that usage here.<\/span><\/p>\n<p class=\"p1\"><span class=\"s1\"><b>Why SSL is important<\/b><\/span><\/p>\n<p class=\"p1\"><span class=\"s1\">The most obvious reason for using SSL (TLS) is to protect confidential information in transit. Snoopers shouldn\u2019t be able to intercept passwords, credit card numbers, and other data that needs to be kept secret. With widespread use of public Wi-Fi, this is more important than ever. Anyone with some simple equipment can intercept communications near a public Wi-Fi hotspot. The hotspot itself may belong to a criminal using it to collect personal information. There\u2019s no easy way to tell a legitimate one from a malicious one.<\/span><\/p>\n<p class=\"p1\"><span class=\"s1\">Even owners of sites that don\u2019t deal in personal information should consider using SSL. There are actually four benefits that it offers:<\/span><\/p>\n<ul class=\"ul1\">\n<li class=\"li1\"><b><\/b><span class=\"s1\"><b>Authentication.<\/b> It confirms that the response actually comes from the site it claims to come from (i.e., that no one else has hijacked the connection).<\/span><\/li>\n<li class=\"li1\"><b><\/b><span class=\"s1\"><b>Non-repudiation.<\/b> A third party can confirm that a message came from a given source without the originator\u2019s cooperation.<\/span><\/li>\n<li class=\"li1\"><b><\/b><span class=\"s1\"><b>Integrity.<\/b> The information can\u2019t be altered in transit without making the attempt obvious.<\/span><\/li>\n<li class=\"li1\"><b><\/b><span class=\"s1\"><b>Confidentiality.<\/b> No one else can read the information transferred.<\/span><\/li>\n<\/ul>\n<p class=\"p1\"><span class=\"s1\">Integrity is important even if confidentiality isn\u2019t. An intermediary can alter data over an insecure connection. This is a concern for every site, whether they handle confidential data or not There can be several motives for modifying data in transit:<\/span><\/p>\n<ul class=\"ul1\">\n<li class=\"li1\"><b><\/b><span class=\"s1\"><b>Censoring information.<\/b> An autocratic government may want to block unfavorable news.<\/span><\/li>\n<li class=\"li1\"><b><\/b><span class=\"s1\"><b>Adding false information or other content.<\/b> Someone might want to deceive the recipient, engage in \u201chacktivism,\u201d or damage a site\u2019s reputation.<\/span><\/li>\n<li class=\"li1\"><b><\/b><span class=\"s1\"><b>Inserting malicious scripts.<\/b> Unauthorized JavaScript can make viewers download malware or redirect them to another site.<\/span><\/li>\n<li class=\"li1\"><b><\/b><span class=\"s1\"><b>Modifying links.<\/b> Changing a link on a page could send the user to a malicious site or steal form data.<\/span><\/li>\n<\/ul>\n<p class=\"p1\"><span class=\"s1\"><b>How it works<\/b><\/span><\/p>\n<p class=\"p1\"><span class=\"s1\">An SSL certificate is a small data file which establishes a site\u2019s cryptographic identity. More formally, it\u2019s called an X.509 certificate. It uses the Public Key Infrastructure (PKI) to set up secure communication with a browser. This approach uses two digital keys which are paired together. The private key is stored only on the website\u2019s host. The public key is included in the certificate, which is available to anyone to view.<\/span><\/p>\n<p class=\"p1\"><span class=\"s1\">To get a certificate, a website\u2019s owner has to generate a private key and a certificate signing request (CSR). From here there are two options.<\/span><\/p>\n<p class=\"p1\"><span class=\"s1\">The cheap option is to self-sign the certificate. This costs nothing and it allows encryption, but it provides no authentication. Someone coming in with a browser has no assurance that someone else hasn\u2019t taken over your domain or intercepted and changed the data packets. Anyone else can create a self-signed certificate and claim it\u2019s from your domain. It\u2019s of little value outside of personal and test sites.<\/span><\/p>\n<p class=\"p1\"><span class=\"s1\">The useful option is to get a signed certificate. This requires submitting the CSR to a certificate authority (CA), which will generate a digitally signed certificate. It says that the CA has confirmed that the certificate actually belongs to your domain. A signed certificate provides authentication as well as encryption.<\/span><\/p>\n<p class=\"p1\"><span class=\"s1\">But wait. How do you know that the CA is who it claims to be? The answer is that the CA can have its own certificate signed. All certificates, to be generally accepted, have to follow a chain of certificates back to a trusted (root) CA. A trusted CA\u2019s certificate is widely available, and browsers ship with a set of root certificates from them.<\/span><\/p>\n<p class=\"p1\"><span class=\"s1\"><b>Setting up the server<\/b><\/span><\/p>\n<p class=\"p1\"><span class=\"s1\">To use the certificate, a site needs an SSL-capable server. Most modern server, including Apache, Nginx, and IIS, support SSL. Each one has its own method of installing the certificate.<\/span><\/p>\n<p class=\"p1\"><span class=\"s1\">It\u2019s vital to keep the private key strictly confidential. Anyone who grabs it can intercept all secure communications. At the same time, it needs to be safely backed up, in case it ever needs to be restored.<\/span><\/p>\n<p class=\"p1\"><span class=\"s1\">SSL will protect only information that\u2019s accessed through an HTTPS URL. If a site was previously using HTTP URLs, it\u2019s necessary to change them to use HTTPS. The old URLs should forward to the new ones, both to avoid breaking links and to help people who are too lazy to type \u201chttps:\/\/\u201d.<\/span><\/p>\n<p class=\"p1\"><span class=\"s1\">The server needs to use an up-to-date version of TLS \u2014 and here, the difference between SSL and TLS is important. The old versions, designated as SSL, have known weaknesses. So does TLS 1.0, which is basically the same as SSL 3.0. An attacker with enough computing resources can break the encryption. A website needs to use TLS 1.1 or later to have good security.<\/span><\/p>\n<p class=\"p1\"><span class=\"s1\"><b>Getting your certificate<\/b><\/span><\/p>\n<p class=\"p1\"><span class=\"s1\">Obtaining an SSL certificate isn\u2019t complicated or expensive when you get it from us. OrangeWebsite\u2019s options range from the simple, economical RapidSSL to strongly validated, multidomain certificates. Whether you use our domain hosting or another host, we offer installation service and stand by our certificates. You can get a <span style=\"color: #ff6600;\"><a style=\"color: #ff6600;\" href=\"https:\/\/secure.orangewebsite.com\/cart.php?gid=5\"><span class=\"s2\">validated certificate<\/span><\/a><\/span> at annual prices starting from:<\/span><\/p>\n<ul class=\"ul1\">\n<li class=\"li1\"><b><\/b><span class=\"s1\"><b>RapidSSL Standard<\/b> (simple and available in minutes): \u20ac29.80 \/ $31.92<\/span><\/li>\n<li class=\"li1\"><b><\/b><span class=\"s1\"><b>Comodo InstantSSL<\/b> (business validation): \u20ac73.60 \/ $78.84<\/span><\/li>\n<li class=\"li1\"><b><\/b><span class=\"s1\"><b>Comodo Multidomain EV<\/b> (extended validation): \u20ac565.00 \/ $749.00<\/span><\/li>\n<li class=\"li1\"><b><\/b><span class=\"s1\"><b>RapidSSL Wildcard<\/b> (unlimited subdomains): \u20ac134.70 \/ $144.29<\/span><\/li>\n<li class=\"li1\"><b><\/b><span class=\"s1\"><b>Comodo EV<\/b> (single domain, extended validation, $250,000 warranty): \u20ac298.80 \/ $320.07<\/span><\/li>\n<\/ul>\n<p class=\"p1\"><span class=\"s1\">Prices may vary with currency fluctuations. <span style=\"color: #ff6600;\"><a style=\"color: #ff6600;\" href=\"http:\/\/www.orangewebsite.com\/contact.php\"><span class=\"s2\">Contact us<\/span><\/a><\/span> if you have any questions.<\/span><\/p>\n<\/div><\/div><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":5,"featured_media":304,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[13],"tags":[],"class_list":["post-282","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-security"],"_links":{"self":[{"href":"https:\/\/www.orangewebsite.com\/articles\/wp-json\/wp\/v2\/posts\/282","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.orangewebsite.com\/articles\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.orangewebsite.com\/articles\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.orangewebsite.com\/articles\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.orangewebsite.com\/articles\/wp-json\/wp\/v2\/comments?post=282"}],"version-history":[{"count":10,"href":"https:\/\/www.orangewebsite.com\/articles\/wp-json\/wp\/v2\/posts\/282\/revisions"}],"predecessor-version":[{"id":1630,"href":"https:\/\/www.orangewebsite.com\/articles\/wp-json\/wp\/v2\/posts\/282\/revisions\/1630"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.orangewebsite.com\/articles\/wp-json\/wp\/v2\/media\/304"}],"wp:attachment":[{"href":"https:\/\/www.orangewebsite.com\/articles\/wp-json\/wp\/v2\/media?parent=282"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.orangewebsite.com\/articles\/wp-json\/wp\/v2\/categories?post=282"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.orangewebsite.com\/articles\/wp-json\/wp\/v2\/tags?post=282"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}