twitter
    Find out what I'm doing, Follow Me :)
Showing posts with label meta tags. Show all posts
Showing posts with label meta tags. Show all posts

Adding Separate Meta Tags for Individual Posts

Adding Separate Meta Tags is an essential work if you want to make your blog popular. Google and yahoo rank your blog by page by page , separately. So , if you don't feel lazy right now , you can bring your blog to the top of google's search results. Lets start.


1. Edit your Template
2. Now find out <Head
> ( press 'Ctrl' + F to open your browser's search box)


Now paste these code lines just after


<b:if cond='data:blog.url == " your Blog page's URL "'>
<meta content=' Type you post description here. some thing that will describe your post's content. ' name='description'/>
<meta content=' Type your tags here ' name='keywords'/>
</b:if>


that's all , keep in mind that " " is essential before and after your blog post's URL




Now follow the Safety Saving Steps.

And




Adding Meta Tags

Adding tags make your blog to be popular. But it didn't mean that more tags is equal to more popularity. How ever , in some search engines , they ban your site if you add same tag more than 3 times.

ex:- blog tip
blog trick
blog tip and trick

as you can see , blog has been used for 3 times.

So u have to be careful on adding tags.and there is is a another thing , when you are adding meta description , use a one or very few sentences that will attract a reader and describe your whole blog.

Now that's all you have to learn as a newbie. There are many more advanced techniques on tagging. You also can use online tag generators to create your tags. ( just google by ' online tag generator' )

Now lets add our tags


<meta content='Tye Your keywords . separated each by a comma'

name='keywords'/>

<meta content='Your Site Description' name='description'/>


</b:if>

<meta content='Your_Name' name='author'/>

<meta content='ALL' name='ROBOTS'/>


Type toy tags , Site Description , Your_Name and keep it for while.

Now

1. Edit your template ( How to edit your template )
2. Press Ctrl+F and search for
data:blog.pageTitle

Now you will find out a code line as <title><data:blog.pageTitle/></title>


Now paste your tag codes just below this line


Now follow the Safety Saving Steps.

And