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.