Blog

Saturday, 15 October 2016 17:05

How to fix - Microdata Schema Test

HTML5 Microdata is an easy way to add semantic markup to your web pages. Search engines rely on this markup to improve the display of search results, making it easier for people to find the right web pages.

Here is a simple example of how to use HTML5 microdata in your contact web page:

<div itemscope itemtype="http://schema.org/Person">

   <span itemprop="name">CNERIS CNERIS</span>

   <span itemprop="company">The Example Company</span>

   <span itemprop="tel">604-555-12134</span>

   <a itemprop="email" href="mailto:This email address is being protected from spambots. You need JavaScript enabled to view it.">This email address is being protected from spambots. You need JavaScript enabled to view it.</a>

</div>

Published in SEO