Skip to content

Commit

Permalink
v4.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garmeeh committed Mar 23, 2021
1 parent 7dbeab1 commit c61bd21
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 28 deletions.
52 changes: 25 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ looking for inspiration on what to add.
- [Video](#video-1)
- [Event](#event)
- [Q&A](#qa)
- [Profile Page](#profile-page)
- [Collection Page](#collection-page)
- [Profile page](#profile-page)
- [Carousel](#carousel)
- [Default (Summary List)](#default-summary-list)
- [Course](#course-1)
Expand Down Expand Up @@ -2169,37 +2169,36 @@ const Page = () => (
export default Page;
```


**Required properties**

| Property | Info |
| ------------ | ------------------------------------------------------------------------------------------------------ |
| `name` | The name of the item. |
| `hasPart` | Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense). |
| Property | Info |
| --------- | --------------------------------------------------------------------------------------------- |
| `name` | The name of the item. |
| `hasPart` | Indicates an item or CreativeWork that is part of this item, or CreativeWork (in some sense). |

**Supported properties**

| Property | Info |
| ------------- | ------------------------------------------------------------------------- |
| `hasPart.creativeWork`| The most generic kind of [creative work](https://schema.org/CreativeWork), including books, movies, photographs, software programs, etc |
| Property | Info |
| ---------------------- | --------------------------------------------------------------------------------------------------------------------------------------- |
| `hasPart.creativeWork` | The most generic kind of [creative work](https://schema.org/CreativeWork), including books, movies, photographs, software programs, etc |

**`creativeWork` Required properties**

| Property | Info |
| ------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| `hasPart.creativeWork.author` | The author of this content or rating. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangeably. |
| `hasPart.creativeWork.about` | The subject matter of the content.|
| `hasPart.creativeWork.datePublished`| Date of first broadcast/publication. |
| `hasPart.creativeWork.name` | The name of the item. |
| Property | Info |
| ------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `hasPart.creativeWork.author` | The author of this content or rating. Please note that author is special in that HTML 5 provides a special mechanism for indicating authorship via the rel tag. That is equivalent to this and may be used interchangeably. |
| `hasPart.creativeWork.about` | The subject matter of the content. |
| `hasPart.creativeWork.datePublished` | Date of first broadcast/publication. |
| `hasPart.creativeWork.name` | The name of the item. |

**`creativeWork` Supported properties**

| Property | Info |
| ------------- | ------------------------------------------------------------------------- |
| `hasPart.creativeWork.audience` | An intended audience, i.e. a group for whom something was created. |
| Property | Info |
| ----------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| `hasPart.creativeWork.audience` | An intended audience, i.e. a group for whom something was created. |
| `hasPart.creativeWork.keywords` | Keywords or tags used to describe this content. Multiple entries in a keywords list are typically delimited by commas. |
| `hasPart.creativeWork.thumbnailUrl` | A thumbnail image relevant to the Thing. |
| `hasPart.creativeWork.image` | An image of the item. This can be a URL or a fully described ImageObject. |
| `hasPart.creativeWork.thumbnailUrl` | A thumbnail image relevant to the Thing. |
| `hasPart.creativeWork.image` | An image of the item. This can be a URL or a fully described ImageObject. |

For reference and more info check [Collection Page DataType](https://schema.org/CollectionPage)

Expand Down Expand Up @@ -2236,19 +2235,18 @@ export default Page;

**Required properties**

| Property | Info |
| ------------ | ------------------------------------------------------------------------------------------------------ |
| `breadcrumb` | A set of links that can help a user understand and navigate a website hierarchy represented as string or [BreadcrumbList](#breadcrumb).|
| Property | Info |
| ------------ | --------------------------------------------------------------------------------------------------------------------------------------- |
| `breadcrumb` | A set of links that can help a user understand and navigate a website hierarchy represented as string or [BreadcrumbList](#breadcrumb). |

**Supported properties**

| Property | Info |
| ------------- | ------------------------------------------------------------------------- |
| `lastReviewed`| Date on which the content on this web page was last reviewed for accuracy and/or completeness. |
| Property | Info |
| -------------- | ---------------------------------------------------------------------------------------------- |
| `lastReviewed` | Date on which the content on this web page was last reviewed for accuracy and/or completeness. |

For reference and more info check [Profile Page DataType](https://schema.org/ProfilePage)


### Carousel

**Required properties of Carousel Component**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-seo",
"version": "4.22.0",
"version": "4.23.0",
"description": "SEO plugin for Next.js projects",
"source": "src/index.tsx",
"main": "lib/next-seo.js",
Expand Down

0 comments on commit c61bd21

Please sign in to comment.