Meta Tag Definition
What Are Meta Tags?
Meta tags are HTML5 tags that are used to describe additional information in the form of text that describes the content of a page; the meta tags don’t appear on the page. In other words, meta tags are invisible to the reader\s OR Web browsers, but not in the page’s source code. Meta tags include
content's descriptors,Keywords,Title that help the search engines to know what a web page is about.
Meta tags are placed between the HEAD tags of the HTML document. Here is a detailed article about How to generate meta tags OR How to use and Importance of Meta tags in modern SEO.
Some Most Importent Meta Tags:
-
Meta Keywords Attribute
-
Meta Title Tag
-
Meta Description Attribute
-
Meta Robots Attribute
-
Canonical Meta
-
Meta Width [Not Required]
-
Meta Auther [Not Required]
-
Meta Lang [Highy Impact]
How to Increase Meta Tags' Impact On Blogger?
Here I'm going to share some XML conditional tags that highly impact on your Blogger SEO. These XML conditional tags play a key role in the ranking fo Blog in search engine.
Specifing Meta Title only On Home Page
<b:if cond='data:blog.url == data:blog.homepageUrl'/> < title > < data:blog.title/> </ title > </b:if> Meta Title will help you to specify the actual OR aditional Title to your Post || Page
Specifing Meta Description only On Home Page
<b:if cond='data:blog.url == data:blog.homepageUrl'/> <meta content='Meta Descriptio gose here' name='description'/> </b:if> Meta description is used to describe your Posts && Pages content shortly within 160 characters. Here is complete meta Decription Article Meta Description
Specifing Meta Canonical
<b:if cond='data:blog.url == data:blog.homepageUrl'/> <link expr:href='data:blog.url' rel='canonical'/> </b:if> Here is the Comple guidenes about meta canonical Canonical Tag
Specifing Meta lang
<b:if cond='data:blog.url != data:blog.homepageUrl'/>
<link rel="alternate" href="http://example.com" hreflang="es-es" />
<!-- Alternate URL that is on a Specific Language to a specific targeted audiences -->
</b:if>
0 Comments