Mobile app version of vmapp.org
Login or Join
Correia994

: Googlebot is not fetching and rendering all my content if I have a DFP ad in a list I am working on reactjs. I have a an infinite scroll component to render and I am adding DFP ads at

@Correia994

Posted in: #GoogleDfp #GooglePublisherTags #Javascript #Seo

I am working on reactjs. I have a an infinite scroll component to render and I am adding DFP ads at certain positions in the <li> tag. I have a DFP in my list like:

<ul>
<li>hello world</li>
<li>hello world</li>
<li>DFP here</li>
<li>hello world</li>
<li>hello world</li>
<ul>


My content is not visible to the Google bot when I tested it on "Fetch As Google". It removes the whole list instead of removing only the ad.

But when I use this code after removing DFP from the list like:

<ul>
<li>hello world</li>
<li>hello world</li>
<li>hello world</li>
</ul>


Now my content is available to bot.

Why is bot not fetching the content in the first code snippet just ignoring the DFP. Why it is ignoring the whole <ul> tag.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Correia994

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme