| 开发者 | wpformation |
|---|---|
| 更新时间 | 2026年8月22日 18:57 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
llms.txt and llms-full.txt, manual editor, Polylang and WPML, 12-check GEO score, FAQ/HowTo/Video/Speakable and APA references.llms.txt et llms-full.txt, éditeur manuel, Polylang et WPML, score GEO sur 12 critères, FAQ/HowTo/Video/Speakable et références APA.ogeeat folder to /wp-content/plugins/, or install the ZIP from the WordPress admin.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.
OGEEAT keeps one canonical /llms.txt and one /llms-full.txt at the site root, whatever the language setup (directories, subdomains or one domain per language). On a multilingual site the file opens with the list of languages and their home URLs, then gives each language its own section with the site name in that language, its pages and posts in their original language, and closes with interaction rules asking AI assistants to answer in the language of the question and not to mix languages. No separate /en/llms.txt file is created. A wpml-config.xml file lets WPML (and Polylang) translate the free-text settings such as the llms.txt title, description and footer.
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.
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.
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.
Yes. OGEEAT is GPL software with no premium version or subscription.
llms.txt and llms-full.txt. Languages come from the public WPML API and each section is generated with the language switched, so permalinks, site name and translated settings are correct on every setup, one domain per language included.## Language section per language with the localized site name, and a closing ## Interaction Rules block asking AI assistants to answer in the language of the question and to keep languages apart. Filter: ogeeat_llms_interaction_rules.wpml-config.xml ships with the plugin so the llms.txt title, description, footer, badge and share labels, and the organization name and address can be translated with WPML String Translation. The same texts are registered with Polylang.ogeeat_llms_query_args filter receives the multilingual provider as a fourth argument. Monolingual output is unchanged.ogeeat_managed_post_types filter to extend both to custom post types.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.ogeeat_llms_post_description filter lets developers provide an ACF or custom-field description without changing post_excerpt.