tags.
Now we output JSON with title, content, meta.description.
Let's write the JSON. Ensure valid JSON, escape any double quotes. We'll use double quotes for JSON strings. The content will contain HTML with double quotes? We need to escape them. In the original content, there are no double quotes inside text, but we have some in the translation? Actually we have "Iran-related" etc. But we can just include as is. We'll use a JSON string with escaped quotes if needed. Since we are constructing, we can just put the HTML as a string with double quotes, but we need to escape any double quotes inside. We'll check: In our translation, we have double quotes in the text? For example, "protection insurance" we used "skyddsförsäkringar" but we didn't