Reword doc
This commit is contained in:
@@ -241,11 +241,11 @@ disable_auto_schema = false # Disables the automatic JSON-LD schema generation
|
|||||||
microdata = {} # Microdata non-property attributes (all except itemprop) for the web page
|
microdata = {} # Microdata non-property attributes (all except itemprop) for the web page
|
||||||
# Example:
|
# Example:
|
||||||
# [paige.pages.microdata]
|
# [paige.pages.microdata]
|
||||||
# itemid = "123"
|
# itemid = "foo"
|
||||||
# itemref = "foo"
|
# itemref = "bar"
|
||||||
# itemscope = ""
|
# itemscope = ""
|
||||||
# itemtype = "https://schema.org/Chapter
|
# itemtype = "https://schema.org/Chapter
|
||||||
schemas = [] # Page JSON-LD schemas
|
schemas = [] # JSON-LD schemas
|
||||||
# Example:
|
# Example:
|
||||||
# [[paige.pages.schemas]]
|
# [[paige.pages.schemas]]
|
||||||
# "@context" = "https://schema.org"
|
# "@context" = "https://schema.org"
|
||||||
@@ -286,7 +286,7 @@ base_schema = {} # JSON-LD schema that all site schemas override
|
|||||||
# "@type" = "Organization"
|
# "@type" = "Organization"
|
||||||
# name = "John Doe"
|
# name = "John Doe"
|
||||||
# url = "https://example.com"
|
# url = "https://example.com"
|
||||||
schemas = [] # Site JSON-LD schemas
|
schemas = [] # JSON-LD schemas
|
||||||
# Example:
|
# Example:
|
||||||
# [[paige.site.schemas]]
|
# [[paige.site.schemas]]
|
||||||
# "@context" = "https://schema.org"
|
# "@context" = "https://schema.org"
|
||||||
|
Reference in New Issue
Block a user