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