Advertisement
Guest User

Untitled

a guest
Jul 1st, 2015
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. <li>
  2. <a href="#" itemprop="url"><span itemprop="name">Link 1</span></a>
  3. </li>
  4.  
  5. <li itemprop="name">
  6. <a href="#" itemprop="url">Link 1</a>
  7. </li>
  8.  
  9. <!DOCTYPE html>
  10. <html>
  11. <head>
  12. <title>test</title>
  13. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  14. </head>
  15. <body>
  16. <div itemscope itemtype="http://schema.org/WebPageElement">
  17. <link itemprop="additionalType" href="http://schema.org/ItemList" />
  18. <meta itemprop="name" content="navigation_menu" />
  19. <ul>
  20. <li itemprop="additionalType" itemscope itemtype="http://www.schema.org/SiteNavigationElement">
  21. <span itemprop="itemListElement">
  22. <a href="http://www.example.com/link_1" itemprop="url"><span itemprop="name">Link 1</span></a>
  23. </span>
  24. </li>
  25. <li itemprop="additionalType" itemscope itemtype="http://www.schema.org/SiteNavigationElement">
  26. <span itemprop="itemListElement">
  27. <a href="http://www.example.com/link_2" itemprop="url"><span itemprop="name">Link 2</span></a>
  28. </span>
  29. </li>
  30. </ul>
  31. </div>
  32. </body>
  33. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement