> ## Documentation Index
> Fetch the complete documentation index at: https://docs.enterspeed.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

Below you'll find a collection of useful schema snippets. Use these as a starting point or inspiration when designing your next schema.

<Info>
  These snippets are meant as examples and are meant to be modified to fit your own data structure.
</Info>

<Columns cols={2}>
  <Card title="Breadcrumb navigation" horizontal href="/enterspeed/reference/schema-example-library/breadcrumb-navigation">
    Breadcrumb navigation schema example using references.
  </Card>

  <Card title="Dictionary items" href="/enterspeed/reference/schema-example-library/dictionary-items">
    Recommended ways of mapping dictionary items.
  </Card>

  <Card title="Dynamic property mapping" horizontal href="/enterspeed/reference/schema-example-library/dynamic-property-mapping">
    Different ways of doing dynamic mapping of properties from the source entity.
  </Card>

  <Card title="Latest news" horizontal href="/enterspeed/reference/schema-example-library/latest-news">
    Schema example for listing the 3 latest news articles filtered by category.
  </Card>

  <Card title="SEO composition" horizontal href="/enterspeed/reference/schema-example-library/seo-composition">
    Partial schema example for a reuseable SEO composition across different page types.
  </Card>

  <Card title="Site settings" horizontal href="/enterspeed/reference/schema-example-library/site-settings">
    Example of a site settings schema with various configuration options and references to other pages.
  </Card>
</Columns>
