@@ -15,7 +15,7 @@ While Schema.org provides detailed types, it's recommended to choose a single pr
1515- Used for eCommerce as well
1616- Example: nuxtjs.org, vuejs.org
1717
18- Using ` defineOrganization ` or ` SchemaOrgOrganization ` by default will set your identity to an [ Organization] ( /api/ schema/organization ) .
18+ Using ` defineOrganization ` or ` SchemaOrgOrganization ` by default will set your identity to an [ Organization] ( /schema/organization ) .
1919
2020:: code-group
2121
@@ -52,7 +52,7 @@ useSchemaOrg([
5252- Personal brands
5353- Example: harlanzw.com, antfu.me
5454
55- Using ` definePerson ` or ` SchemaOrgPerson ` by default will set your identity to a [ Person] ( /api/ schema/person ) .
55+ Using ` definePerson ` or ` SchemaOrgPerson ` by default will set your identity to a [ Person] ( /schema/person ) .
5656
5757:: code-group
5858
@@ -86,10 +86,10 @@ useSchemaOrg([
8686## Local Business
8787
8888- Physical businesses, requires an address
89- - Extends an [ Organization] ( /api/ schema/organization )
89+ - Extends an [ Organization] ( /schema/organization )
9090- Example: onacoffee.com.au, intracbr.com.au
9191
92- Using ` defineLocalBusiness ` or ` SchemaOrgLocalBusiness ` by default will set your identity to a [ LocalBusiness] ( /api/ schema/local-business ) .
92+ Using ` defineLocalBusiness ` or ` SchemaOrgLocalBusiness ` by default will set your identity to a [ LocalBusiness] ( /schema/local-business ) .
9393
9494:: code-group
9595
@@ -134,19 +134,19 @@ useSchemaOrg([
134134
135135Setting an identity will also cause default inferences to be made about the Schema your register:
136136
137- [ Articles] ( /api/ schema/article )
137+ [ Articles] ( /schema/article )
138138
139139- publisher is the identity
140140- authored by the identity
141141
142- [ Product] ( /api/ schema/product )
142+ [ Product] ( /schema/product )
143143
144144- brand is the identity
145145
146- [ WebPage] ( /api/ schema/webpage )
146+ [ WebPage] ( /schema/webpage )
147147
148148- home page uses the identity for ` about `
149149
150- [ WebSite] ( /api/ schema/website )
150+ [ WebSite] ( /schema/website )
151151
152152- publisher is the identity
0 commit comments