Changeset 3487183
- Timestamp:
- 03/20/2026 12:26:26 PM (7 days ago)
- Location:
- answer-engine-optimization-aeo-audit
- Files:
-
- 9 added
- 2 edited
-
assets/screenshot-5.png (added)
-
tags/1.4 (added)
-
tags/1.4/answer-engine-optimization-aeo-audit.php (added)
-
tags/1.4/answer-engine-optimization-llms-txt.php (added)
-
tags/1.4/lib (added)
-
tags/1.4/lib/aeoaudi-audit.css (added)
-
tags/1.4/lib/aeoaudi-audit.js (added)
-
tags/1.4/readme.txt (added)
-
trunk/answer-engine-optimization-aeo-audit.php (modified) (5 diffs)
-
trunk/answer-engine-optimization-llms-txt.php (added)
-
trunk/readme.txt (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
answer-engine-optimization-aeo-audit/trunk/answer-engine-optimization-aeo-audit.php
r3460466 r3487183 1 1 <?php 2 2 /** 3 * Plugin Name: Answer Engine Optimization - AEO, AIO, AISEO, AI SEO, GEO Audit3 * Plugin Name: Answer Engine Optimization - AEO, AIO, AISEO, AI SEO, GEO, LLMs 4 4 * Plugin URI: https://answerseo.com/answer-engine-optimization-aeo-audit 5 * Description: Audit your website for Answer Engine Optimization (AEO) readiness with 10 strict checks and a clear Pass/Fail score out of 10. Also options to improve.6 * Version: 1. 35 * Description: Audit and optimize your website for Answer Engine Optimization (AEO). Manage FAQs, JSON-LD, LLMs, Speakable markup etc.. for AI Optimization (AIO). 6 * Version: 1.4 7 7 * Author: AnswerSEO 8 8 * Author URI: https://answerseo.com … … 14 14 } 15 15 16 require_once plugin_dir_path(__FILE__) . 'answer-engine-optimization-llms-txt.php'; 17 16 18 class Aeoaudi_Audit_Plugin { 17 19 private $llms_handler; 18 20 public function __construct() { 19 21 22 $this->llms_handler = new Aeoaudi_LLMs_Txt_Handler(); 20 23 add_action('admin_menu', array($this, 'aeoaudi_register_menu')); 21 24 add_action('admin_enqueue_scripts', array($this, 'aeoaudi_enqueue_assets')); … … 25 28 // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound -- Core WP hook. 26 29 add_filter( 'the_content', array( $this, 'aeoaudi_append_faqs_to_content' ) ); 30 31 27 32 28 33 } … … 88 93 80 89 94 ); 95 96 add_submenu_page( 97 'aeo-aio-audit', 98 'LLMs.txt Manage', 99 'LLMs.txt Manage', 100 'manage_options', 101 'ai-optimization-llms-txt', 102 array($this, 'render_llms_txt_page') 103 ); 104 105 90 106 91 107 } … … 227 243 'nonce' => wp_create_nonce('aeoaudi_nonce') 228 244 )); 245 } 246 247 public function render_llms_txt_page() { 248 if ($this->llms_handler) { 249 $this->llms_handler->aeoaudi_render_admin_page(); 250 } 229 251 } 230 252 -
answer-engine-optimization-aeo-audit/trunk/readme.txt
r3460456 r3487183 1 === Answer Engine Optimization - AEO, AIO, AISEO, AI SEO, GEO Audit===1 === Answer Engine Optimization - AEO, AIO, AISEO, AI SEO, GEO, LLMs === 2 2 Contributors: answerseo 3 3 Tags: Answer Engine Optimization, AEO, AI Optimization, AIO, SEO Audit … … 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1. 37 Stable tag: 1.4 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 12 12 Author URI: https://answerseo.com 13 13 14 Audit & Fix your website for Answer Engine / AI Optimization (AEO / AIO), AI SEO, AISEO, GEO for Google Zero position, ChatGPT, suggestion & improve.14 Audit and optimize your website for Answer Engine Optimization (AEO). Manage FAQs, JSON-LD, LLMs Speakable markup etc.. for AI Optimization (AIO). 15 15 16 16 == Description == 17 17 18 **Answer Engine Optimization - AEO - Audit** is a lightweight WordPress plugin that helps you prepare your website for **answer engines**, **AI Optimization**, **AI search**, and **voice assistants**. Unlike traditional SEO audits, this plugin focuses only on **AEO/AIO elements** that improve your chances of ranking in **Position Zero**, featured snippets, and voice search results. Answer Engine Optimization also called Generative Engine Optimization (GEO), Artificial Intelligence Optimization(AIO), Google AI Overview, AEOSEO, SEO Audit, AISEO, ASEO, AI SEO, Generative AI Optimization (GAIO) etc..18 **Answer Engine Optimization - AEO - Audit** is a lightweight WordPress plugin that helps you prepare your website for **answer engines**, **AI Optimization**, **AI search**, and **voice assistants**. Unlike traditional SEO audits, this plugin focuses only on **AEO/AIO elements** that improve your chances of ranking in **Position Zero**, featured snippets, and voice search results. Answer Engine Optimization also called Generative Engine Optimization (GEO), Artificial Intelligence Optimization(AIO), Google AI Overview, AEOSEO, SEO Audit, AISEO, ASEO, AI SEO, Generative AI Optimization (GAIO), LLMs & LLMS.txt etc.. 19 19 20 20 The plugin performs **10 strict checks** on your homepage, including: … … 35 35 This plugin not only helps you audit your website for AEO (Answer Engine Optimization), but also enhances your AI Optimization by enabling powerful content features: 36 36 **AI Optimization Features:** 37 ✅ Easily add structured FAQs 37 ✅ Easily add structured FAQs Schema 38 38 ✅ Generate JSON (structured data) automatically 39 39 ✅ Create Quick Answers to improve featured snippet chances 40 40 ✅ Enhance your website’s discoverability in search and Generative AI tools 41 ✅ Generate and manage LLMS.txt to optimize your site for AI answer engines 42 ✅ Control AI access with Allow-AI and Disallow-AI rules 43 ✅ Improve AEO visibility and AI-generated answer accuracy 41 44 42 45 This plugin assist you to audit your website and provide feedback based on audit report to help for following engines: … … 82 85 3. Each page summary report 83 86 4. To Add FAQs, Quick Answer for betterment of AI Optimization 87 5. Manage LLMs 84 88 85 89 … … 101 105 * Improved few description 102 106 107 = 1.4 = 108 * Added options to manage LLMs.txt 109 * Improved few description and text 110 103 111 == Upgrade Notice == 104 112
Note: See TracChangeset
for help on using the changeset viewer.