Download a free template from any website or buy a premium one. All of the Blogger templates already have microdata added to them.
For example, you have a webpage about your company. It contains 3 paragraphs, in those there paragraphs you have -
BlogPosting Schema in Rich Snippet Testing Tool |
What is microdata?
In simplest term, microdata is way to highlight some data from the whole to the search engines.For example, you have a webpage about your company. It contains 3 paragraphs, in those there paragraphs you have -
- name of the company
- name of founder
- address
- phone number, etc.
How to add Microdata BlogPosting?
To add
- Go to Template, then Edit HTML.
- Use Ctrl + F, to search for <data:post.body/>.
- You will only find one occurrence of the above code.
- Just above it add, <div itemscope='' itemtype='http://schema.org/BlogPosting><span itemprop='articleBody'>
- Just below <data:post.body/>, add </span></div>.
- Save it and you're done.
- To check, go to Google Structured Data Testing tool. Put any of your article's URL and hit Preview button.