GEO Cite 22
Downloads

Plugin versions

Download the latest version of Innova GEO AI Indexer or a previous one. Release notes tell you what changed.

v1.2.0

— The plugin looks at your images — version 1.2.0 Latest
· 101.9 KB
Release notes

Two new features, and one of them needs the free plugin updated to 3.3.0.

Alt text written by AI from the image itself. An Analyse image button appears on any image: the plugin sends the picture to your provider and gets back alt text, a caption and a description. From the settings you can scan the whole library, which runs in small batches with a progress indicator.

Three things it does that are worth knowing before you press the button:

  • It never touches alt text you wrote yourself. It only fills what is empty, both on the front end and in the media screen.
  • It recognises decorative images — backgrounds, textures, dividers — and leaves their alt text empty, which is the correct form under the accessibility guidelines. Filling it would force screen reader users to listen to noise.
  • It does not pay twice for the same image. The result is tied to the file's content: as long as the picture does not change, no new call is made. Replace the file while keeping the same library item and the plugin notices, and analyses it again.

You need an Anthropic, OpenAI or Google Gemini API key: those are the three providers that accept images. If your default provider is Mistral or Kimi the plugin automatically uses another key you have already configured, and if it finds none it tells you which ones would work — it never sends the request to a model that cannot see the image.

llms.txt fills itself in. In the GEO box of posts and pages there is an Include in llms.txt as pillar content checkbox: flagged content becomes an entry in the file AI assistants read to find their way around your site. The description comes from the GEO fields you have already filled in — Direct Definition, or Quick Answer, or the excerpt — with no AI call and therefore no cost.

It comes from a real file: 606 bytes, a title, a summary and zero links. Technically correct, editorially useless. The section existed but had to be filled in by hand, entry by entry, and nobody did.

Costs. Every analysed image is one call on your own API key, exactly like field generation. You can stop the library scan at any time by closing the page: the work already done stays saved.

v1.1.0

— The license checks back in — version 1.0.7
· 76.2 KB
Release notes

A fix to the way the plugin remembers that your license is valid.

Up to 1.0.6, after a successful validation Pro kept the state cached for 12 hours and then fell back to the copy stored in the site's database — which never expired. In practice, a site that had validated its license even once stayed Pro indefinitely, without ever asking geocite22.com again. On a low-traffic site the periodic check may not run for weeks, because in WordPress it is tied to visits.

From this version:

  • The license has to be re-confirmed. The stored state is valid as long as it was verified within the last 14 days. Beyond that, Pro features are suspended and the License screen explains why, instead of carrying on as if nothing happened.

  • Recovery is automatic. If the confirmation does not arrive because of a network problem or a temporary block on your hosting, the plugin requests validation on its own: you do not have to remember to open a page and press a button. As soon as the server answers, everything comes back.

  • The threshold is configurable. If you work on isolated installations or behind corporate firewalls, you can raise it in wp-config.php:

    define( 'INNOGAI22_PRO_MAX_OFFLINE_DAYS', 30 );
    
  • The trial period is unchanged. The 3-day grace after installation, for people who still have to enter their key, stays exactly the same. They are two different things: grace is for those without a license yet, the offline tolerance for those who have one but cannot get it confirmed.

Do I need to do anything? No. If your license is active and the site can reach geocite22.com, you will not notice any difference.

If you moved the license to another domain, the site you took it from will stop showing Pro features within 14 days. To free it immediately, use Disconnect on that site's License screen: that is what actually returns the seat. Removing the site from your geocite22.com control panel updates your records, but does not notify the site.

To install: WP Admin → Plugins → Add new → Upload plugin → select the downloaded ZIP file.