Configuring JSON-LD generation
For every asset that you publish, Brightspot can generate and deliver a JSON-LD object with several types of @graph
entries, such as Organization
and Website
. The following procedure describes how to enable and customize the generation of those JSON-LD objects.
To configure JSON-LD generation:
- Click > Admin > Sites & Settings.
- In the Sites widget, select the site for which you want to enable JSON-LD, or select Global to enable JSON-LD for all sites.
-
Click , located to the left of , and type
JSON-LD
. - From the Organization list, select Set.
- Using the following table as a reference, complete the fields as needed.
- Click Save.
Brightspot adds the JSON-LD object to assets you subsequently publish.
Note
You can view an published JSON-LD object by viewing a page's source and searching for
<script type="application/ld+json">
.
Field | Description |
Name | Enter a site name, or retain the default site name configured in Main > Name. Brightspot uses this name in various name attributes. |
URL | Enter the site's URL, or retain the default. Brightspot uses the URL to construct various attributes, such as url and @id . |
Website Description | Enter a description. Brightspot uses this description for the description attribute in the object "@type": "Website" . |
Logo | Select an image. Brightspot uses this image's URL in the logo/url attribute. |
Social Links | List of URLs to your social media accounts. Brightspot adds these URLs to the sameAs attribute. |
See also: