Есть API с OG разметкой формата:
"og": "<meta property=\"og:title\" content=\"Meta Title\" />\n<meta property=\"og:description\" content=\"Meta Description\" />\n<meta property=\"og:url\" content=\"http://***site.com/\" />\n<meta property=\"og:type\" content=\"website\" />\n<meta property=\"og:image\" content=\"http://aaa.org/storage/pages/92/conversions/1465821655_preview_wallpaper-3-single_image_545_400.jpg\" />\n",
просто вставить в head код нельзя , накст ожидает вот такой формат
meta: [
{property: 'fb:app_id', content: '12873892173892'},
{property: 'og:title', content: this.project.title},
{property: 'og:image', content: this.project.image},
],
есть какие то соображения как сделать лучше ??