Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
我们如何实现JSON-LD结构化数据
Blog
BlogPosting
@repo/seo
schema-dts
import { JsonLd } from '@repo/seo/json-ld'; import type { WithContext, YourInterface } from '@repo/seo/json-ld'; const jsonLd: WithContext<YourInterface> = { // ... }; return <JsonLd code={jsonLd} />;