Descrizione
Supertab Connect integrates your WordPress site with the Supertab Connect platform, providing two key capabilities:
RSL License Serving
Automatically serves your site’s RSL license at /license.xml. The license is fetched from the Supertab Connect API and cached locally for performance, enabling crawlers and AI agents to discover your content’s licensing terms.
Crawler Authentication Protocol (CAP)
Verifies that bots accessing your content present valid license tokens. This allows you to:
- Distinguish licensed access from unauthorized scraping
- Monitor usage against declared licensing terms
- Optionally enforce access controls without blocking compliant bots
How It Works
- Enter your Website URN from the Supertab Connect dashboard
- Your
license.xmlis immediately served at your site root - Optionally add your Merchant API Key to enable license verification
- Configure which paths should enforce the Crawler Authentication Protocol
Features
- Serves RSL
license.xmlat your site root, proxied from the Supertab API - Caches license XML locally for performance
- Optional bot protection via the Crawler Authentication Protocol
- Configurable path patterns for selective enforcement (supports wildcards)
External Services
This plugin connects to the Supertab Connect API to provide its functionality:
- RSL License Serving — Your Website URN is sent to retrieve your site’s license XML file. This happens on every request to
/license.xml(cached locally after first fetch). - Crawler Authentication Protocol — When enabled by the site administrator, page URLs and user agent strings from bot requests are sent to verify license tokens and record usage events.
No personal data from your site visitors is collected or transmitted.
Installazione
- Upload the
supertab-connectfolder to the/wp-content/plugins/directory, or install through the WordPress plugin screen directly. - Activate the plugin through the “Plugins” screen in WordPress.
- Navigate to Settings > Supertab Connect to configure your Website URN.
- (Optional) Enter your Merchant API Key and enable the Crawler Authentication Protocol.
You will need a Supertab Connect account. Visit Supertab Connect to get started.
FAQ
-
What is an RSL license?
-
An RSL is a machine-readable license file that declares how crawlers and AI agents may access your content. Serving it at
/license.xmlmakes your licensing terms discoverable. -
What is the Crawler Authentication Protocol (CAP)?
-
CAP is a protocol that requires bots to present license tokens when accessing your content. This lets you verify that crawlers are operating under agreed-upon terms.
-
Can I control which pages are protected by CAP?
-
Yes. When CAP is enabled, you can specify path patterns with wildcard support to control exactly which URLs require license token verification.
Recensioni
Non ci sono recensioni per questo plugin.
Contributi e sviluppo
“Supertab Connect” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.
CollaboratoriTraduci “Supertab Connect” nella tua lingua.
Ti interessa lo sviluppo?
Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.
Changelog
1.0.0
- Initial release