Sambal

Webpage props

Other than the required mainEntity of a webpage, there are many other properties you can set for your webpage using _page.yml. Here are some examples

Header with navigation and action
"@type": WPHeader
headline: Sambal
hasPart:
  - "@type": SiteNavigationElement
    name: About
    url: /about
  - "@type": SiteNavigationElement
    name: Docs
    url: /docs/get-started
potentialAction:
  - "@type": "DownloadAction"
    target: https://github.com/chen4119/sambal
"@type": WPSideBar
hasPart:
  - "@type": SiteNavigationElement
    name: Get Started
    url: /docs/get-started