Follow Me

Meta Tags SEO Friendly for Bloggers

Meta Tags SEO Friendly for Bloggers
Meta Tags SEO Friendly for Bloggers - Many versions add or install meta tags in blogger, and blogger meta tags have also been explained by many bloggers. But in this article I will explain Meta Tags SEO Friendly for Blogs.
Installing meta tags is also one of the blog optimizations so that the blogs and articles we post have a clear identity. So that the Google robot can easily classify blogs and articles to be sorted in the SERP.

Meta Tags SEO Friendly for Bloggers

Meta Tag function

Basically meta tags consist of several important element tags, including:

Meta tag description: Meta tag description is used to provide an overview of the contents of your web page. The size is recommended no more than 200 characters. And make sure that this description can be:
<meta content=' Tulis deskirpsi disini'  name='description'/>
Meta keyword tags: Meta keyword tags are very important because they determine what keywords can find these web pages on search engines.
<meta name="keywords" content="keyword1, keyword2, keyword3, ...>
Robots Meta tags: The main purpose of using robots meta tags is to determine which web pages can be indexed by spiders and which web pages are 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, the shape is as below:
<meta content=' Tulis deskirpsi disini' name='description'/>
<meta content='keyword1 keyword2 keyword3 ...' name='keywords'/>
<meta content='index, follow' name='robots'/>
SEO Friendly Meta Tags

SEO Friendly Meta tags are meta tags that have multiple functions, meaning that 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 meta tag component if combined into as below.
<b:if cond='data:blog.pageType == &quot;index&quot;'>
<title><data:blog.pageTitle/></title>
<meta content='Write a description of your blog' 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 + &quot;,Write a description of your blog&quot;' name='Description'/>
<meta expr:content='data:blog.pageName + &quot;,keyword1, keyword2, keyword3&quot;' name='Keywords'/>
<meta content='index, follow' name='robots'/>
</b:if>

Now, how do I install a meta tag on a blog? For that, see the tutorial on installing a meta tag which I will explain below

How to Install Meta Tags on Blog

Login to your blogger> Click Template> Edit HTML> Then add the code above just below the <head>.

I think it's quite easy to install a meta tag on blogger for that I just end the article about Meta Tags SEO Friendly for Blogger. May be useful.
Next Post Previous Post
No Comment
Add Comment
comment url