Now special focus about, How do add Meta Tags for Blogspot Blogger?.This is simple procedure one can easily add.
Login to Blogger >> Dashboard >> Layout >>Edit HTML [Backup your Blogger Template before any Modify]
Find the following code:
<b:include data='blog' name='all-head-content'/>
Copy and Paste the following code immediately after the above line.
<meta name="Title" content="Blog title" />
<meta name="Description" content="Description of your Blogger blog" />
<meta name="Keywords" content="Keywords separated by comma and space" />
<meta name="Robots" content="index, follow, all" />
<meta name="Author" content="Blog Author Name" />
<meta name="Language" content="Language of Website" />
<meta name="Copyright" content="© Copyright information of blog" />
<meta name="Revisit-After" content="2 Days" />
After Modify your code look like this:
Note:Totally displays 8 lines in the Code,The first 4 lines are Important and the next 4 lines are unnecessary.Replace the color text with your "Blog Meta Tags". Save your template. Fill all data suitable for your blog.
Find out How do create Meta Tags for better Search Engine Indexing?
No comments:
Post a Comment
Hello, Write Your Here...