Description
enhancely.ai automatically generates optimized JSON-LD structured data for your WordPress pages using AI. This helps search engines (like Google) and Large Language Models (like ChatGPT, Perplexity) better understand your content, leading to improved visibility and « LLM SEO ».
Key Features:
- Automated Schema Generation: AI analyzes your content and builds the perfect JSON-LD.
- Smart caching: Fast responses by caching schema results locally.
- Editor invalidation: When you update/trash/delete a post/page, the plugin clears the cached schema so the next visit fetches fresh schema.
- Easy Configuration: Just enter your API key and you are ready to go.
- Performance: Uses the WordPress Transient API for high-performance caching.
How it works:
- The plugin takes the current page URL.
- It sends a request to the enhancely.ai API.
- The API analyzes the page and returns optimized JSON-LD.
- The plugin injects this data into the
<head>of your website.
External Service:
This plugin relies on the enhancely.ai API to generate schema markup.
* Service: enhancely.ai (AI-powered Schema Generation)
* Data Sent: Your page URLs are sent to our servers for analysis.
* Privacy Policy: https://www.enhancely.ai/privacy-policy
Installation
- Log in to your WordPress dashboard.
- Navigate to Plugins > Add New.
- Search for
enhancely.ai. - Click Install Now and then Activate.
- Go to Settings > enhancely.ai and enter your API Key (get one at enhancely.ai).
- That’s it! Your pages are now enhanced.
FAQ
-
Do I need an enhancely.ai account?
-
Yes, you need an API key from enhancely.ai to use this plugin.
-
Does this slow down my site?
-
No. The plugin uses aggressive caching. The first visit might trigger an API call, but subsequent visits are served instantly from your local database.
Avis
Il n’y a aucun avis pour cette extension.
Contributeurs/contributrices & développeurs/développeuses
« enhancely.ai » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.
ContributeursTraduisez « enhancely.ai » dans votre langue.
Le développement vous intéresse ?
Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.
Journal des modifications
1.0.1
- Fix: No longer cache or output API responses that are still processing (HTTP 201). Previously a « processing » response could get stuck in cache for the full cache duration.
- Fix: Set DONOTCACHEPAGE for non-200 API responses to prevent full-page caching plugins from baking incomplete data into their cache.
1.0.0
- Initial release.