note default to person
This commit is contained in:
parent
ad8e4a2262
commit
5a09c525a4
|
@ -53,7 +53,7 @@ The SEO tag will respect any of the following if included in your site's `_confi
|
|||
```
|
||||
* `logo` - Relative URL to a site-wide logo (e.g., `assets/your-company-logo.png`)
|
||||
* `social` - For [specifying social profiles](https://developers.google.com/structured-data/customize/social-profiles). The following properties are available:
|
||||
* `type` - Either `person` or `organization`
|
||||
* `type` - Either `person` or `organization` (defaults to `person`)
|
||||
* `name` - If the user or organization name differs from the site's name
|
||||
* `links` - An array of links to social media profiles.
|
||||
|
||||
|
|
Loading…
Reference in New Issue