Title: Schema.org media data missing values
Last modified: August 30, 2016

---

# Schema.org media data missing values

 *  Resolved [RaidXUL](https://wordpress.org/support/users/raidxul/)
 * (@raidxul)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/schemaorg-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(“[http://youtube.com/get_video_info?video_id=&#8221](http://youtube.com/get_video_info?video_id=&#8221);.
   $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’],
 * [https://wordpress.org/plugins/add-meta-tags/](https://wordpress.org/plugins/add-meta-tags/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [George Notaras](https://wordpress.org/support/users/gnotaras/)
 * (@gnotaras)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/schemaorg-media-data-missing-values/#post-6699723)
 * Hello,
 * I’m afraid this is a ‘known issue’. Add-Meta-Tags uses the data that WordPress
   has stored about each oembed. It does not make any extra HTTP requests in order
   to fetch more detailed information about an embedded object. This is by design,
   otherwise the impact on performance would be very noticeable.
 * There have been some thoughts to implement an Add-Meta-Tags specific storage 
   for such info, but I’m generally very hesitant to incorporate such features in
   the plugin.
 * Unless WordPress starts to store more info, this will remain a problem. Marking
   the topic as resolved.
 * George
 * PS: My responses are a lot faster on Github.

Viewing 1 replies (of 1 total)

The topic ‘Schema.org media data missing values’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/add-meta-tags.svg)
 * [Add Meta Tags](https://wordpress.org/plugins/add-meta-tags/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/add-meta-tags/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/add-meta-tags/)
 * [Active Topics](https://wordpress.org/support/plugin/add-meta-tags/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/add-meta-tags/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/add-meta-tags/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [George Notaras](https://wordpress.org/support/users/gnotaras/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/schemaorg-media-data-missing-values/#post-6699723)
 * Status: resolved