Сүрөттөө
Supertab Connect lets you define how AI systems and automated scrapers can access your content. You can define licensing terms, manage partner access, and track usage without building custom infrastructure.
Supertab Connect handles the underlying systems, including license servers, token management, and request verification, so you can focus on controlling who accesses your content and how it’s used. It provides two core 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)
Verify that connected partners are accessing your content present valid license tokens.
This allows you to:
- confirm which customers are accessing your content
- monitor usage against declared licensing terms
- control access for specific parts of your site
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 parts of your site require verification via the Crawler Authentication Protocol
Features
- Automatically serves your license file at /license.xml
- Caches license XML locally for performance
- No infrastructure changes required
- Optional verification for connected partners via the Crawler Authentication Protocol
- Flexible control over which parts of your site are covered
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.
Орнотуу
- 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.KG
-
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.xml makes your licensing terms discoverable.
-
What is Crawler Authentication Protocol (CAP)?
-
CAP is a protocol that requires bots to present license tokens when accessing your content. This lets you verify that automated systems accessing your content are doing so under agreed terms. It allows you to track and manage access without changing your site infrastructure.
-
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.
Сын-пикирлер
There are no reviews for this plugin.
Contributors & Developers
“Supertab Connect” is open source software. The following people have contributed to this plugin.
МүчөлөрүTranslate “Supertab Connect” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Өзгөртүүлөр
1.0.0
- Initial release