diff --git a/src/json-ld.tsx b/src/json-ld.tsx index 7c0ad8d..62db65a 100644 --- a/src/json-ld.tsx +++ b/src/json-ld.tsx @@ -130,7 +130,7 @@ export function helmetJsonLdProp( options?: JsonLdOptions ): { type: "application/ld+json"; - innerHTML: string; + innerText: string; }; export function helmetJsonLdProp( item: WithContext | Graph,