In October 2015 google via one of the official site? hers, announced that for the moment blogspot.com blog with a sub domain (.co.uk) now can use https services, this service can be switched easily via the settings menu on your blogspot account page. to enable these features then your blog will be accessible using the url https://blog_anda.blogspot.com and also http://blog_anda.blogspot.com
This feature is only valid and can be enabled for blogs which incidentally still using subdoman blogspot, but unfortunately this feature will not be activated again if your blog is already dicustomisasi happen to be a top level domain (TLD) or changed by using a personal domain (.net, .com, .net, .org, .sch id etc.)

for most bloggers are very concerned about the security side and also SEO blog, the https feature of this course? is an exciting news that they can exploit to make the blog is getting better, although the address https for now still not redirected automatically, meaning that the blog is still using the http protocol when accessed sourced from search engines. but it seems a matter of time. I'm sure eventually blogspot will use the default https automatically.
Know What is HTTPS and what is HTTP?
Before we discuss more about the important things you should consider if you enable https, I will discuss a little what a difference https and http?HTTP ( Hyper transper protocol ) and HTTPS ( Hyper trnsfer protocol Scure ) is a protocol that provides command in the inter-network communication, namely communication between the network client computer with a web server.?
However, when compared to HTTP, HTTPS has advantages, especially in terms of security functions (secure)? meaning that if you use https to your blog then your blog will be more secure when compared to http for any occurrence of data communication from the client and the server then the data will encrypt it first using Secure Socket Layer (SSL) or Transport Layer Security (TLS) so that it can avoid tapping that may occur.
feature https is generally often used at sites e-commerce, bangking and also other sites that involve transaction data is confidential,
What Sih benefits of using HTTPS on blogs?
Already mentioned earlier that the facility https this will be very beneficial to the bloggers are very concerned about SEO and the security blog, some of the benefits that can be achieved when using the service https to your blog is as the following:# 1 - Improve user trust
blog with https will increase the confidence of users, they are more confident that the blog is accessed is a site that truly trustworthy and not being diarahken kesitus that berhahaya .# 2 - Blog with HTTPS more secure
url address to HTTPS is able to provide more security when compared to using http, with https data sent from client to server and data sent from the server to the client is going through the encryption process in advance through Socket Layer encrypted SSL (Secure) or Transport Layer Security (TLS), so that when there is a transaction between the client and the server? the data will be more secure.Here are some security advantages described google about the importance of using https:
a. use https will provide security to the visitors of your blog from theft activities and information your visitors so that any data they engage when transacting online will be difficult to trace.
b. Helps Detect if an attacker is trying to change the data sent by the blogger to visitors
c. Adding security measures that make it more difficult for others to listen to the conversations of your visitors, track activity, or steal their information.
The use of protocol https very important for sites that many transactions client server with the handover of data that are private as transactions that commonly occur at sites of e-commerce, banking websites are always involve transactions with data of a sensitive nature, to minimize tapping one could use the site must use a protocol https.
# 3 - Blog with HTTPS would be more SEO Friendly
Do use https for url of your blog will have the effect of seo?,for this problem google never gives a statement that feature https to now be a part of one of the 0+ google ranking factors that would at least give the effect of increasing seo blog .
Google states that use https in the url of your blog will be able to provide a positive impact to your blog or website can especially affect google ranking factors of your blog, at least 1% would have an influence on the ranking of your blog in search results even chances google big party will allegedly improve the ranking signal to use this https ,? with the aim to encourage every owner of a site or blog in order to switch from http to https.
# How to enable the https on your blogspot
To enable https on your blogspot, is actually very easy once, the steps are as follows:a. Login to your blogspot account
b. On the left side of the menu bar select the Settings menu or sub-menu settings and then select the base as shown below:

c. then the label using https: vote yes, as shown in the image above.
By following the above steps means you have successfully enabled https feature to your blog.
#Cara Maximizing the use of HTTPS on your blog
To enable https on berflatform blogspot blog for today is presented with a very easy ,? just with a single click the blog you already support the feature, but if you choose to enable https on your blogspot, you must also ensure that all matters related to resource your blog template must follow to use https.based on information provided google through the link included in the notification of your blog template editor, resources must also use https protocol is as follows:
a. Source Javascript and CSS Should Be Using https
If by chance your blog using the source javascript external, make sure that javascript is coming from sites with https.You can check on the template of your site, then try doing a search using keywords http: //, if you find a javascript that is still using http, you try to change to https, check whether it can be accessed, if it can be accessed please replace http: // to https: //?
b. Source URL Image and Video Should Be Using HTTPS
If you happen to involve images and video is also having to come from trustworthy sites that use the https protocol.Looks like this will be our homework ahead because I sure you include my earlier use a lot of images or vidio especially in articles posts without regard HTTP or https, if the blog you want to be better but you should change to https if indeed the source site pictures and also video does support https.
# What will happen if it is left?
google himself explains in the official page on https issues this, that if you enable the https on your blog and then on your blog, there are still content resources used by your blog is still using HTTP, then most likely error could potentially occur when your blog or website accessible via HTTPS ,? and the impact will reduce the security and user experience.
therefore we recommend you check your content and change resources from http to http, you must ensure that resources are used also has a secure channel https.
features HTTPS Currently not redirected automatically what should I do?
Although google already provides the facility to activate https on blogspot, but it seems the url https can not automatically run, when your blog visitors to find your blog dihasil google search, it remains they will be directed to the address of your blog that use HTTP. who knows how long this will continue, most likely only a matter of time seems like because I'm sure it will eventually will be using the default https.If you want to use https, you could do a redirect directly to https, so when your blog visitors access your site will be immediately redirected to https.
the way you can use a special script, with the following steps:
a. Login to your blogspot account,
b. on the left side of the menu bar select the menu template, and then click the edit button HTML, to get into your template html editor
c. Please find the code and simply select the code below and then put under the code in your template:
#Kode 1:
Blogspot Indonesia currently own country domain to be always directed to blogspot.co.id, if you want to redirect be blogspot.com and also want to use https, you can plug the appropriate code below under the code :
? By using the above code domain blogspot then you will be directed to blogspot.com, and can be accessed using https and http< script type = 'text / javascript'> blog var = document.location.hostname; var ext = blog.substr (blog.lastIndexOf ( ".")); if (ext == "id") { var protocol = window.location.protocol.replace (/ : / g, ''); var path = document.location.pathname; var ncr = protocol + ": //" + blog.substr (0, blog.indexOf ( ".")); ncr + = ".blogspot.com / ncr" + path; window.location.replace (ncr);} script >
# kode2:
If you just want to redirect the protocol only, from http be always https, you can use the code below and place right under the code :
< script type = 'text / javascript'>var protocol = window .location.protocol.replace (/ : / g, '');if (protocol == 'http') {var url = window.location.href.replace ( 'http', 'https');window.location.replace (url);}script >
Is it dangerous to use a script on your blog?
for the above information perhaps you can read my article about why blogspot.com diverted into blogspot.co.id?
Similarly, of Tips on Maximizing the Use HTTPS feature Blogspot , may be useful
0 Komentar