how to fix video is not within the viewport

frank996

Newbie
Joined
Jun 18, 2023
Messages
28
Reaction score
10
Hello, my website was recently prompted with a "Video is not in the viewport" error in the Google search console. Does anyone know what this means? The Google documentation's explanation of this error confuses me. What are some ways to solve this problem?

Thank you for your help
 
Thank you very much for the tip, but since these videos are on my product page, removing these videos may have an impact on my conversion rate for the product, so I'm wondering if there is another way.
 
The error itself should be easy to fix... If you are using embed tag, add the following css:

Code:
embed {
   max-width: 100%;
}
This should contain the video within the parent. If you are using another html element, change that "embed" with that element name, but keep that max-width rule.

Now, how to recover from such warnings is a different question, and I am not an expert in that, so I won't suggest anything.
 
Tente colocar o vídeo no lugar da imagem da capa da postagem. Em seguida, teste-o no Search Console. Para mim, apareceu em 4.500 páginas. Eu tentei em 10 e funcionou.

Parece que o Google precisa ver o seu vídeo no topo da página, se não estiver lá não vai aceitar.
 
Back
Top