WordPress plugin · Self-hosted update channel
Globetrotters AI Presence
Install your Official AI Presence on a WordPress site — without filesystem access. The plugin serves the AI-discovery files (llms.txt,ai.json, .well-known/*) at your apex, injects server-rendered JSON-LD, appends AI-bot allowances to robots.txt, and stays fresh by pulling from Globetrotters automatically.
Self-hosted update channel · sha256-verified download
Install it in a minute
- In wp-admin, go to Plugins → Add New → Upload Plugin.
- Upload the Globetrotters AI Presence zip you downloaded above, then click Install Now.
- Activate the plugin.
- Open the plugin settings and paste your published Globetrotters site URL.
- Done. Your apex now serves your Official AI Presence.
From then on, updates appear in wp-admin like any other plugin — pulled from our self-hosted update channel and verified against the published sha256 checksum.
What it serves
AI-discovery files at your apex
Serves llms.txt, ai.json and the .well-known/* endpoints from your domain root — the files AI agents look for first.
Server-rendered JSON-LD
Injects your structured data via wp_head, so it is present in the raw HTML that AI crawlers read — no JavaScript required.
AI-bot allowances in robots.txt
Appends explicit allowances for the AI crawlers (GPTBot, ClaudeBot, PerplexityBot…) to your existing robots.txt.
Automatic freshness
Pulls the latest published files from Globetrotters on a schedule, with a stale-serve fallback so your apex never goes dark.
Admin status page
A settings screen in wp-admin shows what is being served, the last refresh, and the connection to your Globetrotters website.
Requirements
- WordPress ≥ 6.0
- PHP ≥ 7.4
- An active Globetrotters website — the source your apex stays in sync with.
Changelog
0.1.0
- Initial release: apex file serving, `wp_head` JSON-LD injection, `robots.txt` filter, scheduled refresh with stale-serve fallback, and an admin status page.