@mohammed_kaludi Thanks for the fix working now.
Found something else not a bug but more a request…
I use Google Tag Manager for inserting LD+JSON markup.
In wordpress I use Google Tag Manager to insert the correct code.
Far better then YOAST and way more flexible..
But for AMP pages you need separate code to inject Google Tag Manager in AMP pages:
This is the code that should be at the end of the <head> tag
<!– AMP Analytics –><script async custom-element=”amp-analytics” src=”https://cdn.ampproject.org/v0/amp-analytics-0.1.js”></script>
This is there already:
But I need this at the beginning of the <body> tag:
<amp-analytics config=”https://www.googletagmanager.com/amp.json?id=GTM-MFTBG83>m.url=SOURCE_URL” data-credentials=”include”></amp-analytics>
It would be nice if you could add this function inside the settings the same like with the analytics ID so we can just add the google TAG manager ID: GTM-MFTBG83
Then I would love to give you 5 stars ??