Installing meta tags is also one of the optimization blogs for blogs and articles that we post has a clear identity. So that Google robots can easily classify blogs and articles to be sorted in SERP.
Meta Tags SEO Friendly for Blogger
Meta Tags SEO Friendly for Blogger
Meta Tag Function
Basically, the meta tag consists of several tags of the most important elements, including:Meta description tag: Meta description tag is used to provide an overview of the content of your web page. The recommended size is no more than 200 characters. And keep this description:
<meta content=' Write description here' name='description'/>
Meta tag keywords: Meta tag keywords are very important existence because it determines what keywords can find the web page on search engines.
<meta name="keywords" content="keyword1, keyword2, keyword3, ...>
Meta tag robots: The main purpose of using robots meta tags is to determine which web pages can be indexed by spiders and which web pages do not. This tag is very useful especially if a website uses frames for navigation
<meta name="robots" content="index follow">
Well, the three components of this important meta tag if combined then the form as below:
<meta content=' Write description here' name='description'/>
<meta content='keyword1 keyword2 keyword3 ...' name='keywords'/>
<meta content='index, follow' name='robots'/>
Meta Tag SEO Friendly
SEO Friendly Meta tags: are meta tags that have multiple functions, meaning each tag explains the difference between the homepage and the single page. Meta tags like this are also called dynamic meta tags or often called automatic meta tags. The components of the meta tag if combined into the following.
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.pageTitle/></title>
<meta content='Write Your Blog Description' name='description'/>
<meta content='keyword1, keyword2, keyword3' name='keywords'/>
<b:else/>
<title><data:blog.pageName/> | Your Blog Title</title>
<meta expr:content='data:blog.pageName + ",Write Your Blog Description"' name='Description'/>
<meta expr:content='data:blog.pageName + ",keyword1, keyword2, keyword3"' name='Keywords'/>
<meta content='index, follow' name='robots'/>
</b:if>
Well, now how to install meta tags on blogs? For that, the familiar tutorial install meta tags that I will explain below
How to Install Meta Tag on Blog
Login to your blogger> Click Template> Edit HTML> Then add the above code just below <head>.
0 Comments: