Advertisement
abdulkrm

SteNavigationElement

May 21st, 2023
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. <script type="application/ld+json">
  2. {
  3. "@context": "https://schema.org",
  4. "@type": "WebSite",
  5. "url": "https://www.yoursite.com/",
  6. "potentialAction": {
  7. "@type": "SearchAction",
  8. "target": "https://www.yoursite.com/?s={search_term_string}",
  9. "query-input": "required name=search_term_string"
  10. },
  11. "mainEntity": [{
  12. "@type": "SiteNavigationElement",
  13. "name": "Home",
  14. "url": "https://www.yoursite.com"
  15. },{
  16. "@type": "SiteNavigationElement",
  17. "name": "Blog",
  18. "url": "https://www.yoursite.com/blog"
  19. },{
  20. "@type": "SiteNavigationElement",
  21. "name": "Contact",
  22. "url": "https://www.yoursite.com/contact"
  23. }]
  24. }
  25. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement