
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Correct Use of schema.org SiteNavigationElement in HTML
The schema.org SiteNavigationElement extends WebPageElement. It is used to mark-up links that would make amazing contextual links.
<nav role = "navigation" itemscope itemtype = "http://schema.org/SiteNavigationElement"> <ul> <li> <a href = "https://example.com/" title = "Link to home page" itemprop = "url"> <span itemprop="name">Home page</span> </a> </li> <li> <a href = "https://examplecom/demo" title="Link to demo page" itemprop = "url"> <span itemprop = "name">My demo page</span> </a> </li> </ul>
Advertisements