Closed (works as designed)
Project:
Meta tags quick
Version:
7.x-1.0-beta4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
28 Feb 2011 at 17:21 UTC
Updated:
18 Mar 2011 at 20:20 UTC
Is there a way I can use something other than description as the field name to show up as description in the metatag? I've already got a field name called Description.
Comments
Comment #1
valthebaldYes, you can create field with name, which will differ from meta (it's only default)
Comment #2
raffij commentedSorry, maybe I wasn't clear. because I already have a field called description, I am unable to create a meta tag as "description"
I had to use a different name like "meta_description" which then comes up as:
Comment #3
valthebaldProbably your code or HTML is cut by input filter. Can you retry please?
In any case, what you should do is create new field with any name (not necessarily 'description'), and change default setting for Meta name to 'description'.
That will do the trick.