Showing posts with label SEO-Tips. Show all posts
Showing posts with label SEO-Tips. Show all posts

How to Redirect website from http to https

Here is the exact code to redirect website from http to https using .htaccess file.

After installing SSL certificate for your website. Please follow the below steps for Redirecting your blog or website from http to https using .htaccess file
How to Redirect website from http to https

  1. Login into your site cpanel.
  2. Open File Manager and get into public_html directory (check the option show hidden files).
  3. Select .htaccess file and open with code editor.
  4. Copy and Paste the below code in starting of the .htaccess file.
  5. Save it and open your site in the new tab and check it, your site will be redirected from http to https.

How to Remove Blog Title From Blog Post

 how to Remove Blog title from each blog post


When you publish your post in google so google automatically index your post title with your blog title like in below image..

how to remove blog title from blog post

This is not good because you want rank your post or keyword in google but your blog title is too long also blog post so that’s why google not show properly your blog post.. here is the official method of how to remove blog title from blog post  Everyone hate  the default behavior, because it makes your articles easy to dismiss (and defeats the purpose of a creative title). This method works for every platform blogger,wordpress or for custom template.

First of All backup your template if you don’t know how to backup of blogger template so must check this Post  How To Backup of Your Blogger Template


  1. ·  Open Blogger Dashboard
  2. ·  Click On Theme
  3. ·  Click on Edit Html
  4.    Paste Below Code After <head> Tag

remove blog title from blog post


<!--www.facebookcybertricks.com-->
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<title><data:blog.pageTitle/></title>
<b:else/>
<b:if cond='data:blog.pageType != &quot;error_page&quot;'>
<title><data:blog.pageName/></title>
</b:if></b:if>
<!--credit goes to www.facebookcybertricks.com-->



      If this code already add in your blogger / blogspot so remove below highlighted red color.


<!--credit goes to www.facebookcybertricks.com-->
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<title><data:blog.pageTitle/></title>
<b:else/>
<b:if cond='data:blog.pageType != &quot;error_page&quot;'>
<title><data:blog.pageName/> - <data:blog.title/></title>
</b:if></b:if>
<!--credit goes to www.facebookcybertricks.com-->



     check below image after apply this code below in <head> tag. i am 100% sure this code will working because , you seen image yourself then you will know its working or not..
Blog post



I Hope you will do this if you facing any problem so feel free to ask me in comment box..

How to Set meta tags in blogger blog





Meta Tags are most important and most useful for our blog. Search engines manage our site with the
help of meta tags. We make our blog description, keywords and many other things with the help of meta tags. Meta tags are very easy to put in blog. Meta tags will help you to increase your blog traffic.
Before adding meta tags. my blog is not enough popular and very few visits are shown but after add meta tags ( optimizing ), my blog is very popular and My blog appear in search engines. I advice you to add meta tags to your blog so that your blog will much popular and your site ranking will increase day by day.



Adding Meta Tags to Your Blog :-




  •  Login to Blogger > Go to Dashboard > Template > Edit Html




  • Find the following code

<head>

  • After it paste the following code.
  • <!-- Meta Tags ~ Facebookcybertricks.blogspot.com  -->
 <meta content='Your Blog Description' name='description'/>
 <meta content='Your Keywords here!' name='keywords'/>
 <meta content='Author Name' name='Author'/> <meta content='Author email adress' name='Email'/>
 <meta content='all' name='robots'/>
 <meta content='index, follow' name='robots'/>
 <meta content='Language name' name='language'/>
 <meta content='Country name' name='country'/>
 <meta content='blogger' name='generator'/>
            <!-- /Meta Tags ~  facebookcybertricks.blogspot.com  -->

  •  Change blue color text according to your wish.


  • Now your blog has optimized and search engines will ready to catch your blog.
  • If  you like so Share with your Friends because sharing is caring.