The RightBlogger Bot

RightBlogger is an AI content platform. The RightBlogger bot publishes and manages content on websites that customers have explicitly connected to their RightBlogger account. It is not a web crawler — it only contacts sites a user has connected and authorized, and it never scrapes the open web.

How to identify it

  • User-Agent: RightBlogger/1.0 (https://rightblogger.com)
  • Web Bot Auth signatures: every request is signed with an Ed25519 key (IETF HTTP Message Signatures), carrying Signature, Signature-Input (tag web-bot-auth), and Signature-Agent: "https://rightblogger.com" headers.
  • Public key directory: https://rightblogger.com/.well-known/http-message-signatures-directory
  • Verified by Cloudflare: RightBlogger is registered in the Cloudflare Bots & Agents Directory as a verified bot.

What it does

  • Publishes and updates posts on a site the user connected (e.g. via the RightBlogger WordPress plugin or a WordPress, Ghost, or Webflow integration).
  • Reads existing posts, authors, and taxonomies on connected sites to format content correctly.
  • Checks the health of a connection so the user knows publishing is working.

Every request requires a connection key or credential the site owner generated when connecting, so the bot can only reach sites that have authorized it. Request volume is low and tied to user actions — there is no crawling or bulk scanning.

Why you might see it

You, or someone on your team, connected this website to RightBlogger and asked it to publish or manage content. If you believe a connection was made in error, you can disconnect the site from inside your RightBlogger account, or revoke the plugin connection key.

How to allow it

If your firewall is blocking RightBlogger, publishing to your own site will fail. To allow it:

  • Cloudflare: RightBlogger is a verified bot, so enabling "Allow verified bots" (or adding a WAF skip rule for cf.bot_management.verified_bot) lets it through. You can also create a skip/allow rule matching the User-Agent above.
  • Other WAFs / security plugins: allowlist the User-Agent RightBlogger/1.0 (https://rightblogger.com).

Contact

Questions about the RightBlogger bot? Email contact@rightblogger.com.