How to insert Google AdSense Ads in a Webflow CMS List

Hi!

I’m trying to integrate Google AdSense ads into a CMS Collection List on my site. My goal is to display an ad after every 9 items in the list.

So far I’ve tried using a Custom Embed Code Block inside the CMS list, but the ad does not show in this case and also repeats for every item.

Does anyone know if it’s possible to get the behavior I’m looking for? What’s the best way in that case to insert an ad after every X items in a CMS list?

Would really appreciate any guidance or examples from those who have done this successfully! Thanks in advance :).


Here is my site Read-Only: [LINK](Webflow - Quotes by Women)
(how to share your site Read-Only link)

In principle it’s not difficult however it depends somewhat on how adsense initializes and loads its content into your page. You may need to defer the load of those scripts.

But basically I’d design your ad tiles in a second set of elements and then merge them into your collection list, either at specific positions, or with fixed grid positions set in CSS.

You can do that with custom code or you may be able to use CMS combine;