=== OGEEAT ===
Contributors: wpformation
Tags: open-graph, eeat, schema, seo, social-media
Requires at least: 6.0
Tested up to: 7.1
Requires PHP: 7.4
Stable tag: 2.6.11
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Rank in AI, not just in Google. E-E-A-T schemas, GEO citability score, llms.txt and AI Crawler Firewall for WordPress.

== Description ==

🇫🇷 **100% translated into French. Traduction française intégrale.**

**English (US)**

Classic SEO describes a page. OGEEAT proves who created it, why the source is credible and how AI can cite it. It adds the identity, authority and AI-readiness layer SEO plugins lack.

* **Identity and authority:** linked Person, Organization/LocalBusiness and Article schemas, E-E-A-T profiles, Author Box, Reviewed By, trust signals, local SEO, Open Graph and social cards.
* **AI citability:** `llms.txt` and `llms-full.txt`, manual editor, Polylang, 12-check GEO score, FAQ/HowTo/Video/Speakable and APA references.
* **Share with AI:** let readers summarize your article with ChatGPT, Perplexity, Claude, Mistral, Gemini or Grok in one click.
* **Measure and control:** 52-bot firewall, AI visibility, Search Console, bulk and internal-link audits, IndexNow, read-only MCP and optional BYO-LLM tools.

Works with Yoast, Rank Math and others. Free and GPL, with no premium upsell, subscription or imposed SaaS. Your data stays yours.

**Français**

Le SEO classique décrit une page. OGEEAT prouve qui la publie, pourquoi la source est crédible et comment l'IA peut la citer. Il ajoute la couche d'identité, d'autorité et de préparation IA qui manque aux extensions SEO.

* **Identité et autorité :** schémas reliés Person, Organization/LocalBusiness et Article, profils E-E-A-T, Author Box, Reviewed By, signaux de confiance, SEO local, Open Graph et cartes sociales.
* **Citabilité IA :** `llms.txt` et `llms-full.txt`, éditeur manuel, Polylang, score GEO sur 12 critères, FAQ/HowTo/Video/Speakable et références APA.
* **Partage avec l'IA :** faites résumer votre article par l'IA de votre choix : ChatGPT, Perplexity, Claude, Mistral, Gemini ou Grok.
* **Mesure et contrôle :** firewall de 52 robots IA, visibilité IA, Search Console, audits en masse et du maillage interne, IndexNow, MCP en lecture seule et outils BYO-LLM optionnels.

Compatible avec Yoast, Rank Math et les autres. Gratuit et GPL, sans offre premium, abonnement ni SaaS imposé. Vos données restent les vôtres.

