Is it possible to edit {{ghost_head}}?

I am running on ghost 3.37.1 and I need to change the default Structured Schema Article component to NewsArticle in some of my pages.

As I identified {{ghost_head}} adds everything and I searched through the folders but could not find a template file for the head.

Any help / idea would be highly appreciated

3 Likes

You can’t edit ghost_head because it’s a helper. If you want to override the metadata, you’ll need to create a template that doesn’t use the helper, but does include the same content

1 Like

Hi again,

Any idea on the content of ghost head?

Obviously I can view the HTML output but not the helper file. I want to make some small changes to the social graph output and don’t want to break anything else.

You can find the source code to the head helper here:

1 Like

Thanks, I am not able to pull this into head.

I was looking for more information such as the following, https://github.com/TryGhost/Ghost/issues/3900 this gives a lot of the intention of ghost_head structured data and open graph, but some information is missing