CAIDEL
CAIDEL builds an AI shopping assistant and AI-powered search around your product catalog, brand, and storefront — not a generic tool. Submit your request, and in less than two working days we prepare your AI agent for your store. For shoppers: Guided selling experience that helps them find the right product, even for complex or high-touch purchases Natural language product search — describe what they want, not just keywords Faster discovery and more confident buying decisions For store owners: AI experience built around your catalog, website content, and brand style Assistant styling adapted to match your storefront so it feels integrated, not separate Three search modes: AI Only, Hybrid, and Rescue — you choose how CAIDEL fits your current setup Gutenberg block to place the assistant anywhere on your site WordPress Admin connection to your CAIDEL workspace Product export with permalink support for CAIDEL indexing No setup fee. No credit card required. If you continue after the 30-day free trial, pricing starts from EUR 50/month. Start your free trial by submitting your request at CAIDEL App. External services This plugin connects to CAIDEL-hosted services to provide the AI assistant and AI-powered search functionality. Service provider: CAIDEL CAIDEL Website This plugin may send data to CAIDEL when: The CAIDEL assistant is loaded on the front end. A visitor submits a search query through the assistant or AI search interface. The site owner enables CAIDEL search or integration features. Data sent may include: Search query text entered by visitors. Project ID and Provider ID configured by the site owner. Site or domain context needed to serve the assistant. Product or catalog context used for AI search integrations. Privacy Policy: CAIDEL Privacy Policy Terms and Conditions: CAIDEL Terms and Conditions
Top keywords
- caidel12×4.21%
- search9×3.16%
- ai7×2.46%
- assistant7×2.46%
- product5×1.75%
- site4×1.40%
- catalog3×1.05%
- ai search2×0.70%
- ai-powered2×0.70%
- ai-powered search2×0.70%
- around2×0.70%
- assistant and ai-powered2×0.70%
AI Search Optimization – llms.txt, Schema & AEO Audit – Citevera
Your content is not getting cited by AI answer engines. Classic SEO plugins (Yoast, RankMath, AIOSEO) optimize for Google’s blue links. Citevera optimizes for the new layer that sits above them – the one that writes the answer. Citevera is the WordPress plugin for AI search optimization. It makes your site citable by ChatGPT, Perplexity, Gemini, and Google AI Overviews, with one-click fixes that don’t require editing theme code or touching header templates. Who this is for Site owners who have noticed their brand never appears in AI-generated answers. Marketing teams that want to stay ahead of the AI-search shift. Agencies supporting clients through the AEO / GEO transition. Why Citevera Written for AI answer engines, not retrofitted from classic SEO. Plays nicely with Yoast, RankMath, and AIOSEO – never duplicates schema they already emit. Free tier makes zero external HTTP calls. Your data stays on your WordPress server. Paid tier connects to the same audit pipeline behind scan.citevera.com, so your WP plugin and your SaaS account share one license. Citevera also supports non-WordPress sites through a SKILL.md export for Claude Code. Full documentation at https://citevera.com/docs/claude-code-integration. Free features One-click site audit with the rule-based checklist used by scan.citevera.com. llms.txt generator, served dynamically at yoursite.com/llms.txt with a 1-hour cache. AI-crawler robots.txt control: per-agent Allow / Disallow for GPTBot, OAI-SearchBot, ChatGPT-User, ClaudeBot, Claude-User, Claude-SearchBot, PerplexityBot, Google-Extended, CCBot, Applebot-Extended, YouBot, cohere-ai, and Meta-ExternalAgent – plus legacy tokens (anthropic-ai, Claude-Web) honored for older robots.txt files. Schema.org JSON-LD for Organization, WebSite, Article, BreadcrumbList. FAQPage schema, auto-detected from FAQ blocks on posts and pages. Monthly scheduled audit with email alerts when your AI-search readiness score drops. Yoast, RankMath, and AIOSEO compatibility detection. Premium features (active Citevera license required) The premium tier connects the plugin to the Citevera cloud service at api.citevera.com. These features call our AI inference pipeline and require an active subscription. See the External services section below for the exact data sent and the Terms / Privacy links. AI-powered cloud audit (calls api.citevera.com). Recommendations marked auto-applicable can be applied from your Citevera dashboard at app.citevera.com; this plugin then applies them on your site (llms.txt, schema JSON-LD, robots rules) within a few minutes. Gutenberg block toolbar: select any paragraph, click “Optimize for AI”, see a diff, accept or decline (calls our AI rewrite service). Sidebar AI-answerability score inside the Gutenberg editor (instant, computed locally). Competitor tracking and monthly client portfolio reports at app.citevera.com. External services Citevera Free does not connect to any external service. (The free tier performs self-requests to your own site’s /llms.txt, /robots.txt and sitemap URLs to verify they are being served – loopback checks of the same kind WordPress core’s Site Health uses. No third party is involved.) When you paste a license key to unlock premium features, Citevera connects to api.citevera.com (operated by Citevera) to: Verify the key and return your tier entitlements (one request on activation; background refresh every 12 hours after). Run cloud audits when you explicitly click “Run full audit”. Rewrite selected content when you explicitly click “Optimize for AI” in the Gutenberg editor. The data sent to api.citevera.com during a cloud audit is a summary of your site: post counts, active plugins, active theme, detected schema types, and a sample of up to 10 page contents. The admin previews this exact payload before the first cloud audit runs. Rewrite requests send only the text you selected plus minimal surrounding context (post title, post type, adjacent paragraphs) for a single AI call. Terms of service: https://citevera.com/legal/terms Privacy policy: https://citevera.com/legal/privacy Development This plugin ships its full source code inside the deployed zip to comply with WordPress.org Guidelines 1 and 4 (public access to source code and build tools). PHP source: src/ JavaScript / TypeScript source for the admin React app and the Gutenberg editor integration: assets/admin/src/ and assets/editor/src/ Build configuration: package.json, tsconfig.json, composer.json To rebuild the compiled JS bundles in assets/admin/build/ and assets/editor/build/: npm install npm run build The build uses @wordpress/scripts (webpack under the hood). PHP autoloading is generated by Composer with: composer install –no-dev –optimize-autoloader