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.
1 Comments
So you just said to edit html code from theme ? How will it works for specific post ??
ReplyDelete