We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Plyr doesn't render a valid poster attribute to the video element, just a data-poster.
To Reproduce Steps to reproduce the behavior:
Example: https://codesandbox.io/s/peaceful-carlos-oy7p26?file=/src/Plyr.jsx
Expected behavior Render a video element with valid poster attribute.
Screenshots
Desktop (please complete the following information):
Additional context I understand that Plyr uses data-poster to create a poster element, and visually it works. But it's bad for SEO. https://developers.google.com/search/docs/appearance/video#video-thumbnail
I also tried to add the poster attribute directly to the video element, but it didn't worked.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Plyr doesn't render a valid poster attribute to the video element, just a data-poster.
To Reproduce
Steps to reproduce the behavior:
Example: https://codesandbox.io/s/peaceful-carlos-oy7p26?file=/src/Plyr.jsx
Expected behavior
Render a video element with valid poster attribute.
Screenshots
Desktop (please complete the following information):
Additional context
I understand that Plyr uses data-poster to create a poster element, and visually it works. But it's bad for SEO.
https://developers.google.com/search/docs/appearance/video#video-thumbnail
I also tried to add the poster attribute directly to the video element, but it didn't worked.
The text was updated successfully, but these errors were encountered: