Hi @SuperCat74 the issue with this approach, as @Jatin_Keni had previously mentioned, is that Ghost outputs two separate schema markups. Also, one has to do this for each post manually.
I’m trying to find a way to generate and replace a more detailed schema markup, automatically.
For instance, I have created a detailed Author (Person and Profile Page) schema markup that I have injected (using the on-page injection) in the About Page. This schema markup would change over time as the Author adds more credentials and expertise over time.
And so, I would like all posts to pull the Author schema markup from this [About] page, instead of generating the very basic author schema it currently does for each post. This way, I only need to update the schema markup on the About Page, and it will dynamically update on all posts.