I have implemented a subscription system with cbsubs, with some paid articles only available to users with certain subscription plans.
In order to hide the content behind a paywall I use an if statement only in the full text of the article, leaving the intro visible to everyone.
I managed to correctly implement the paywalled markup required by Google but now I would like the Googlebot to be able to correctly crawl the entire content of the article and not just the introduction. How can I allow the Google bot to access content available only for users in specific groups?
Thanks