Meta Tag is important for your blog to make more traffic from search engine.
Meta Tag are place between your Head opening and closing Tags in your HTML Page.
HTML Page with Meta tags help your Search engine bots to read your content very easily and also helps your end user to drive more traffic to your blog.
Learn How you can include Meta Tag on your Blog or HTML
This is the basic HTML Page with only Meta tag description and keywords.
<HTML>
<HEAD>
<TITLE> Meta Tags Optimization - Technology Innovatioj</TITLE>
<meta name=”description” content=”Description of your article”>
<meta name=”keywords” content=”Meta Tags Optimization”>
</HEAD>
<BODY></BODY>
</HTML>
Explaination
<meta name=”description” content=”Description of your article”>
Change this "Description of your article" to your content description
<meta name=”keywords” content=”Meta Tags Optimization”>
Change this ”Meta Tags Optimization” to your blog keywords like technology, innovation, how to guides
Note : The above one is good example for HTML website and suppose if you want to implement this in blogger (blogspot.com) then you have to follow the below example.
Blogger is fully customize layout that gives you only one Template page where you have to define all meta tag detail for your blog home page as well as for all other page.
<head>
<b:if cond='data:blog.pageType == "index"'>
<META content='technology, software, internet' name='keywords'/>
<META content='A Technology blog on software tools, web technologies, tech updates, how to guides and buzz..' name='description'/>
<b:else/>
<title><data:blog.pageName/> | <data:blog.title/></title>
<meta expr:content='data:blog.pageName' name='description'/>
</b:if>
</head>
Similarly change the description and keyword that are suitable for your blog.
Meta Tag are place between your Head opening and closing Tags in your HTML Page.
HTML Page with Meta tags help your Search engine bots to read your content very easily and also helps your end user to drive more traffic to your blog.
Learn How you can include Meta Tag on your Blog or HTML
This is the basic HTML Page with only Meta tag description and keywords.
<HTML>
<HEAD>
<TITLE> Meta Tags Optimization - Technology Innovatioj</TITLE>
<meta name=”description” content=”Description of your article”>
<meta name=”keywords” content=”Meta Tags Optimization”>
</HEAD>
<BODY></BODY>
</HTML>
Explaination
<meta name=”description” content=”Description of your article”>
Change this "Description of your article" to your content description
<meta name=”keywords” content=”Meta Tags Optimization”>
Change this ”Meta Tags Optimization” to your blog keywords like technology, innovation, how to guides
Note : The above one is good example for HTML website and suppose if you want to implement this in blogger (blogspot.com) then you have to follow the below example.
Blogger is fully customize layout that gives you only one Template page where you have to define all meta tag detail for your blog home page as well as for all other page.
<head>
<b:if cond='data:blog.pageType == "index"'>
<META content='technology, software, internet' name='keywords'/>
<META content='A Technology blog on software tools, web technologies, tech updates, how to guides and buzz..' name='description'/>
<b:else/>
<title><data:blog.pageName/> | <data:blog.title/></title>
<meta expr:content='data:blog.pageName' name='description'/>
</b:if>
</head>
Similarly change the description and keyword that are suitable for your blog.
Comments
Post a Comment