if (url) {
    tags.meta.push(
      { property: 'og:url', content: url },
      { name: 'twitter:url', content: url }
    );