On this page:
This is some text inside of a div block.
This is some text inside of a div block.
This is some text inside of a div block.
Created
updated
SearchResultsPage Schema for Webflow Websites
SearchResultsPage schema identifies a page as displaying search results. This tells Google the page is a search results view, not a content page. Used on internal site search results pages.
When to Use
Use on your site's /search?q=... page. Do not use on regular content pages.
Fields
- name — Page title, typically "Search results for [query]" (shared)
- description — Page description (shared)
Ask AI about this property
I just read https://www.karpi.studio/schema-glossary-types/search-results-page about SearchResultsPage schema for Webflow websites. Help me apply this to my own website:
- Which fields SearchResultsPage actually supports here -- only `name` and `description` are listed, both shared fields, so this is a thin type with no extra properties to add
- A complete JSON-LD example using the @graph format with a single SearchResultsPage entity carrying `name` (typically "Search results for [query]") and `description`
- Exactly where to put it in Webflow -- this belongs only on the internal site search results page (the /search?q=... view), never on regular content pages, so site-wide head code would be wrong
- How to validate it with the Schema.org Validator, since there is no dedicated Google rich result for SearchResultsPage
- The most common mistake: applying SearchResultsPage to normal content pages instead of restricting it to the actual search results view