I need to add meta tags like nofollow and noindex
Further, i might eventually want to add some opengraph tags, or other proprietary tags.

context_metadata seems like the place for these things, no?

Comments

Pls’s picture

I'm having same problem as aaronbauman. Why this module is limited to only 4 metadata fields? Maby there's easy way to alter it thru hooks? Thanks.

AaronBauman’s picture

If you're going to resort to hook_html_head_alter, then you may as well disable this module altogether.

dakku’s picture

Hi,

Can you add a list of all tags you need added?

AaronBauman’s picture

No, I cannot list them.
The point of this feature request is I'd like to be able to add whatever tags I want without knowing what they'll be ahead of time.
What I'm picturing is an interface where I can just type in whatever tags and attributes I want, and context metadata injects them into head.

dakku’s picture

Status: Active » Closed (won't fix)

Thats an interesting idea but beyond the scope of this module.

AaronBauman’s picture

FYI, in case anyone else is interested: found metatags_quick which provides the requested functionality. Along with metatags module, provides a fully extensible field-api-based meta tag framework.
via SEO Checklist module.