| 开发者 | modemmike |
|---|---|
| 更新时间 | 2026年5月29日 02:37 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
Bring your own OpenAI key. AI generation uses your OpenAI account — you pay OpenAI directly. Using gpt-4.1-mini, generating a full schema typically costs a fraction of a cent.Why structured data matters Google uses JSON-LD schema markup to power rich results in search listings — star ratings, FAQ dropdowns, breadcrumb paths, product prices, event dates, recipe details, and more. Rich results generate significantly higher click-through rates than plain blue links. Getting structured data right is technical and time-consuming. One missing field or wrong value can cause Google to ignore your schema entirely. BlueSoup AI Auto Schema handles the complexity so you don't have to. What makes this different Most schema plugins give you a form to fill out. This plugin reads your page and generates the right markup from your real content — with live validation that catches errors before you save.
<script type="application/ld+json"> directly into <head> with no front-end JavaScript, no page speed impactOnly for AI generation. You can write JSON-LD manually and use the live validator without any API key. To use AI generation, you need an API key from platform.openai.com. New OpenAI accounts include free trial credits.
Using gpt-4.1-mini, a single schema generation typically uses 300–700 tokens — roughly $0.001 or less. A month of active schema generation on a busy site costs less than a cup of coffee.
No. JSON-LD is a static <script> block in <head>. There is no front-end JavaScript, no external requests, and no render-blocking resources. The performance impact is negligible.
JSON-LD (JavaScript Object Notation for Linked Data) is Google's preferred format for structured data markup. It tells Google what your content is about — whether it's an article, a product, a local business, a FAQ, or an event. Google uses this information to display rich results in search listings, which typically generate much higher click-through rates.
Yes. You can add as many schemas as needed per page. Each one is output as a separate <script type="application/ld+json"> block. A typical page might have BreadcrumbList + Article + FAQPage all at once.
Generally no — most SEO plugins output their own schema separately and BlueSoup AI Auto Schema adds its own blocks alongside them. If you notice duplicates for a specific type (e.g., both plugins output an Organization schema), simply disable that type in one of the plugins.
Article, BlogPosting, NewsArticle, Product (with Offer, shippingDetails, hasMerchantReturnPolicy), FAQPage, HowTo, Recipe, Organization, LocalBusiness, Person, WebSite, WebPage, BreadcrumbList, SiteNavigationElement, Event, VideoObject, ImageObject, Review, and more. If a Schema.org type exists, you can use it — just type the @type manually.
Global Schemas (Pro) let you create schemas that inject on every page of your site — no per-page setup needed. This is the correct way to implement Organization and WebSite schemas, which should appear site-wide. Available in the Pro version.
Go to Settings and fill in your Business Name, Address, Phone, Email, Logo URL, and social profiles. These values are injected into every AI prompt so the generated schemas use your real data instead of guessing or using placeholders.
All settings and schemas are stored in your WordPress database. Content is only sent to OpenAI during AI generation that you manually trigger — nothing is sent automatically or in the background.
Your settings and saved schemas remain in the database. They will not be output on the front end while the plugin is deactivated, but they will be restored immediately when you reactivate it.
Yes — that is exactly how this plugin works. Schema is injected via a wp_head hook. No theme file editing is required.