Enhancely JSON-LD

通过 Enhancely API 自动生成 AI 驱动的 JSON-LD 结构化数据。

插件

Enhancely JSON-LD

通过 Enhancely API 自动生成 AI 驱动的 JSON-LD 结构化数据。

  • 分类: SEO
  • 状态: 可用
  • 版本: 0.1.0
  • 价格: Free

Enhancely automatically generates and injects JSON-LD structured data into every page of your EmDash site. It uses the Enhancely API to analyze page content and produce rich schema markup that improves search engine understanding and AI/LLM comprehension of your content.

Installation

npm install @enhancely/emdash
import { enhancelyPlugin } from "@enhancely/emdash";

export default defineConfig({
  integrations: [
    emdash({
      plugins: [enhancelyPlugin()],
    }),
  ],
});

Configure your API key in the EmDash admin panel under Plugins > Enhancely Settings.

Requirements

  • EmDash CMS ^0.1.0
  • An Enhancely account with a project API key

Capabilities

CapabilityPurpose
network:fetchCalls Enhancely API (host-restricted to *.enhancely.ai)
page:injectInjects JSON-LD via page:fragments hook

Operational tips

  • The plugin requires plugin page hooks to fire for anonymous visitors (see emdash-cms/emdash#119).
  • Toggle JSON-LD generation on/off from the admin settings.