Skip to content

Instantly share code, notes, and snippets.

@jessotron
Created September 24, 2015 21:29
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jessotron/143bf76b448578329896 to your computer and use it in GitHub Desktop.
Save jessotron/143bf76b448578329896 to your computer and use it in GitHub Desktop.
Sample SiteNavigationElement Schema Markup
<ul itemscope itemtype="http://www.schema.org/SiteNavigationElement">
<li itemprop="name"><a itemprop="url" href="http://www.travelstore.com/our-advantage">Our Advantage</a></li>
<li itemprop="name"><a itemprop="url" href="http://www.travelstore.com/our-travel-experts">Travel Experts</a></li>
<li itemprop="name"><a itemprop="url" href="http://www.travelstore.com/destinations">Destinations</a></li>
<li itemprop="name"><a itemprop="url" href="http://www.travelstore.com/cruises">Cruises</a></li>
<li itemprop="name"><a itemprop="url" href="http://www.travelstore.com/interests">Interests</a></li>
<li itemprop="name"><a itemprop="url" href="http://www.travelstore.com/explore-your-world/interests/hotels-and-resorts">Hotels</a></li>
<li itemprop="name"><a itemprop="url" href="http://www.travelstore.com/travel-guides">Travel Resources</a></li>
</ul>
@alex12332
Copy link

I do not know how to add it to my website, can you teach me?

@mcka-dev
Copy link

Is adding SiteNavigationElement properties to child menu items required?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment