Tags in the Head is a WordPress plugin that attempts to make your website both more machine and human readable by using the ‘Tags’ you specify as META keywords in a page’s header. It also allows you to customize the meta description’s for various parts of your site.
Features:
Tags in the Head features include simple ease of use and installation, detailed instructions, the ability to harvest tags for use as keywords from both Ultimate Tag Warrior and Jerome’s Keywords, internal error and logic checking, ability to customize the meta descriptions for your homepage, archives, 404 pages, and every post, and everything validates XHTML 1.0 Transitional. And a logo.
Table of Contents
Introduction | Requirements | Installation | Setup & Usage | FAQ | Download
Introduction
I hate redundancy, I’m lazy, and I don’t have a lot of time to tweak my website. UTW is a great way to organize information found within my website, but it doesn’t do much for Search Engine Optimization (SEO). Conversely, SEO is often aimed at making it easier for search engines to analyse your site, but doesn’t necessarily make it easy for people to read and interact with your site. Tags in the Head bridges these two ideas: simple SEO techniques and the practice ‘tagging’ pages with keywords.
About Tagging:
Tags, or keywords, attempt to describe and organise information (on your site) to make it easier for readers to find your content.
Both Ultimate Tag Warrior (UTW) and Jerome’s Keywords are very popular wordpress plugins which allows website owners to easily incorporate tagging in their site.
About Meta Keywords:
Meta keywords are specially formatted strings of text found within your website that contain information about each page. In an ideal world, these tags tell search engines what your page is about. The meta-Keywords tags are words that are important and describe the content found on any given page, see Simple SEO: Choosing Keywords and Tags.
At this point you may already be confused — meta-tags, keywords, tags, which one is which? To emphasize: meta keyword tags tell search engines what is on your page, while tags (via UTW and JKW) make finding content easier on your site by assigning keywords to each page that describe it in someway. You may have noticed: there is very little difference between meta keywords and tags. The only real difference is one of placement: meta tags go in the head of a page, while keyword tags are visible to users for navigation. I’m not the first to come to this realization.
By default, WordPress doesn’t even use the Meta keyword tag — an opportunity missed! While there are plenty of WordPress plugins that do facilitate using proper meta tags in page headers, I am aware of only one that attempts to combine tagging and SEO. In addition, I think its fair to assume that most WordPress users don’t employ tags effectively, let alone have good SEO using proper meta tags. Using ‘Tags in the Head’ you too can be helping your readers and the search engines, thereby helping you.
Requirements
The requirements are simple:
- You must be using wordpress (I’m using V2.0.2)
- You must have either Ultimate Tag Warrior or Jerome’s Keywords installed and activated.
- Whatever you theme you are using must make a call to wp_head() (more on this in the instructions)
Installation
- Download the plugin from this page and unzip it locally;
- Upload the entire folder into the /wp-content/plugins/ directory on your server;
- Activate the plugin in the plugins menu;
- Go to Presentation -> Theme Editor -> And select your theme’s Header file from the list on the right.
- Ensure that somewhere in your theme’s header.php you can see the following wp_head() (often, it looks like this: <?php wp_head(); ?>). Most themes should have this.
- Check that your header.php does not already make a call to the meta description tag, the default WP theme does not, but many do. It would look like this: <meta name=”description” content=”<?php bloginfo(’description’); ?>” />. You can either comment it out, delete it, or wrap it in a php if statement to ensure that it isn’t executed as long as Tags in the Head is doing its job. The code for that example would be:
[php]
< ?php
if (function_exists('TITH_keywords_make')) {
// Do nothing
} else {
echo "“;
}
?>
[/php]
Setup & Usage
- Go to Options -> Tags in the Head to configure the various options;
- First select which Tagging plugin you will use to generate your meta keywords. Tags in the Head is smart enough to automatically figure this out for you, unless you have both UTW and Jerome’s Keywords installed in which case you have a choice;
- Set your meta keywords as indicated. For help in choosing which keywords and phrases to use, see Simple SEO: Choosing Keywords;
- UTW doesn’t deal with pages very well (although JKW does), so set the catchall keywords appropriately for every page that is NOT a post, the homepage, an archive page, or a 404 page. This pretty much leaves only pages (unless you have other plugins installed that do stuff);
- Setting your Meta Description Options is easy. For posts, Tags in the Head loads ‘the excerpt’ as the meta description field. If no excerpt exists, than a portion of the post itself will be loaded into the meta description. You can control how much of the post is loaded by limiting the number of characters loaded (starting from the beginning). I’d start with 150.
- Go through the various meta description options and write a succinct description for your homepage, archives, and 404. Like the catchall keyword’s above, also write a meta description that will do for every page that isn’t home, a post, an archive, or 404 page;
- When you are satisfied with the settings, you must hit the Submit button to save the options to the database.
FAQ
Q:How do I know the plugin is working?
A: View the source of any of your wordpress pages. You should find the appropriate meta description and keywords. If you are using wp-cache, you may need to delete your cache to allow the changes to take affect.
Q: I’m using Jerome’s Keywords and strange words are showing up in the meta keywords field — why?
A: Those words are the category name of the post’s parent category. By default, JKW includes these. This isn’t the best, perhaps someone can figure out a way around this?
Q: What is this plugins Licensure?
A:
This plugin is licensed under Creative Commons Attribution-ShareAlike 2.5. In addition, please provide a link back to the plugins page, www.maxpower.ca/wordpress-plugins/ in some form visible from your website. This can be as simple as writing a post about this plugin or adding a link to http://www.maxpower.ca/wordpress-plugins/ in your blogroll.
Download
Licensure: This plugin is licensed under Creative Commons Attribution-ShareAlike 2.5. In addition, please provide a link back to the plugins page, www.maxpower.ca/wordpress-plugins/ in some form visible from your website. This can be as simple as writing a post about this plugin or adding a link to http://www.maxpower.ca/wordpress-plugins/ in your blogroll.
This plugin’s status is currently a release candidate primarily to be used for testing.
Download Tags in the Head RC 1
Any questions, comments, feature requests? Just let me know with a comment or contact me.
17 Apr 06
7:07 pm
That’s an awesome plugin! It’ll be really helpful with SEO ranking. Thanks a lot.
17 Apr 06
8:07 pm
Great job!
I was planning on implementing something like this. You saved me the trouble
17 Apr 06
9:41 pm
Looks like a good job as usual! I’d use it right now but I’ve got UTW so hacked to pieces at the moment in trying to isolate where I’m going wrong with “+” signs as spaces I don’t dare touch anything even remotely regarding tags until I finish and clean up the mess, haha.
Cheers!
17 Apr 06
9:59 pm
This is a really kewl idea.
BTW - you’re missing a closing “}” in your example above.
-john
17 Apr 06
10:21 pm
Thanks for the feedback everyone! Example fixed
18 Apr 06
2:43 am
I have been waiting for this plugin — Thank you for sharing it! BTW, what plugin are you using to add those little green technorati icons/links to your post tags?
18 Apr 06
9:24 am
See the fifth comment made on this thread by pablo re technorati icons. Its a pretty easy little tweak.
18 Apr 06
3:58 pm
I have a couple of questions:
Is this likely to affect performance in any significant way? I would imagine not as it’s only showing informaton which would normally be visible on the page, but I just thought I’d ask.
Also, is there any way that the plugin could populate the Wordpress keywords field when a post is published? I’m using the Related Posts plugin, which I believe uses the keywords field to infer relations between posts. AFAIK, UTW doens’t automatically populate the keywords field, but it strikes me that you’ve already done most of the work here - making Tags In The Head populate the keyword field could be quite straightforward.
Of course, that might not fit with the concept 100%.
Regardless of all that: Great plugin! I’ve just installed and configured it in no time at all, and hopefully my site is now a bit more search engine friendly. So thanks for that
18 Apr 06
10:05 pm
Dan,
Thanks for your comments and questions. I hope I can answer a few:
Is this likely to affect performance in any significant way?
Every plugin that ‘filters’ in some way will effect the performance of your blog. But how much…. I would venture not very much at all. Here is one method of checking:
Many themes have the following code shoved in the footer queries.
seconds. All it does is report the number of queries made and the time it took to generate the page. I checked my own site and here are the numbers for the front (home) page.
With Tags in the Head Activated: 58 queries @ 0.338 seconds
Without Tags in the Head Activated: 51 queries @ 0.311 seconds
Clearly, everyone has a different setup and I have no way of controlling the load on the server at the time so we will just have assume that all that is moot.
So the long and short of it is yes, this plugin will effect performance, but by only a very trivial amount.
The related posts plugin creates a custom field in the wp db, so it is entirely possible to suck the information out of the DB on a post by post basis to populate the meta field. To do so would involve, 1. Sucking the info out, 2. Formatting it into a comma separated list, 3. Output. I’m still learning php, and I won’t add any new features into tags in the head until a full numbered version is released. Perhaps after that, if there is enough interest, I’ll figure out how to do it….
But your question has intrigued me! I’ll ponder…
Cheers.
19 Apr 06
1:05 am
[...] Note to self: schedule installing of this great WordPress plugin later tonight. [...]
19 Apr 06
2:06 am
Wow, there’s an official keyword field in WP? I’m guessing it wasn’t intended for tagging, was it?
Which Related Posts plugin are you guys talking about? (I get so confused with all the plugins that can do this stuff) I know UTW also has related tag and related post functionality which might be helpful (since you’re already tapping that source) but the logic is very simplistic.
In related news I finally got UTW to spit out rel-tag compliant tag links to my own site’s tag pages (rather than having to link to technorati). Unfortunately I had to take out the nifty union and intersection functionality it has and I’ve probably broken some other stuff as well… now I just need to clean it up and fix whatever I broke which seems a lot easier in my mind than it likely will be.
19 Apr 06
7:41 am
Übers Ziel hinausgeschossen…
Hotlinking wird ja immer mehr zum Massenphänomen, auch wenn ein grosser Teil der Webmaster, Blogger etc. unterdessen um die Problematik von Hotlinking weiss. Nun gibt es natürlich auch einige technische Möglichkeiten, dem Bilderklau vorz…
21 Apr 06
6:57 am
Thanks for the response.
The keywords thing is something I’m kicking around myself. Now I’m using tags it strikes me that the best way to display related posts on my own site is to use those tags, rather than the existing related posts plugin.
@Ja - I’m not 100% certain that Wordpress has its own keyword field, but that’s what I heard (specifically in relation to the related posts plugin). The plugin in question can be found at http://www.w-a-s-a-b-i.com.
23 Apr 06
6:22 pm
[...] Wordpress Plugin: Tags in the Head at MaxPower attempts to make your website both more machine and human readable by using the ‘Tags’ you specify as META keywords in a page’s header. (tags: wordpress SEO plugin tagging) [...]
30 Apr 06
6:16 pm
[...] Maxpower Much is discussed regarding tagging, SEO, and the like. If you are looking to hedge your bet, and leverage all of your options, you may want to look at this plugin which takes your UTW or Jerome’s Keyword data and converts it to meta tags on your pages. The admin interface allows for customization of different templates and what you want for descriptions, etc. [...]
10 May 06
3:31 pm
[...] Enter Tags in the head. Basically, you gain same results using the two plugins - Tags in the head is just soooo much easier to use… [...]
14 May 06
12:16 pm
[...] Currently, it is not immediately obvious that tagging is useful for SEO purposes but seeing that it is becoming very popular with web 2.0 sites like Del.icio.us, Flickr, GMail and Technorati, this has the potential to be included as one of the ways to “score” a website by search engines. However, we can use tagging in another way by showing as meta keywords and this can be done with another plugin called Tags in the Head. [...]
24 May 06
2:11 am
Can I use this plugin, and still have a set description/ for my homepage?
24 May 06
7:29 am
Brian,
Yes, you can set both the keywords and description for the homepage which can be seperate from all the other settings.
24 May 06
11:59 am
Thank you.
06 Jun 06
12:19 am
I need help here. After I folow the instruction to change my code in header.php and activate the plugin, the following error msg came in my option > tag in the heads:
You have selected an invalid keyword source. Make sure your plugin of choice is installed and enabled. Then submit your options again.
Pls help to solve this problem. You can visit my blog to see… the wysiwug & tag drop down menu also can see.
Thanks in advnace for the help.
Rgds
Steven
06 Jun 06
6:23 am
Hey Steven,
The plugin seems to be working fine on each individual post page, it’s just the homepage that isn’t coming up with keywords for some reason. Did you set the catch-all info as described:
4. UTW doesn’t deal with pages very well (although JKW does), so set the catchall keywords appropriately for every page that is NOT a post, the homepage, an archive page, or a 404 page. This pretty much leaves only pages (unless you have other plugins installed that do stuff);
Maybe it’s getting it mixed up with a static page because of the way the theme is built or having some other problem due to content, but that’s what I’d look at first.
Honestly I don’t really know what would be going wrong in terms of the coding since I use my own custom version of UTW but I’m sure the author can help you out here if my suggestion doesn’t pan out.
Good luck man…
Jā
06 Jun 06
8:45 am
Hi Steven,
The only way to get that error message is if you are trying to use a keyword source that you don’t actually have installed. Based on the information available at your site, it looks like you are using Ultimate Tag Warrior. In your ‘Tags in the Head’ options pannel, under ‘Keyword Generation’ what does the text say for you (it changes depending on which plugins you have)? Does the radio select option for Ultimate Tag Warrior show the word “Available” in green?
Make sure you have selected UTW, and then set the meta description for your home page (its not set yet), then hit submit. See if you still have the error.
13 Jun 06
5:31 am
To Ja & deepthought,
I manage to settle the tag in the head issue with UTW. However, when I tried on another blog, look like the adsense ad doesnt match with what I put in the meta keyword column in Tag in the Head option page.
I wonder how do you guy overcome this? My second blog is talk about smart consumer info, but it kept displaying blog ads in my adsense column, not related ads.
Is JKW work as with this?? Pls advise
Steven
13 Jun 06
10:25 am
Hi Steven
Tags in the Head helps with search engine rankings, it may also help with adsense… but I don’t know for sure. Adsense ads are served up in a mysterious ways. While meta keywords may factor in, the most important thing seems to be the text surrounding the ad. Next to that, you can use section targeting to help serve the ads you want. See google adesense help center for details.
That all said, google does a pretty good job of placing the right ads beside relevant content. If you want ads to about a certain topic, then maybe you need to write more about that topic?
14 Jun 06
6:10 am
I have no doubt on the way how adsense work on normal website with HTML code… but come to blog, I need to figure out which part of the blog will give google to display which ads…
This is my question actaully. Let me give you example, I have a consumer site talk about consumer tips, like business loan, getting credit ratings…. but the adsense came out is blog, blog and blog.
I am trying to dignose which part of my setting is wrong. That’s why my question means previously. Is it in the tag in the head? or is meta keywords? but I do put in my keyword on the website.. but still came out unrealted ads..
Hope this can make u understand better my problem…I am also looking at Jerome plugin user, whether has this issue or not.
Thanks
Steven
17 Jun 06
6:40 am
[...] Today, however, i stumbled across i solution by MaxPower.ca, called Tags In The Head, which automatically includes an optimized version of your META Description and Keywords tags. Now, this is something worth implementing. Whenever viewing a particular post or Wordpress created page (which, lets face it are the bread and butter of our search engine referrals), META tags are contextually optimized to coincide with the content actually featured within the post content. For example, with those implementing tagging, the META Keyword content tag is filled with a keyword seperated list of the posted corresponding tags for that particular post. This is a vast improvement on the current solution, which assumes that the META tag is not neccessary. However, whilst this is an appropriate solution, it would be nice to see some tighter control on this issue. Rather than just automatically inserting tags for a specific post, the introduction of a set of global keywords that where included on every page would be a nice inclusion to help reinforce the general theme of a blog. [...]
17 Jun 06
6:44 am
Excellent plugin. However there are essentially two suggestions i would like to make for a future edition. Firstly, it would be nice for when the META Description tag is extracting the excerpt which hasn’t been individually customized to the remove the [...] piece at the end. This is really unneccessary, and only really wastes the inclusion of unneccessary junk tags.
Secondly, it would be nice for some tighter control over what the META Keywords tag actually displays. Rather than just tags from the corresponding post, it would be nice to see the inclusion of the post name, the post category, the post author, and the website name all options which could be included by the user editing a sort of “syntax” like so;
Enter your META Keywords tag syntax:
%PostName%, %PostTags%, %PostCategory%, %PostAuthor%, %BlogName%
This way you are helping to reinforce the more general search terms which you are wanting to rank highly for. Also, this solution will lead to a much creater customization.
18 Jun 06
12:32 pm
[...] Thankfully, with the introduction of the Tags In The Head plugin, you have optimal control over both your META Description and Keywords tags. Basically, when you are implementing META tags you are basically guiding search engines as to what the specific page is about. Thus it is usually a good idea to have a conditional META tag formatting for different pages on your Wordpress installations. Which Tags In The Head supports excellently, however, in order to effectively make use of this plugin, you’ll need to have a plugin implements the functionality of post tagging; Tags In The Head has built in support for the plugin; Ultimate Tag Warrior, which is the system currently implemented here at Subtractions and Nouns. [...]
30 Jun 06
12:38 pm
Do not support Zh-Cn ?
The article pages Unavailablecode
19 Jul 06
11:04 am
hey, ive been trying it on my website which isnt public yet… but i seem to be having a problem. Everytime i enter a description with an apostrophy, a \ is added to it.
eg. timw’s blog
become:
timw\’s blog
At some point, it will beccome
timw\\\\\’s blog.
any help on what the problem could be?
Thanks
19 Jul 06
1:37 pm
Timw,
I am not an expert programmer so there maybe is a better way of doing things. The apostrophe to / happens in order to protect your blog from user (you) input. Quotes and apostrophe’s are special characters in PHP, so in order to be able accept apostrophes and quotes I used a function to ‘clean’ your input so that the PHP wouldn’t break.
In short, it happens for a reason, and its a good thing. If I find another way to protect everyone from misc apostrophe’s I’ll gladly use it, but at this point I don’t know of any.
Cheers!
20 Jul 06
3:37 am
Just a quick FYI, the latest version of UTW, 3.14 I believe, supports automatically putting relevant tags in the head meta. I don’t know if this will conflict with what you’ve got in TitH but you might want to check that out.
Ja
15 Aug 06
3:37 am
hello,
I just realized your plugin is not for me, I was trying to use it on my personal blog, more of a photo blog because I have tagged all pictures so the keywords would be fitting, but I just realized that your plugin takes my excerpt, which is generally only a html code to show up a thumbnail as excerpt and puts it into the description.
could the plugin be modified to recognize there is only html code in the excerpt and not display it as description? here is an example of my posts: http://pacura.ru/2006/07/13/kouangsy-kuang-si-waterfall-area-4/
19 Aug 06
11:19 am
Thanks a lot.
Great plugin for SEO.
27 Aug 06
11:51 am
[...] Underscore Permalinks: Wordpress replaces spaces with hyphens when creating the permalink, whereas Movable type used underscores. This plugin makes wordpress do it in the movable type style, this is all part of keeping your links the same as MT had them. Ultimate Tag Warrior: If you want tagging support this will do the trick. Tags in the headUses the tags from Ultimate Tag Warrior for things like the meta keywords and all that [...]
07 Sep 06
12:06 pm
Currently if no keywords are set TITH will use default keywords or if none of those exist it uses “maxpower”. But why not give the option to not have a keywords meta-tag at all if no keywords are set?
07 Sep 06
1:30 pm
Good question… why not? I haven’t looked at the code in awhile, but next time I do I’ll see if I can add that option. Thanks for the feedback.
11 Sep 06
12:12 pm
[...] Now for some better news. I recently found a really neat plugin that will put meta description and keywords tags in your header for your blog. This is real easy to use and works with either the Jeromes Keywords plugin or the Ultimate Tag Warrior Plugin. I’m using it with the Jeromes keywords plugin and it works great. What you will need to do is remove this: < meta name=”keywords” content=”” / > from your header file and be sure you have this: < ?php wp_head(); ? > in the file. You can download the plugin at Tags in Head After you upload the folder to your plugin directory, activate it and you will see a new link under your Options menu called Tags in Head. Go there and set your default keywords and description and that’s it your good to go. As long as you a re using the jeromes keyword or Ultimate tag warrior plugins it will pull the keywords you list from each post and the first paragraph or summary text for the description. For this blog I used ‘wordpress,updates,wp-revealed’ for my default keywords and ‘a wp-revealed newsletter’ for my default description. I also set the number of characters for the excerpt to 100. Share and Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages. [...]
20 Sep 06
8:09 am
hi,
Currently if no keywords are set TITH will use default keywords or if none of those exist it uses “maxpower”. But why not give the option to not have a keywords meta-tag at all if no keywords are set?
28 Sep 06
11:18 pm
Would Tags in the Head help with SEO, beyond simply changing Jerome’s keyword to use something different than UTW?
I think this is a great idea, and I’m wondering if it’s worth the time to work it in with my Jerome/UTW installations.
04 Oct 06
6:50 pm
Hi
I use UTW to tag and the excerpt area to input thumbs of my photos. So, when I use TITH the page output shows HTML from excerpts in my Header. Can I turn off displaying the excerpt stuff or it’s not a problem??
Thanks
John
11 Oct 06
2:06 am
Here’s an interesting problem for you. Because of the weird way that WordPress handles apostrophies, I recode them all as “&-#-3-9-;” (without the hyphens) to prevent them from becoming right-single-quotes. That’s fine for my blog, but, unfortunately, it does really horrible things to the META description and invalidates the pages. Unless you have a better solution, mine was simply to override all of the descriptions back to a single static one. That means that I’m losing part of the SEO benefit of the plugin. Any suggestions would be appreciated. BTW, thanks for the plugin.
12 Oct 06
4:44 pm
[...] Here is the link to this excelent plugin. LINK [...]
18 Oct 06
9:09 am
Just installed this on my blog, working really well. Thanks for the great plugin!
18 Oct 06
8:23 pm
[...] I’ve been following the good advice offered at 9rules as they build to Round 5 of submissions. And I’ve heeded a lot of it. I’ve cleaned and designed and streamlined and written. Recently I added the WP “Tags in the Head” plugin and set it up. My traffic doubled within days. Now it’s at a whopping 350 unique visitors a day. I know, big deal, but it is to me. As far as traffic, I don’t think I’m greedy, just a little needy, of attention. Being a performing artist, a clarinetist, I thrive on the public. I love interacting with people. So for me it’s not about money, just lots of love, or not. I enjoy attention of any kind. Share and Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages. [...]
24 Oct 06
7:25 pm
Don’t want to rain on your parade, as you’ve done a good job here and perhaps the plugin helps the WP internal search, but a lot of people seem to think adding meta keywords to their pages would help with major search engine optimization - which is sadly not the case. Though meta descriptions still have a level of importance to SE robots, sadly, the meta keyword tag went the way of the dodo back in 2000.
Do a google search on the subject, this is a good article to begin with, written back in 2002:
24 Oct 06
8:59 pm
Hi Jim,
Thanks for your comment. I’ve read that article before and it might be true, or it might not. What I do know is that “SEO” is probably one of the most competitive keywords out there, so when I see the majority of the top sites that compete on that term using meta keywords I know that many people still believe in their value. Even the website you link to seems to use them in some limited capacity.
This plugin makes it really easy to include them in your pages doing nothing more than the things authors already do. The real question you bring up is whether including meta keywords on your website hurts your SERP rankings — the answer is a definitive no! Keywords do no bad, and probably do good.
25 Oct 06
8:03 am
Wordpress plugins: meta-tags…
Wordpress is a great piece of software for development purposes, and I especially like to set up customised versions as a CMS.
Wordpress has many great strengths, but a particular weakness is that [link]
27 Oct 06
8:16 am
[...] - Meta-SE ou Tag In Head : pour intégrer des données META dans chacune des pages avec des keywords et des descriptions spécifiques au post de la page (le plugin va reprendre les premières lignes de votre post versus la définition basique de votre blog qui ne sert à rien dans une stratégie d’optimisation de votre SEO). [...]
28 Oct 06
4:33 am
[...] Wordpress Plugin: Tags in the Head at MaxPower Un plugin wordpress pour améliorer le SEO de son Blog en incluant les tags d’une page dans le header [...]
28 Oct 06
9:56 pm
Not all SEO is about Google. It’s also about making your site searchable by others. There are still search engines, aggregators, directories, and such out there that look for the keywords listed in page META tags. Why drop them for something that certainly doesn’t hurt my standings in Google just because they don’t use that one metric? Google will almost certainly count the backlink that I may get from one of those other sites that was able to find and include me because I had the keywords listed that they were looking for.
28 Oct 06
10:10 pm
Quite right. I do think this has much value for increasing relevance of local site search. I guess what threw me was the 7 times you used the acronym ‘SEO’. The plugin beats the hell out of the default WP search, would have been nice if the article focused on that instead of implying that it lends more than a couple SEO breadcrumbs.
01 Nov 06
7:48 pm
Hi -
I am using the plugin with hebrew - and it is making a bug with the “description” meta tag.
it is now filled with junk stuff - so I got rif of it in the code.
The second bug is that for some reason I get the “keywords” meta tag - twice.
any help ?
15 Nov 06
4:31 pm
I just installed tags in the head to another blog of mine. While installing it, I realized there is one instruction you give which is not entirely clear to me. It is this…
“You can either comment it out, delete it, or wrap it in a php if statement to ensure that it isn’t executed as long as Tags in the Head is doing its job.”
I didn’t want to delete or comment out the description, so that it shows in searches, and I didn’t exactly “wrap” it in the php statement you gave.
I have it set up like this:
blahblah
";
}
?>
" />
15 Nov 06
4:34 pm
Darn, code doesn’t show in your comments. I think you know what I was asking. I put YOUR php code BEFORE the meta tag for description in the header file. Is that correct?
thanks,
David
My other blog is GlitteringMuse (http://glitteringstew.com/muse/) where I believe your plugin has helped my traffic alot. (assuming I have the above situaltion properly set up!) Thanks!
David
15 Nov 06
5:41 pm
David,
<meta name=”description” content=”<?php bloginfo(’description’); ?>” />
That line should probably be deleted in your blog template if you want to use Tags in the Head to manage your descriptions. With the default setup, there is one description for every single page in your wordpress install. This isn’t the best thing because (at least on this site) every page is different. Tags in the Head creates a different description for every page so there is no need to keep the original around.
That said, here is the code for commenting it out:
<!-- <meta name="description" content="<?php // bloginfo('description'); ?>" /> -->
I think that will work, I haven't tested it. Let me know how it goes.
23 Nov 06
5:10 pm
Hi!
I am having a heck of a time with getting the tags to show in the header. Is there a code I need to put in the header so the tags show up? I have all the keywords set up in UTW and Tags in the Head, and it just doesn’t show. I also made sure the meta=description was not in the header….heeelllp!
28 Nov 06
7:37 am
[...] Tags in the Head - extends both Jerome’s Keywords andThe Ultimate Tag Warrior (reviewed below). [...]
30 Nov 06
11:02 pm
[...] Tags in the Head - extends both Jerome’s Keywords andThe Ultimate Tag Warrior (reviewed below). [...]
06 Dec 06
11:46 am
[...] Install and utilize the Ultimate Tag Warrior and Tags in the Head and Related Posts plugins. (Yes, that’s left over from last month). [...]
10 Dec 06
10:22 am
Thanks for this plugin & for the instructions, which I found really easy to follow. You’re a star!
Kx
15 Dec 06
8:54 am
[...] - Ultimate Tag Warrior - Tags in the Head O primeiro serve para catalogar os nossos post’s com as ditas palavras chave (Tags), permitindo organizar de uma forma mais correcta e exacta a nossa informação ao invés do que se passava com as “limitadas” categorias que o Wordpress inclui. Não estou a dizer para esquecerem as categorias, mas sim que as complementem com as tags… [...]
22 Jan 07
12:21 am
This is a nice seo option
24 Jan 07
4:35 pm
[...] 10. Install and activate any other plugins. The ones that seem to be working just fine for me so far are King Widget Framework, Subscribe to Comments and WP View Subscriber Info. The only one which doesn’t work so far is King Links Widget, although I’m yet to have a real play with it to see what the problem is. Tags in the Head doesn’t yet work because it is dependent upon Ultimate Tag Warrior and that’s just not happening yet. [...]
12 Feb 07
12:18 pm
Just want to say what I have seen thus far looks great and I appreciate the time you have put in.
I do have a question as I am going to be using UTW on WP2.1 and I have also looked a t a plug in called SEO Title Tag. Would this be considered a alternative/comptetive plug in that tries to achieve similar results?
I just want to make sure I don’t put two plugins into play that will either duplicate efforts or cause problems with one another.
Thank you again for your time and I look forward to your reply!
12 Feb 07
5:22 pm
myITAnalyst I personally use the two and everything is fine. If you use tag in the head with WP 2.1 you will notice that Kirk must upgrade the plugin in order to fix the bug with the description.
12 Feb 07
5:49 pm
Henri,
When you say you use both of them do you mean you use BOTH “Tags in the Head” AND “SEO Title Tag”???
They look like the achieve some of the same things… could you clarify.
12 Feb 07
5:50 pm
>
What upgrade would that be? Could you clarify this?
Thanks
12 Feb 07
5:53 pm
yep seo title and tag in the head. For the upgrade, I want to say that Tag in the head work fine before WP2.1…
13 Feb 07
7:54 am
A really great plugin. I have one issue with the description tag though. It’s seems to ignore the character limit I specify the excerpt to be.
28 Feb 07
1:30 pm
I have been using this plug-in with great success but after upgrading to Ella 2.1.1 it no longer works! Does anyone have any advice on how to regain use of this plug-in? Or could the developer update it so it works with 2.1 >
Thanks to all!
Charles
17 Mar 07
10:43 am
[...] Tags in the Head. Tags in the Head does exactly what it says, it puts META tags in your page header. You need to install the ‘Ultimate Tag Warrior’ plugin or ‘Jerome’s Keywords’ plugin. [...]
26 Apr 07
9:13 am
[...] Tags in the Head (http://www.maxpower.ca/wordpress-plugin-tags-in-the-head/2006/04/17/) Tags in the Head attempts to make your website both more machine and human readable by using the ‘Tags’ you specify (from Jerome’s Keywords or Ultimate Tag Warrior) as META keywords in a page’s header. It also allows you to customize the meta description’s for various parts of your site. Tags in the Head combines good SEO with commonsense organisation using tags. [...]
26 Apr 07
6:26 pm
[...] Tags in the Head: Adds Meta Tags to your blog’s “head” section, including the optional inclusion of UTW tags. [...]
09 May 07
4:48 pm
[...] *Tags-in-the-Head: “a WordPress plugin that attempts to make your website both more machine and human readable by using the ‘Tags’ you specify as META keywords in a page’s header. It also allows you to customize the meta description’s for various parts of your site.” [...]
10 May 07
3:30 am
[...] May 10th, 2007 If you want to increase the number of vistors to your Wordpress blog then you just have to have “Tags in the Head.” This amazing tool takes the keywords from your post and places them in the section of your webpage as meta keywords. These meta keywords tell search engines what your webpage is all about. Ideally this should improve your chances of people finding your website. [...]
15 May 07
9:27 am
[...] Tags in the head - attempts to make your website both more machine and human readable by using the ‘Tags’ you specify as META keywords in a page’s header. [...]
17 May 07
1:44 pm
Wordpress SEO : Adding and managing Meta-tags (keywords & description)…
Meta-tags aren’t as important as they use to be, but they’re still an SEO factor that might help boost things up a bit. Some smaller search-engines rely on meta-tags and some of the big search-engines still use the description meta-tag in S…
27 May 07
10:54 pm
Is this plugin still being supported?
12 Jun 07
12:24 pm
[...] .2 Tags in the Head [...]
15 Jun 07
8:30 am
Yea, is the plugin still being supported?
I was so happy with it, but after I upgraded to 2.2 it no longer works.
Sure hope you’ll update it soon.
18 Jun 07
6:31 am
[...] Tags in the Head. Use together with Jerome’s keywords to provide better Meta tags for the search engines. [...]
25 Jun 07
11:19 am
[...] Tags in the Head [...]
04 Jul 07
4:05 pm
[...] Tags in the Head - Permite colocar as tags geradas pelo plug-in anterior como Meta Keywords na header de cada página. [...]
05 Jul 07
6:17 pm
Hey,
I use Zoundry blog editor to create my posts. Can I use your plugin with it?
Thanks.
07 Jul 07
6:37 am
wir bieten Ihnen die Möglichkeit einfach und schnell mit anderen Webmastern Links bzw. Traffic zu tauschen.
Auf diese Art, erreichen Sie mehr Traffic und der Wert Ihrer Seite steigert sich. Also worauf warten Sie noch!
29 Jul 07
6:42 am
i install the plugin with UTW but now i have 2 mata-keyword appear at single_post but is ok at main page and categories.
30 Jul 07
1:48 pm
[...] Install plug-ins, the common ones I use are Tags In The Head and Google SiteMap [...]
04 Aug 07
9:45 am
[...] Tags in the Head Use together with Jerome’s keywords to provide better Meta tags for the search engines. [...]
17 Aug 07
9:42 am
First, thanks for you hard work on this plugin. I have a question though. Do we have to remove the empty meta tag for Keyword and Description. I still seee them there.
and the new keyword and description tag.
thanks.
18 Aug 07
9:36 am
[...] Wordpress: Tags in the Head Tags in the Head is a WordPress plugin that attempts to make your website both more machine and human readable by using the ‘Tags’ you specify as META keywords in a page’s header. It also allows you to customize the meta description’s for various parts of your site. Features: Tags in the Head features include simple ease of use and installation, detailed instructions, the ability to harvest tags for use as keywords from both Ultimate Tag Warrior and Jerome’s Keywords, internal error and logic checking, ability to customize the meta descriptions for your homepage, archives, 404 pages, and every post, and everything validates XHTML 1.0 Transitional. And a logo. [...]
02 Oct 07
4:27 pm
[...] engine to spider your site. Jerome’s Keywords - Associates post with keywords and more. Tags in the Head - Use together with Jerome’s keywords to provide better Meta tags for the search engines. [...]
10 Dec 07
1:16 pm
thank you for your plugin! this help me a lot!
27 Jan 08
8:14 pm
[...] Tags in the Head - Use together with Jerome’s keywords to provide better Meta tags for the search engines. [...]
20 Feb 08
12:30 pm
[...] 2. Download & Install Tags in the Head - Link http://www.maxpower.ca/wordpress-plugin-tags-in-the-head/2006/04/17/ 3. Activate both plugins and goto Options -> Tags in the Head 4. Select UTW as the plugin and [...]
09 May 08
7:46 pm
[...] Tags in The Head - Places your posts tags in the meta tags. [...]
09 May 08
11:55 pm
[...] Tags in The Head - Places your posts tags in the meta tags. [...]
06 Aug 08
6:44 am
[...] Currently, it is not immediately obvious that tagging is useful for SEO purposes but seeing that it is becoming very popular with web 2.0 sites like Del.icio.us, Flickr, GMail and Technorati, this has the potential to be included as one of the ways to “score” a website by search engines. However, we can use tagging in another way by showing as meta keywords and this can be done with another plugin called Tags in the Head. [...]
19 Sep 08
3:55 pm
[...] Currently, it is not immediately obvious that tagging is useful for SEO purposes but seeing that it is becoming very popular with web 2.0 sites like Del.icio.us, Flickr, GMail and Technorati, this has the potential to be included as one of the ways to “score” a website by search engines. However, we can use tagging in another way by showing as meta keywords and this can be done with another Plugin called Tags in the Head. [...]
31 Dec 08
4:47 am
Die Bezeichnung der Künstlergruppe Transpiduum setzt sich aus den Wörtern Transparenz und Individuum zusammen. Damit sind gleichfalls die Schwerpunkte der künstlerischen Auseinandersetzung mit dem Internet gesetzt. Wie transparent ist ein Individuum allein über die Darstellung von Daten im digitalen Öffentlichkeitsraum und wie viel interpretieren wir als Betrachter in dieses Individuum? Dadurch, dass alle Einträge der erdachten Individuen im Internet gespeichert und somit dokumentiert sind, können sie wie eine Geschichte verfolgt werden. Des Weiteren werden diese Geschichten immer von den Kommentatoren beeinflusst und dadurch entsteht eine ungewollte Interaktivität. Eine Einflussnahme des Publikums auf den hauptsächlichen Akteur. Für die Künstlergruppe steht daher auch das Verhalten der Kommentatoren im Mittelpunkt und macht den Leser gleichzeitig zum Teil der künstlerischen Arbeit. Da die hauptsächlichen Informationen über Texte erfahren werden, ist diese künstlerische Arbeit auch als literarisches Werk zu verstehen.
Suchmaschine: Transpiduum
30 Jun 09
9:23 am
[...] Tags In The Head eklentisi, blogunuzun Head kısmında bulunan taglar (META keywords), blogunuzu hem arama motorları (Google), hem de insanlar için daha okunabilir hale getirmeye çalışan WordPress eklentileridir. Bu eklentiyi kullandığınızda, WordPress kategorielerini tag olarak kullanabilirsiniz – ekstra bir taglama eklentisine ihtiyacınız yoktur. Arama motorları bu tagı çok severler, dolayısyla bizde severiz. Bu eklentiyi blogunuza kurmak son derece kolaydır. Bu eklenti ayrıca yazınızdaki bir bölüm yada yazınızın ilk kelimelerini kullanarak blogunuzdaki her yazı için dinamik META Description Tag’ı da yaratmaktadır. [...]
27 Dec 09
12:03 am
very good plugin i will try to put in my blog and see what happen
10 Jan 10
3:40 pm
[...] Tags in the Head [...]
15 Jan 10
4:38 pm
[...] Tags in the Head – Use together with Jerome’s keywords to provide better Meta tags for the search engines. [...]
30 Apr 10
9:16 pm
good is the plugin. this help me a lot! tanks
19 May 10
8:17 am
[...] have a conditional META tag formatting for different pages on your Wordpress installations. Which Tags In The Head supports excellently, however, in order to effectively make use of this plugin, you’ll need [...]
23 May 10
5:44 am
web.web
16 Jun 10
2:52 pm
[...] Tags in the Head Tags in the Head is a WordPress plugin that attempts to make your website both more machine and human readable by using the ‘Tags’ you specify as META keywords in a page’s header. [...]
18 Jul 10
2:52 pm
thanks for your seo tips, it helps my seo job.
28 Aug 10
5:18 pm
[...] WordPress Plugin: Tags in the Head at MaxPower Un plugin wordpress pour améliorer le SEO de son Blog en incluant les tags d’une page dans le header [...]