Schema.org media data missing values
-
I noticed the Add-meta-tags plugin is missing certain functions which google structed data warns such as youtube video title when media is a youtube video embed or incorrect thumbnail default.
Also thumbnail default is incorrect an nolonger used it appears.
To fix the issues i have done the following in amt-utils.php on Line 1453
Add$content = file_get_contents(“https://youtube.com/get_video_info?video_id=” . $youtube_video_id);
parse_str($content, $ytarr);line 1460 where thumbnail define is change default.jpg from ssdefault.jpg
and add below it ‘name’ => $ytarr[‘title’],
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Schema.org media data missing values’ is closed to new replies.