The ComboStrap pages supports the setting of metadata to enable Google Rich Result.
Google Rich Result are results as below shown in the search page of Google that have been styled.
ComboStrap will automatically create the minimum information needed to create a Google Rich Result for the following type of page:
With the manual json-ld attribute, you can also set extra properties if needed
You can control the Rich Result of your page with the following tools:
Example of result:
You can also:
You just need to:
For instance, if you want to create a course page, you would:
{
"@context": "https://schema.org",
"@type": "Course",
"name": "Introduction to Computer Science and Programming",
"description": "Introductory CS course laying out the basics.",
"provider": {
"@type": "Organization",
"name": "University of Technology - Eureka",
"sameAs": "http://www.ut-eureka.edu"
}
}
If you want to know more about search result features, see the Google documentation.
The json-ld property is a page metadata that you can use to set extra Schema.org metadata properties in json-ld format).
This metadata field is available in the page type tab of the How to set your metadata with the Metadata Manager.
You can validate the json-ld value with the json-ld playground