next-seo icon indicating copy to clipboard operation
next-seo copied to clipboard

Cannot Find "isAccessibleForFree" prop in next-seo.

Open heli-solutelabs opened this issue 2 years ago • 3 comments

heli-solutelabs avatar Dec 20 '21 04:12 heli-solutelabs

@heli-solutelabs Please provide context, current behaviour and expected one.

nyedidikeke avatar Jan 22 '22 14:01 nyedidikeke

@heli-solutelabs please provide desired behviour and example output along with relevant docs relating to isAccessibleForFree

garmeeh avatar Jan 29 '22 08:01 garmeeh

Hi @garmeeh

This is required for subscription paywall content - https://developers.google.com/search/docs/advanced/structured-data/paywalled-content

Basically, two properties are required:

"isAccessibleForFree": "False", "hasPart": { "@type": "WebPageElement", "isAccessibleForFree": "False", "cssSelector" : ".paywall" }

It will be really helpful if you can suggest how these can be added.

codasana avatar Jul 23 '22 03:07 codasana

Hi @garmeeh, I need this feature, is really useful when working with paywalled articles. I can work on this! 🙋🏻‍♂️

edoardolincetto avatar Oct 26 '22 12:10 edoardolincetto