Pour aller plus loin sur [WPFormation](https://wpformation.com/): [guide OGEEAT](https://wpformation.com/ogeeat-wordpress/), [E-E-A-T sur WordPress](https://wpformation.com/eeat-wordpress/), [GEO sur WordPress](https://wpformation.com/geo-wordpress/) et [llms.txt sur WordPress](https://wpformation.com/llms-txt-wordpress/).

== Installation ==

1. Upload the `ogeeat` folder to `/wp-content/plugins/`, or install the ZIP from the WordPress admin.
2. Activate OGEEAT from the Plugins screen.
3. Open OGEEAT > Settings and configure the modules you need.
4. Complete the E-E-A-T fields under Users > Profile.

== Frequently Asked Questions ==

= Does OGEEAT replace Yoast, Rank Math or another SEO plugin? =

No. OGEEAT complements SEO plugins. It automatically defers its Open Graph output when a compatible SEO plugin already manages those tags. JSON-LD remains independent so you can keep OGEEAT's E-E-A-T graph or disable it under OGEEAT > Settings when another plugin should own all schemas.

= How does multilingual llms.txt work with Polylang? =

OGEEAT keeps one canonical `/llms.txt` and one `/llms-full.txt` at the site root. Each file groups published content by Polylang language and keeps titles, descriptions and URLs in their original language. No separate `/en/llms.txt` file is created.

= Can I use an ACF field as the llms.txt description? =

Yes. Use the `ogeeat_llms_post_description` filter. It receives the resolved description and the `WP_Post` object, so a developer can return a custom field for selected post types without changing `post_excerpt`.

= Can a custom FAQ block count toward the GEO score? =

Yes. The existing `ogeeat_geo_checks` filter can replace or extend the FAQ check for custom blocks. A ready-to-use example is included on the OGEEAT Documentation screen.

= What are E-E-A-T and GEO? =

E-E-A-T means Experience, Expertise, Authoritativeness and Trustworthiness. GEO means Generative Engine Optimization: structuring content so AI engines can understand and cite it. OGEEAT exposes identity signals and evaluates each post with 12 citability checks.

= Is OGEEAT free? =

Yes. OGEEAT is GPL software with no premium version or subscription.

== External services ==

OGEEAT contacts an external service only when you enable the matching feature. Identity, schemas, llms.txt, GEO checks, audits and the crawler firewall run on your server without an external call.

= AI providers =

Optional AI features send the relevant prompt and selected page or profile text to the provider configured by the administrator. WordPress 7 uses the site's native AI connector. WordPress 6.x can call OpenAI at `https://api.openai.com/v1/chat/completions` or Anthropic at `https://api.anthropic.com/v1/messages`. No key or content is sent to WPFormation.

OpenAI: [Terms](https://openai.com/policies/terms-of-use/) and [Privacy](https://openai.com/policies/privacy-policy/). Anthropic: [Terms](https://www.anthropic.com/legal/consumer-terms) and [Privacy](https://www.anthropic.com/legal/privacy).

= Author autofill source page =

Author autofill fetches only the public URL entered by the administrator before sending extracted text to the configured AI provider. Private, loopback and unsafe redirect targets are blocked, and the action is rate-limited.

= IndexNow =

When enabled, OGEEAT submits the URL of a published or updated public post and the site's generated key to `https://api.indexnow.org/indexnow`. The feature is off by default. See [IndexNow](https://www.indexnow.org/).

= Google Search Console =

Without Site Kit, OGEEAT exchanges an authorization code at `https://oauth2.googleapis.com/token` and reads Search Analytics from `https://searchconsole.googleapis.com/` with the read-only `webmasters.readonly` scope. With Site Kit, OGEEAT uses Site Kit's existing connection. See [Google Privacy Policy](https://policies.google.com/privacy).

= Google Fonts =

OGEEAT admin screens load Inter and JetBrains Mono from `https://fonts.googleapis.com`. This browser request is limited to the administration area and is never loaded on the public site. See [Google Privacy Policy](https://policies.google.com/privacy).

= Gravatar =

OGEEAT uses WordPress core's `get_avatar_url()` for author avatars. WordPress may send a hashed email address to Gravatar. This is controlled under Settings > Discussion > Avatars. See [Automattic Terms](https://automattic.com/tos/) and [Privacy Policy](https://automattic.com/privacy/).

== Screenshots ==

1. Settings page with Open Graph and social configuration.
2. Authority settings with Organization fields.
3. AI and GEO settings with llms.txt options.
4. Dashboard overview with GEO, OG, E-E-A-T and AI metrics.
5. Post editor GEO citability score and checks.
6. Post editor E-E-A-T profile, schema status and entity map.

== Changelog ==

= 2.6.11 =

* New: Polylang compatibility for `llms.txt` and `llms-full.txt`. One canonical root file groups published content by language, preserves the original language, and shares the configured post limit fairly.
* New: the `ogeeat_llms_post_description` filter lets developers provide an ACF or custom-field description without changing `post_excerpt`.
* Improved: the E-E-A-T schema setting explains how to delegate JSON-LD to another plugin and prevent duplicate structured data.
* Documentation: added examples for disabling OGEEAT schemas and recognizing custom FAQ blocks through existing filters.

= 2.6.10 =

* Fix: Share with AI SVG icons now keep explicit dimensions when a theme, cache or critical-CSS tool prevents the plugin stylesheet from loading.

Full release history: [GitHub releases](https://github.com/wpformation/OGEEAT/releases).

== Upgrade Notice ==

= 2.6.11 =

Adds multilingual Polylang llms.txt output, a description filter and clearer schema delegation. No data migration is required.
