SEO SearchTerms Tagging 2 Footprint Removal
Earlier this week I was talking about website footprints, and why I try to make sure I clean up after myself when using certain tools, plugins or themes. Ever since the Google MayDay update, I have been on an optimization tear… In the process of cleaning up code to speed up sites, it’s surprising how many tracks you find!
In today’s post, I am going to talk about a kick-ass plugin called SEO Search Terms Tagging 2. I LOVE this plugin and it works FANTASTIC! But if you use it as-is out of the box… well, you are doing a few negative things and may set yourself up for a bit of a fail. Lets face it, this plugins’ SOLE PURPOSE is to help attract more search traffic through “automatic” creation of links and keywords. Regardless of how you look at it… it is, what it is!
If you are looking for one of the best WordPress SEO plugins, you need to see SEOPressor (Opens in new window) also!
By using it as-is, you are:
- Shouting out that you SEO Optimize specifically for search engines to send more traffic!
- Telling your competition the exact keywords driving traffic to your page, or entire site!
(Disclaimer: I am going to refer to some Google & Bing searches in this article, if I uncovered one of your sites, apologies in advance… but a great way to see it needs to be changed! Feel free to email me and ask me to change the reference if your site is ID’d)
(Disclaimer #2: I am going to discuss editing code in the browser. If you have doubts about what you are doing, just don’t do it! As always… backup your files (The plugin files) first, and if all else fails and the site jacks up, just delete the specific folder for the specific plugin, and start over! :-)
SEO Search Terms Tagging 2 Footprints
So… you picked up this plugin and installed it, lets see what we can find right out of the box:

Finding Sites Using the Plugin…
This is impossible to do without uncovering someones website… but I am just going to pick common things happening this time of year. Open your favorite search engine, and do a quick search for:
- “Incoming search terms” + “flu season” (Goog, Bing)
- “Incoming search terms” + “bookbag” (Goog, Bing)
- “Incoming search terms” + “nfl” (Goog, Bing)
- “Incoming search terms” + “halloween” (Goog, Bing)
So, in just a couple quick searches, we found lists of sites using the plugin… Imagine what a search algo could do!
First Fix – NEVER Use The Default Settings, Change EVERYTHING!
Change:
- Number of searches to a random number, everyone uses 10
- List Header text – I use NOTHING at all, change yours to whatever! Remember, everyone else is using the “Incoming Search Terms…” part!
- Before and After List <ul > – I use nothing at all!
- Before and after each keyword: Again, try to make it different. I use a word in front, then a space and comma behind. The result is a long paragraph of keywords versus a bullet list.
- NEVER link on the same page, save those for a sidebar widget! :-)
- Add an expiration date to your terms, so that the changes you are making to the page will stick! (If you have the same words on there forever, your key-freq will always be the same)

Bottom line… Being different is good!
OK Whats Next?
At this point, you have cleaned up the plugin and think all is good right? Wrong! View the source code on one of your site pages with the plugin running, and do a quick search (press Control-F keys to bring up the find box) for the phrase “searchterms” or “seo” or “tagging”.
Do you see what I see? Way down in your source code where the keyword list is generated, you have another footprint of the SEO plugin:

Anything within your source code that starts with a “<!– ” and ends with a “–>” is a comment, or html hidden comment that is usually put in place by the developer. If you use Firefox, you probably see them in Green text. Back in the day of coding BANS-WordPress themes, I placed several unique comments within the themes so I could easily search and find specific code blocks or even unauthorized usage.
As you can see now… the SearchTerms Tagging 2 Plugin also adds a comment to the code, which can be associated with a footprint!
Wiping Away the Plugin Comment Code Footprint
Just a note that if you choose to clean this up the way I suggest, you WILL have to to it again when the developer releases a new version of the plugin. Like I said earlier… it is what it is!
(Note: I use the WordPress Code Editor plugin to show line numbers in my editors)
- Goto wp-admin > plugins > editor.
- From the drop menu, select the “Search Terms Tagging 2 Plugin” files.
- Make sure you are editing the “searchterms-tagging2.php” file and search for: <!–
- On line 700, you find the first reference to the code:

In total, there are 5 references to the code comment. You will find it on lines: 700, 751, 809, 826, and 843. You need to either change it or delete the line completely.
If you want to retain the timer, just change the “SEO Searchterms Taggins 2 Plugin” section of the code to whatever you want, but don’t touch the rest. Looking below, you can see I changed it to: “My Site Timer took”

- Again… you MUST DO THIS on all 5 references on lines: 700, 751, 809, 826, and 843.
- Once you are done, save the file and thats it!
See this one, where I just removed it completely…

Reminder: If the developer updates his plugin, you WILL have to do all this again!
Congrats – The SEO Search Terms Tagging 2 Plugin is Footprint Free!







(5 votes, average: 4.80 out of 5)
Nice info Mark, I already change the defaults but good catch on the comments.
BTW how about losing that drop down social bookmarking tool, it’s pretty damned annoying :p
Nice photo. When I was in high school I took home education. Had to learn to sew and cook. Some friends and I put a paper clip into an electrical outlet and it got red hot, like a branding iron. So hot it popped out of the outlet from a spark and landed on the carpet. It then started to burn thru the carpet.
There was a group in the kitchen area doing a lesson, the teacher was with that group – good thing. There was this jock a couple of tables away in the same class and he looks up and says “MMM, that smells good – what’s cooking”. He had no idea it was carpet burning. LOL
We had to hurry and put out the carpet before the teacher found out. Never set off a smoke alarm, but it had a bad stinch, that other guy liked it though.
Memories…..
@Kev – I started toying with removing it yesterday after another reader said the digg button was forming a broken url… your comment was the final vote for it to disappear Kev, TY… poof.
@Sean – Ha-Funny Sean! It reminded me of a dog we used to have when I was a kid. We had a set of lights strung up around our backyard wooden deck. They were party lights I guess is the best way to put it.
Well, the dog bit into them one evening and literally “flew” 5-10 feet backwards, over the side of the deck (It was only 4-5 feet off the ground) Surprisingly, the dog was fine…
M
Mark: Great post ty. Glad the drop down is leaving. it looked fine if it only stayed down for 10 seconds or so. Speaking of lights and current. Do not under estimate the power of those ac fences you see that keep the cows in. well you touch them and nothing happens for about 3 seconds. Well you put a bunch of freshman guys at a keg party and they are near one of those fences when then need to relieve themselves. the jolt sent one young man back about 8 feet and his future children (if he is able) will most likely glow in the dark
ENJOY THE DAY
Dave
I went through and modified the five instances of the “took time” comment in the e “searchterms-tagging2.php”. I completely deleted the line of code.
The comment is still there when I reveal the code.
Iv’e offend wondered how you went about this.
What about other types of code comments Mark
Like // or /* comments in styles
Do these do the same thing?
TY
B
Forgot about this
http://www.unionleader.com/article.aspx?headline=Dover+student+sues+over+heart-stopping+shock&articleId=9b263278-5680-4c7c-aeb7-9662b5f1c633
The teacher offered the kid a soda to schock himself LOL only in New England
Are You Too Set In Your Ways?
Site Categories
Monthly Archive
My Favorite Places
Blogging Sites
Blogroll
Places I Write
Technology Sites
Site Credits
Niche Store Builder is powered by WordPress, using a modified theme originally inspired by Arthemia.
Home | About | Terms & Privacy