Linux 软件免费装

EasyContentFlow Recipe Schema

开发者 tistou80
更新时间 2026年3月11日 18:59
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

seo schema json-ld recipe structured-data

下载

详情介绍:

EasyContentFlow Recipe Schema automatically analyzes your blog posts and detects which ones contain recipes. For each detected recipe, the plugin extracts structured data (ingredients, steps, prep time, etc.) and injects Schema.org Recipe JSON-LD markup into the page head. Features Requirements

安装:

  1. Download and upload the plugin via Plugins > Add New > Upload Plugin
  2. Activate the plugin
  3. Go to Tools > Recipe Schema
  4. Enter your Anthropic API key
  5. Click "Start processing"
Advanced Configuration For added security, you can define your API key directly in wp-config.php: define( 'ARS_ANTHROPIC_API_KEY', 'sk-ant-your-key-here' );

升级注意事项:

1.1.0 Recommended security update: API key encryption and enhanced sanitization.

常见问题:

How much does it cost per post?

Approximately $0.01 per post with Claude Sonnet, or about $4-5 for 400 posts.

Does the plugin modify my posts?

No. The plugin stores data in post_meta and injects JSON-LD in the head. No post content is modified.

What happens if I deactivate the plugin?

The schemas are no longer injected but the data remains in the database. Reactivate the plugin and everything comes back.

What happens if I delete the plugin?

All plugin data is cleanly removed (post_meta and options).

Is the plugin compatible with Yoast / Rank Math / SEOpress?

Yes. The plugin injects its own JSON-LD independently of other SEO plugins. Just make sure you don't have duplicate Recipe schemas.

更新日志:

1.1.0 1.0.0