Hi,
I would very much like to be able to remove some fields from metatag output and have the title tag on top.

I would like to remove these:

<link rel="shortcut icon" href="http://www.kasteelcampings.nl/sites/all/themes/bizreview/favicon.ico" type="image/vnd.microsoft.icon" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="HandheldFriendly" content="true" />
<meta name="MobileOptimized" content="width" />
<meta name="generator" content="Drupal 7 (http://drupal.org)" />
<link rel="canonical" href="http://www.kasteelcampings.nl/regio/duitsland" />
<link rel="shortlink" href="http://www.kasteelcampings.nl/taxonomy/term/2384" />
<meta property="og:site_name" content="www.kasteelcampings.nl" />
<meta property="og:type" content="article" />
<meta property="og:url" content="http://www.kasteelcampings.nl/regio/duitsland" />
<meta property="og:title" content="Duitsland" />
<meta name="dcterms.title" content="Duitsland" />
<meta name="dcterms.type" content="Text" />
<meta name="dcterms.format" content="text/html" />
<meta name="dcterms.identifier" content="http://www.kasteelcampings.nl/regio/duitsland" />

Thanks a lot in advance for your reply and sorry for not posting a new issue earlier.
greetings, Martijn

Comments

Summit created an issue. See original summary.

damienmckenna’s picture

Status: Active » Fixed

Unless you have specifically filled in something for the mobile meta tags, they wouldn't be auto-generated, so they might be added by your theme - try checking if your theme has a way of disabling the meta tags.

To remove the meta tags from Metatag - do you want to remove them from all pages, or just specific pages? Can you use the global, per-entity and per-entity bundle configurations to control them the way you need? If you want to change them per-page you can use hook_metatag_metatags_view_alter() to customize them - see metatag.api.php for details.

As for the title tag, we're not moving it, see #2466861: Title should appear before meta description for details.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

summit’s picture

Hi,
Still busy with the migration. After this I come back to your questions in https://www.drupal.org/node/2580003#comment-10410007 please.
Greetings, Martijn