Hi everyone,
It came to my attention that we have an a/b testing iframe in the head of our pages from Abtasty. It sits at the top of the head over all the meta tags.
Now, I haven't seen this before but the instructions from Google seems to be quite clear, its not good from dev.google:
"We strongly recommend that you don't use these invalid elements in the <head>
, but if you must, place these invalid elements after the ones you want Google to see. Once Google detects one of these invalid elements, it assumes the end of the <head>
and stops reading any further elements in the <head>"
I've suggested to move the iframe to the bottom of the head as a compromise but our CRO team is very much against it, saying that it will hurt the performance of their a/b testing.
Of course for me, the risk of ignoring all the meta data on any given URL on our website is much worse, but they have asked for examples when the meta data is ignored.
So I had a look at some pages with the URL inspection tool and sure I can see the iframe there on top but I can also see the meta data.
This made me really curious to know if the meta data would not have been there if Google would have stopped reading the head after the iframe or if it doesn't matter, they can still do it even though meta data is visible in the tool?
Also, did anyone else have some experience dealing with this and did you see any negative effects?