- This topic has 3 replies, 3 voices, and was last updated 7 years, 4 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › Subscription and paywalled content & GoolgeBot
After Google has ended their “First Click Free” policy: Would it be possible to adapt your Google First Click Free Integration Addon to take advantage of the recommended markup for “subscription and paywalled content” (https://developers.google.com/search/docs/data-types/paywalled-content?hl=en).
At least where partial/section protection is *not* used, it should be relatively easy to allow Google access to the full content and to insert the necessary markup to signal which part is available only to members.
I would be interested in such an Addon, and would be happy to lend some help developing it.
Hi, thank you for reaching out to us. The plugin developers will investigate further your request.
Kind regards
I think wrapping the protected content with something like the following should do for the Bot. Is my understanding correct?
<div class="paywall">
Protected content goes here
</div>
I think any solution (e.g. a Google-Add-On), will have to do 3-4 things:
So, it is not too simple, but it looks doable.