Reputation: 1148
I'm trying to render webpages using Fetch as Google. Our media pages use jwplayer 7. I use different streaming formats (hls, progressive download, ...) but no files are correctly rendererd in Desktop mode using the 'Fetch as Google' option (Google Webmaster). Googlebot can fetch all important files (in both desktop/mobile mode)
Google shows the player with error message, depending on the type of streaming / file used and differently for desktop/mobile):
Do you know any reason for different streaming media support using Fetch as Google?
UPDATE/SOLUTION: The issue occurs when 'autostart' is set to 'true'. For this reason the mobile render works good: on mobile device our site sets 'autostart' to 'false'. JwPlayer works good with Fetch as Google only with 'autostart: false'.
Upvotes: 0
Views: 310
Reputation: 157
Have you tried adding the appropriate schema.org tags so Googlebot can render the video?
http://schema.org/docs/gs.html
Upvotes: 0