Showing posts with label Meta tag. Show all posts
Showing posts with label Meta tag. Show all posts
Tuesday, February 15, 2011

How To Add Dynamic Meta Description Tag

0 comments
1. Log in to your blogger account >>Design >> Edit HTML

2.Find this tag by using Ctrl+F
                                     <b:include data='blog' name='all-head-content'/>

3.Past e below code after the above tag

                     <META NAME='description' expr:content='data:blog.pageTitle 
                    + &quot;,PUT IN YOUR COMMON BLOG DESCRIPTION 
                                               TAGS HERE &quot;'/> 

4. Replace PUT IN YOUR COMMON BLOG DESCRIPTION TAGS HERE
  with your description

5. After click Preview and click Save template.
Continue reading →
Friday, January 28, 2011

Add Meta Tag For Blogger

0 comments
Meta tag is a important Search Engine Optimization.
It help to make a good traffic rank to your website.
If you use accurately as meta tag it will try to bring
your page as first page.

 1.This is your meta code.first of all you have to edit this.


              <meta content='DESCRIPTION HERE' name='keywords'/>
              <meta content='KEYWORDS HERE' name='description'/>
              <meta content='AUTHOR NAME HERE' name='author'/>


 *DESCRIPTION HERE - mean description about your site.
 *KEYWORDS HERE    -Keyword that describe your blog most.
 *AUTHOR NAME HERE - Your name or blogger name.


2. Now log to your blogger and navigate to Layout > Edit HTML and expand Widget Templates

3. Find this code by using Ctrl+F    <b:include data='blog' name='all-head-content'/>

4. After found above code,paste meta tag after this code.

5. Now finished. you are done.


Continue reading →
Related Posts Plugin for WordPress, Blogger...