Skip to content

Commit

Permalink
v4.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garmeeh committed Mar 18, 2021
1 parent ef1272c commit 381c74c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1842,7 +1842,7 @@ export default Page;

**Supported properties**

| Property | Info |
| Property | Info |
| ----------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `description` | Description of the event |
| `location.sameAs` | Description of the event location |
Expand Down Expand Up @@ -1885,7 +1885,7 @@ The property `aggregateOffer` is also available:
| Property | Info |
| ------------ | ----------------------------------------------------------------------- |
| `highPrice` | The highest price of all offers available. Use a floating point number. |
| `offerCount` | The number of offers for the product.
| `offerCount` | The number of offers for the product. |

For reference and more info check [Google's Search Event DataType](https://developers.google.com/search/docs/data-types/event)

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.20.0",
"version": "4.21.0",
"description": "SEO plugin for Next.js projects",
"source": "src/index.tsx",
"main": "lib/next-seo.js",
Expand Down

0 comments on commit 381c74c

Please sign in to comment.