Closed (fixed)
Project:
Meta tags quick
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Issue tags:
Reporter:
Created:
6 May 2011 at 10:44 UTC
Updated:
4 Jan 2014 at 00:53 UTC
Jump to comment: Most recent
Comments
Comment #1
valthebaldCurrently metatags_quick does not support http-equiv meta tags.
If I get your point, you want to put the same http-equiv tags to all pages (not separate value per page), so you can just add them to html.tpl.php
Comment #2
deeve commentedI tried placing in html.tpl.php but nothing showed, so looked into this further & found a 'drupal_add_html_head()' method solution for my Zen sub theme's template.php [sites/all/zen/templates.php] here which worked for me: http://sanjoy.jhenaidah.net/how-to-add-meta-description-keywords-drupal7
Cheers!
Comment #3
valthebaldyeah, good point!