You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently iframes get injected into the head. Google has said this can cause a problem with them reading all the meta tags because the iframes implicitly close the head and push the meta tags into the body. source
They recommend to inject just before the closing </html> tag instead of at the top of the <head>
Steps to reproduce
Load page using prebid
watch for iframes to inject into <head>
Test page
Expected results
Actual results
Platform details
Other information
The text was updated successfully, but these errors were encountered:
Type of issue
Bug
Description
Currently iframes get injected into the head. Google has said this can cause a problem with them reading all the meta tags because the iframes implicitly close the head and push the meta tags into the body. source
They recommend to inject just before the closing
</html>
tag instead of at the top of the<head>
Steps to reproduce
Load page using prebid
watch for iframes to inject into
<head>
Test page
Expected results
Actual results
Platform details
Other information
The text was updated successfully, but these errors were encountered: