After installing YieldKit’s JavaScript on your website you might have the need to exclude specific sections such as images, widgets, articles or even certain paragraphs inside an article, but still you want to monetize the page or URL when this section is located.
To achieve this, you just need to add the following line to any section of your HTML code:
<span id=”noyieldkit”></span>
This piece of code will exclude YieldKit for working on the specific section of your HTML where you added it.