MCPcopy Index your code
hub / github.com/reactjs/react.dev / SeoProps

Interface SeoProps

src/components/Seo.tsx:18–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16import {finishedTranslations} from 'utils/finishedTranslations';
17
18export interface SeoProps {
19 title: string;
20 titleForTitleTag: undefined | string;
21 description?: string;
22 image?: string;
23 // jsonld?: JsonLDType | Array<JsonLDType>;
24 children?: React.ReactNode;
25 isHomePage: boolean;
26 searchOrder?: number;
27}
28
29// If you are a maintainer of a language fork,
30// deployedTranslations has been moved to src/utils/finishedTranslations.ts.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected