I updated successfully to Beta 5 Release of Metatag module. twitter cards works but differently.

<meta property="twitter:site" content="@online_werbung" />
<meta property="og:url" content="http://neofelis.de/drupal" />
<meta property="og:site_name" content="neofelis" />
<meta property="twitter:site:id" content="61281841" />
<meta property="og:type" content="website" />
<meta property="twitter:url" content="http://neofelis.de/drupal" />

It is mixed with OpenGraph tags on this site. I made a global override in the global settings. Sure, that is no problem for twitter but i think it is better to have all twitter card tags in the right order.

Comments

DamienMcKenna’s picture

Title: twitter cards sort » Meta tag output sorting

Lets focus this on fixing the sorting of all meta tags.

DamienMcKenna’s picture

Category: bug » feature

This isn't really a bug, but I still want to make the sort correctly.

Marko B’s picture

Meta tags are all over, little bit of regular, then some open graph, then some I don't know what they are. Where is this part handled?

  <meta charset="utf-8" />
<meta property="og:site_name" content="Low Cost, Turkey Dentists" />
<meta property="og:type" content="article" />
<link rel="shortcut icon" href="http://turkeydental.co/sites/turkeydental.co/files/turkey_dental.ico" type="image/vnd.microsoft.icon" />
<link rel="shortlink" href="http://turkeydental.co/node/848" />
<meta property="og:url" content="http://turkeydental.co/clinique-dent-beaute" />
<meta content="Clinique Dent Beaute" about="/clinique-dent-beaute" property="dc:title" />
<meta about="/clinique-dent-beaute" property="sioc:num_replies" content="0" datatype="xsd:integer" />
<meta property="og:title" content="Clinique Dent Beaute" />
<link rel="canonical" href="http://turkeydental.co/clinique-dent-beaute" />
  <title>Clinique Dent Beaute | Low Cost, Turkey Dentists</title>
      <meta name="MobileOptimized" content="width">
    <meta name="HandheldFriendly" content="true">
    <meta name="viewport" content="width=device-width">
    <meta http-equiv="cleartype" content="on">
DamienMcKenna’s picture

Issue summary: View changes
Status: Active » Closed (duplicate)

Lets close this in favor of the older #1809356: Meta tag output sorting / order.