Brandop

Description

Brandop automatically injects page-specific JSON-LD schema markup into your WordPress site and tracks AI bot visits (GPTBot, ClaudeBot, PerplexityBot and more).

How it works:

  1. A visitor requests a page on your site.
  2. The plugin calls the Brandop API server-side, forwarding the visitor’s User-Agent.
  3. AI bots are detected and logged. Schema markup is returned.
  4. The JSON-LD schema is injected into <head>.

Features:

  • Enter your API key and flip the switch — that’s it
  • Server-side rendering — no JavaScript added to your frontend
  • AI bot tracking — GPTBot, ClaudeBot, PerplexityBot, Google-Extended and more
  • Works with any theme and any caching plugin
  • Compatible with Cloudflare and other CDN/proxy services
  • 5-second timeout — never slows down your site
  • Clean uninstall — removes all data when deleted

Requirements:

  • An account at brandop.ai
  • An API key from your Brandop dashboard (Integration API Keys)

External Service

This plugin relies on the Brandop API, an external third-party service, to fetch
the JSON-LD schema markup for each page and to detect AI bot visits. It is required
for the plugin to function.

On each page request from a non-admin visitor, the plugin sends the following data to
the Brandop API endpoint https://brandop.ai/api/v2/schema:

  • Your API key (for authentication)
  • The requested page path and query string (to look up the matching schema)
  • The visitor’s User-Agent string (for AI bot detection)
  • The visitor’s IP address (for AI bot detection)
  • The visitor’s Signature-Agent header, when present (ChatGPT Agent detection)

No data is sent for requests in the admin area, AJAX, or cron. The plugin sends nothing
until you explicitly accept the Terms of Service and Privacy Policy, enter an API key,
and enable it. Your acceptance is recorded (with a timestamp) in the plugin settings.

Service provider: BRANDOP AI LTD (London, United Kingdom).
Terms of Service: https://brandop.ai/terms
Privacy Policy: https://brandop.ai/privacy

Installation

  1. Install and activate the plugin.
  2. Go to Settings Brandop.
  3. Enter your API key.
  4. Turn the switch ON.
  5. Done.

FAQ

Where do I get an API key?

Sign up at brandop.ai, then go to Integration API Keys.

Does this work with caching plugins?

Yes. Schema is injected server-side into the HTML before caching.

Does it work with Cloudflare?

Yes. User-Agent passes through unchanged and the plugin reads X-Forwarded-For for real visitor IP.

What happens if the API is down?

The plugin silently skips — your page loads normally with no errors.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Brandop” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Brandop” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0.0

  • Initial release.