Schema Markup
Add schema to key pages like products, articles, and events to enable rich results (stars, prices, dates) in search. Use schema.org as a reference and validate with Google’s Rich Results Test.
Last updated
Was this helpful?
Add schema to key pages like products, articles, and events to enable rich results (stars, prices, dates) in search. Use schema.org as a reference and validate with Google’s Rich Results Test.
Last updated
Was this helpful?
Analyzes JavaScript and CSS resource minification
Checks inline scripts and styles for optimization
Identifies non-minified resources for performance improvement
The % of the code minified and the goal to reach in minified code.
Use the :
Steps to Implement manually on Webflow:
Identify the Schema type: Determine the appropriate schema type for your content. The most common ones are:
3. Add Structured Data to Webflow:
For static pages, go to the specific page settings in Webflow and add the JSON-LD code in the “Custom Code” section under the <head> tag.
For CMS items, go to the CMS Collection Template page settings and add the JSON-LD code similarly. You can use Webflow’s dynamic fields to populate the schema data with content from your CMS.
: Enhances search results with video previews.
: Allows users to search within a site directly from the search results.
t: Displays star ratings and review summaries.
Highlights personal profiles.
: Shows product information, including pricing and availability.
: Displays organizational details.
: Displays local business info.
: Lists questions and answers.
: Displays event details.
: Shows page hierarchy.
: Enhances headlines and images.
For the complete list and detailed descriptions, visit the.
2. Generate JSON-LD Code: Based on your need, ask chatGPT to generate the JSON Schema or use the
4. Validate the structure with