728x90 AdSpace

  • Latest Post

    Friday, June 3, 2016

    How to Add Optimized Meta Tags in Blogger for SEO

    How to Add Optimized Meta Tags in Blogger for SEO
    How to Add Optimized Meta Tags in Blogger for SEO 


    Meta tags have prime cooperativeness in indexing your site/blog to search engines. Blogger furnishes statics pages that are bad for SEO. To get more traffic we need to make pages Search Engines friendly.
    Your website/blog can never be solid if your website links are not demonstrating in Search Engines. Meta tags are HTML based  They reflect the Description, keywords and other terms to Search engines. It is critical for bloggers to include meta tags for better performance.

     In this tutorial I will show you the best way to add optimized meta tags to your Blogger blog to improve the SEO of your blog and work around the limitations of the Blogger platform.

     Adding Meta Tags In Blogger:


    Step: 1 Login to Blogger.com, > Your Blog > Then Backup your Template.

    Step: 2 Then click Edit Html > Find the code, see the picture below.
    How to Add Optimized Meta Tags to Blogger for SEO

    ?
    1
    2
    <b:include data='blog' name='all-head-content'/>
       <title><data:blog.pageTitle/></title>
    <b:include data='blog' name='all-head-content'/>
       <title><data:blog.pageTitle/></title>
    
    

    Step: 3 Replace the code with the optimized Meta Tags.

    How to Add Optimized Meta Tags in Blogger for SEO

    ?
    01
    02
    03
    04
    05
    06
    07
    08
    09
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    <!-- Meta Robots -->
    <meta content='all' name='robots'/>
    <meta content='index, follow' name='robots'/>
    <b:include data='blog' name='all-head-content'/>
    <!--Optimized SEO Title Tag-->
    <b:if cond='data:blog.pageType == "index"'>
    <title><data:blog.pageTitle/></title>
    <b:else/>
    <title><data:blog.pageName/> - <data:blog.title/></title>
    </b:if>
    <!-- Meta Description -->
    <b:if cond='data:blog.pageType == "item"'>
    <b:if cond='data:blog.metaDescription != ""'>
    <meta expr:content='data:blog.metaDescription' name='Description'/>
    <b:else/>
    <meta expr:content='data:blog.pageTitle' name='Description'/>
    </b:if>
    <!--Meta Keyword Post/Page-->
    <meta expr:content='data:blog.pageName + ", Internet, Softwares, Programming, Technology, Guides, Tricks, Tips, Computer Techniques, ICT Tricks,SEO"' name='keywords'/>
    </b:if>
    <!--Meta Keyword Homepage -->
    <b:if cond='data:blog.url == data:blog.homepageUrl'>
    <meta content='Internet, Softwares, Programming, Technology, Guides, Tricks, Computer Techniques, Tips, ICT Tricks, SEO, Information Communication Technology, Tutorial' name='keywords'/>
    </b:if>
    <!-- Meta Robots -->
    <meta content='all' name='robots'/>
    <meta content='index, follow' name='robots'/>
    
    <b:include data='blog' name='all-head-content'/>
    
    <!--Optimized SEO Title Tag-->
    <b:if cond='data:blog.pageType == &quot;index&quot;'>
    <title><data:blog.pageTitle/></title>
    <b:else/>
    <title><data:blog.pageName/> - <data:blog.title/></title>
    </b:if>
    
    <!-- Meta Description -->
    <b:if cond='data:blog.pageType == &quot;item&quot;'>
    <b:if cond='data:blog.metaDescription != &quot;&quot;'>
    <meta expr:content='data:blog.metaDescription' name='Description'/>
    <b:else/>
    <meta expr:content='data:blog.pageTitle' name='Description'/>
    </b:if>
    
    <!--Meta Keyword Post/Page-->
    <meta expr:content='data:blog.pageName + &quot;, Internet, Softwares, Programming, Technology, Guides, Tricks, Tips, Computer Techniques, ICT Tricks,SEO&quot;' name='keywords'/>
    </b:if>
    
    <!--Meta Keyword Homepage -->
    <b:if cond='data:blog.url == data:blog.homepageUrl'>
    <meta content='Internet, Softwares, Programming, Technology, Guides, Tricks, Computer Techniques, Tips, ICT Tricks, SEO, Information Communication Technology, Tutorial' name='keywords'/>
    </b:if>
    
    

    ICT tips on Effective Meta Tags for Search Engine Optimization (SEO)

     

    Title Tag Length

    - The optimum length for Search Engine. Google typically displays the first 50-60 characters of a title tag. Anything longer will be truncated in search results.

    Meta Description Tag Character Limit

    - Keep It To 155 Characters or Less. According to our friends at SEOmoz, the guideline for meta description character length is 150-160 characters.

    Meta Keywords Tag Limit

    - There is no official length requirement but generally you'll see people mention anywhere from 100 to 255 characters

    - FYI, Meta Keywords doesn't make any improvements in SEO, use Meta Description instead.


    Google says:
    "Google does not use the keywords meta tag in web ranking"

    If you any concern or comment/suggestion don't hesitate to post your comment below.



    Also Reads:
    • Blogger Comments
    • Facebook Comments

    0 comments:

    Post a Comment

    Item Reviewed: How to Add Optimized Meta Tags in Blogger for SEO Rating: 5 Reviewed By: Mark John Dee
    Scroll to Top