From 1ba9c3473da180b1f8916b06bca557b6f5635725 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sat, 8 Feb 2025 19:28:40 -0800 Subject: [PATCH] Reword doc --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 223866b7..8ec2c089 100644 --- a/README.md +++ b/README.md @@ -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 # Example: # [paige.pages.microdata] -# itemid = "123" -# itemref = "foo" +# itemid = "foo" +# itemref = "bar" # itemscope = "" # itemtype = "https://schema.org/Chapter -schemas = [] # Page JSON-LD schemas +schemas = [] # JSON-LD schemas # Example: # [[paige.pages.schemas]] # "@context" = "https://schema.org" @@ -286,7 +286,7 @@ base_schema = {} # JSON-LD schema that all site schemas override # "@type" = "Organization" # name = "John Doe" # url = "https://example.com" -schemas = [] # Site JSON-LD schemas +schemas = [] # JSON-LD schemas # Example: # [[paige.site.schemas]] # "@context" = "https://schema.org"