Changeset 3391695
- Timestamp:
- 11/07/2025 10:51:22 AM (4 months ago)
- Location:
- cranseo/trunk
- Files:
-
- 2 edited
-
cranseo.php (modified) (2 diffs)
-
readme.txt (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cranseo/trunk/cranseo.php
r3376900 r3391695 4 4 * Description: Optimize WooCommerce products for Search Engines and LLM, automatic AI content generation and XML sitemap features. 5 5 * Requires Plugin: WooCommerce 6 * Version: 1.0.96 * Version: 2.0.1 7 7 * Plugin URI: https://cranseo.com 8 8 * Author: Kijana Omollo … … 17 17 18 18 // Define plugin constants 19 define('CRANSEO_VERSION', ' 1.0.9');19 define('CRANSEO_VERSION', '2.0.1'); 20 20 define('CRANSEO_PLUGIN_DIR', plugin_dir_path(__FILE__)); 21 21 define('CRANSEO_PLUGIN_URL', plugin_dir_url(__FILE__)); -
cranseo/trunk/readme.txt
r3376902 r3391695 5 5 Requires at least: 5.0 6 6 Tested up to: 6.8 7 Stable tag: 1.0.97 Stable tag: 2.0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 41 41 42 42 **How It Works: Step-by-Step** 43 *Enter a Seed Keyword*44 The user begins by entering a focus keyword — the main term they want the product to rank for. This keyword will guide the optimization process.45 46 43 *Click “Analyze Product”* 47 44 With one click, CranSEO scans the product’s title, description, and short product description for SEO and LLM optimization factors. … … 49 46 *Get Real-Time Scoring & Suggestions* 50 47 The plugin then displays: 51 *A comprehensive SEO score for the product52 *Suggestions to improve keyword placement53 *Warnings for missing or weak elements54 *Tips to make the content more conversational and structured48 1. A comprehensive SEO score for the product 49 2. Suggestions to improve keyword placement 50 3. Warnings for missing or weak elements 51 4. Tips to make the content more conversational and structured 55 52 56 53 **Optimization Targets** … … 59 56 60 57 *Long Description* 61 Analyzes for content depth, structure, internal links,and relevance to LLM queries (e.g., FAQs, benefits, comparisons).58 Analyzes for content depth, structure, and relevance to LLM queries (e.g., FAQs, benefits, comparisons). 62 59 63 60 **Built-in Product SEO Scoring** 64 61 Each WooCommerce product is scored based on: 65 *Keyword relevance and density66 *Conversational tone and clarity67 *Content structure (headings, bullets, etc.)68 *Link usage and metadata completeness69 *LLM compatibility (Is the content likely to be cited or used by AI?)62 1. Keyword relevance and density 63 2. Conversational tone and clarity 64 3. Content structure (headings, bullets, etc.) 65 4. Link usage and metadata completeness 66 5. LLM compatibility (Is the content likely to be cited or used by AI?) 70 67 71 68 **Why it matters** … … 77 74 **What It Includes** 78 75 The sitemap dynamically includes: 79 *Pages – All published static pages80 *Posts – Blog articles and other post types81 *WooCommerce Products – Product pages with SEO relevance82 *Categories & Tags – Blog and product categories/tags83 *Custom Taxonomies – Including WooCommerce product attributes or any CPT taxonomy76 1. Pages – All published static pages 77 2. Posts – Blog articles and other post types 78 3. WooCommerce Products – Product pages with SEO relevance 79 4. Categories & Tags – Blog and product categories/tags 80 5. Custom Taxonomies – Including WooCommerce product attributes or any CPT taxonomy 84 81 85 82 **Search Engine Ready** 86 83 Once generated, users can submit the sitemap directly to major search engines (like Google and Bing) via: 87 *Google Search Console88 *Bing Webmaster Tools89 *Manual submission or plugin integrations84 1. Google Search Console 85 2. Bing Webmaster Tools 86 3. Manual submission or plugin integrations 90 87 91 88 The sitemap is located at: … … 94 91 **Automatic Updates** 95 92 CranSEO ensures your sitemap: 96 Updates automatically when new content is published97 Removes deleted content from the index98 It has timestamps to show when you update the content93 1. Updates automatically when new content is published 94 2. Removes deleted content from the index 95 3. It has timestamps to show when you update the content 99 96 100 97 **Why Sitempas Matter** 101 * Search engines rely on sitemaps to:102 *Discover your content faster103 *Understand your site structure104 *Prioritize what to crawl and index105 *And in the AI era, structured sitemaps help LLMs and bots find and contextualize your content better — especially when paired with CranSEO’s content optimization.98 *Search engines rely on sitemaps to:* 99 1. Discover your content faster 100 2. Understand your site structure 101 3. Prioritize what to crawl and index 102 4. And in the AI era, structured sitemaps help LLMs and bots find and contextualize your content better — especially when paired with CranSEO’s content optimization. 106 103 107 104 == Installation == 108 105 109 *In the WordPress Plugins Repository, search for cranseo110 *After you find it, Install111 *Then Activate the plugin112 *It will appear on the menu bar as CranSEO and you can easily interact with it106 1. In the WordPress Plugins Repository, search for cranseo 107 2. After you find it, Install 108 3. Then Activate the plugin 109 4. It will appear on the menu bar as CranSEO and you can easily interact with it 113 110 114 111 Alternatively, download the ZIP file from the GitHub repository. … … 135 132 * Purchase a license from cranseo.com/pricing. 136 133 137 * You will receive the license key w alongside the shared key138 139 * Enter your license key and the shared keyin the "Manage License" page to unlock premium features.134 * You will receive the license key from freemius 135 136 * Enter your license key in the "Manage License" page to unlock premium features. 140 137 141 138 == Frequently Asked Questions == … … 144 141 CranSEO is a WordPress plugin that optimizes content for Large Language Models (LLMs) with real-time analysis and suggestions, improving discoverability in AI-driven search. 145 142 146 * *Do I need an API key?**147 A n APIkey is optional for free features but required for premium features. You can obtain one from cranseo.com.148 149 How do I upgrade to premium? 143 *Do I need a license key?* 144 A license key is optional for free features but required for premium features. You can obtain one from cranseo.com. 145 146 *How do I upgrade to premium?* 150 147 Visit cranseo.com/pricing to purchase a license. You will recieve a license key and a shared key. 151 148 Enter the license key and the shared key in the "Manage License" page in your WordPress admin. 152 149 153 * *Is CranSEO compatible with Gutenberg?**150 *Is CranSEO compatible with Gutenberg?* 154 151 Yes, CranSEO supports both the Classic Editor and Gutenberg, providing seamless integration for content analysis. 155 152 156 * *Where can I get support?**153 *Where can I get support?* 157 154 Access the Support page in the CranSEO admin menu or contact support@cranseo.com (mailto:support@cranseo.com). 158 155 … … 171 168 172 169 == Changelog == 170 ==2.0.1= 171 We have improved the documentation to specifically guide on how to interact with CranSEO for WooCommerce 173 172 ==1.0.8= 174 173 * Users can now generate product descriptions automatically using AI.
Note: See TracChangeset
for help on using the changeset viewer.