Subscribe Us

How To Add Meta Tags, Titles, Descriptions, And Keywords In Your Blog

How To Add Meta Tags, Titles, Descriptions, And Keywords In Your Blog - Quickly Rank Your Blogger Website On Google

Add Meta Tags, Titles, Descriptions, And Keywords In Your Blog

To add meta tags, a title, a description, and keywords to a Blogger website, follow these steps:

 

  • Go to the Blogger dashboard and select the blog you want to edit.
  • Click on the "Theme" tab and then click the "Edit HTML" button.
  • Search for the <head> tag in the HTML code.
  • 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>

  • Replace ‘description of page’ with a brief description of the page, and ‘keywords, separated, by, commas’ with a list of relevant keywords for the page, separated by commas.
  • Click the "Save Theme" button to save your changes.

That's it! You have successfully added meta tags, a title, a description, and keywords to your Blogger website.


Click Here

Post a Comment

1 Comments

  1. So you just said to edit html code from theme ? How will it works for specific post ??

    ReplyDelete