Table of Contents

About

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.

Google Article Card

List

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

Preview / Control

You can control the Rich Result of your page with the following tools:

Example of result:

Richt Result Test


Advanced

Manual Rich 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.

json-ld

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