isamrish / gatsby-plugin-google-adsense

A Gatsby plugin to easily add a google adsense to your gatsby site
https://www.npmjs.com/package/@isamrish/gatsby-plugin-google-adsense
MIT License
11 stars 5 forks source link

Auto ads not showing on blog pages #9

Open sakihayashi opened 4 years ago

sakihayashi commented 4 years ago

I have installed this plugin and set up everything on Adsense. I turned on auto ads and the ads automatically show on the homepage, about page, and contact page.

However, auto ads do not show on the blog index and any blog pages. I assume this happens because the blog pages are created through gatsby-node onCreatePage with markdown files.

Can I fix this? or should I give up using it?

luba-media commented 3 years ago

I have the same issue. I've migrated from a WordPress website to gatsby, and as a result lost the opportunity to use AdSense auto ads. Anyone with similar problem that can share their experience?