@osdeibi/bucky-seo-react
Version:
React component for managing meta tags, Open Graph, and dynamic JSON-LD
12 lines (11 loc) • 452 B
TypeScript
import type { StructuredData } from "../DynamicHead.types";
import type { QuestionProps } from "./QAPage";
export interface EducationQAPageProps {
/** Único Question principal con acceptedAnswer/suggestedAnswer */
mainEntity: QuestionProps;
}
/**
* Education Q&A usa el mismo marcado que QAPage,
* pero exportamos un helper con nombre más explícito.
*/
export declare function educationQAPage(opts: EducationQAPageProps): StructuredData;