how to split keywords from the post title Generate keyword automatically from post titles

keywords are the main thing in SEO (search engine optimization). if you don't know which keywords will be best for your blog then don't worry. in this post, I will provide you the little bit information about keywords.

if you will select best keywords for your website, blog. then very soon your website will be indexed in google and other search engines. are you confused in selecting keywords for your blog? follow the bellow steps and Generate keyword automatically from post titles.

if your blog is new and doesn't have so much content. then you can rank your blog in google by using low competition keywords. from google keyword planner you can find your desired low competition keywords. but this post is not about searching low competition keywords. this post will show you how can you split keywords from the post title. so let's start

split keywords from post title for blogger.


go to the blogger and log in your google account if already log in then select your blog. where you going to apply this method. after selecting the blog click on the template link.




a new page will appear from this page click on EDIT HTML button. 

in the next page, your template code will display. click anywhere on the code.




now search the following code by pressing CTRL+F. after pressing CTRL+f you will see a search box. in this search box write the name='keywords' and press enter. you will find the code that looks like the following code.

<meta content='your keywords here' name='keywords'/>


in the above code, you can add your keywords by replacing your keywords here to your keywords. after adding the keywords the meta code looks like the bellow code.
<meta content='keyword one, keyword two, keyword three, keyword four' name='keywords'/>
to split keyword from the post title you can use the following code. just paste this code before the </head>.

<meta expr:content='data:blog.pageName + &quot;, &quot; + data:blog.pageTitle + &quot;, &quot; + data:blog.title' name='keywords'/>



now it will automatically get the keywords from the post title. and you don't need to worried about keywords.

Post a Comment

0 Comments