How to Add Meta Tags, Titles, Descriptions and Keywords in Your Blog - AN Solution

ansolution

 

For using this simply follow the steps to add all the above things to your blog:

1.    Go to your Blogger dashboard and go to the Theme option.

2.    Click on the "Theme" tab and then click the "Edit HTML" button.

3.    Search for the <head> tag in the HTML code.

4.    Add the following code just below the <head> tag:

 

(    <b:if cond='data:blog.pageType == "item"'>

<title><data:blog.pageName/></title>

 <meta content='description of page' name='description'/>

 <meta content='keywords, separated, by, commas' name='keywords'/>

</b:if>   )

 

  1. Replace 'description of the page" with a concise explanation of the webpage and 'keywords separated by commas to create an appropriate list of keywords for the page that are with commas.

6.   Click on the "Save Theme" button to save your modifications. That's it! You've successfully created metatags, titles and explanations as well as keywords on the content of your Blogger website.

Post a Comment

0 Comments