@paroicms/site-generator-plugin 0.31.0 → 0.31.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -134,7 +134,7 @@ Guidelines for creating the dictionnary YAML:
|
|
|
134
134
|
- entryPage: A Boolean indicating whether this is one of the very few first pages the visitor lands on (optional, routing document only).
|
|
135
135
|
- taxonomy: A boolean to indicate if this is a taxonomy (optional, routing document only).
|
|
136
136
|
- temporal: A boolean to indicate if there is a temporal nature for this type of node (optional, regular document only).
|
|
137
|
-
- jsonLdType (optional, document only): The schema.org type for JSON-LD structured data. Use PascalCase values. Allowed values: `"Article"` for blog posts or news articles, `"BlogPosting"` for blog posts specifically, `"AboutPage"` for about pages, `"ContactPage"` for contact pages, `"ProfilePage"` for author/profile pages, `"CollectionPage"` for category/tag pages etc., `"SearchResultsPage"` for search pages. Omit for other or generic pages.
|
|
137
|
+
- jsonLdType (optional, document only): The schema.org type for JSON-LD structured data. Use PascalCase values. Allowed values: `"Article"` for blog posts or news articles, `"BlogPosting"` for blog posts specifically, `"Product"` for product pages, `"AboutPage"` for about pages, `"ContactPage"` for contact pages, `"ProfilePage"` for author/profile pages, `"CollectionPage"` for category/tag pages etc., `"SearchResultsPage"` for search pages. Omit for other or generic pages.
|
|
138
138
|
- label: A label of the node type, in the _website language_.
|
|
139
139
|
- description: A description (5-40 words) for describing the purpose and theme of the node type. Write it in the _website language_.
|
|
140
140
|
- prompt: This is an optional property. If there is an information to process later about this node type (a description of fields), then write it here. Keep is short, and in English.
|