I have privacy policy document which it is the same across many different websites. I store the document in a Document content type with a Rich Text field called "body". I would like to change the website name and urls programmatically without duplicating the entries.
I tried using embedded entries. For example, having another Content Type called WebSite and there having two fields, title and url. But there is no way to access each specific field in Rich Text so when I parse the payload I don't know when to use the title and when to use the url.
I could have different content types for the website title and the website name but feels like an overkill.
What is the best way to achieve this?