HeadSpace 2
HeadSpace is a powerful all-in-one plugin to manage meta-data and handle a wide range of SEO tasks. With it you can tag your posts, create custom titles and descriptions that improve your page ranking, change the theme or run disabled plugins on specific pages, and a whole lot more.
Because the configuration of meta-data can be a complicated and tiresome process HeadSpace provides several shortcuts to reduce your effort:
- Meta-data nesting - data is collected not only from the page itself, but nested parent pages
- Dynamic data extracted - why repeat yourself when you can extract data from the post itself?
- Full GUI interface - data is entered alongside post content, and with a full auto-suggested AJAX interface for tags and keywords
- Mass-editing - now you can edit meta-data for all pages and posts at one go!
HeadSpace is modular in nature and provides a full set of modules that allow you to configure your site exactly as you want and without requiring several conflicting plugins - everything is contained within one consistent interface. These modules include:
- Page-specific modules that can be applied to posts, pages, categories, archives, search pages, 404 pages, and the home page!
- Page titles - SEO optimized titles
- Tags and keywords are auto-suggested using a smart algorithm or via Yahoo and work on both posts and pages (pages can also be set to appear in tag archives)
- Page-specific plugins - have plugins that run only on specific pages!
- Theme-specific plugins - change your site theme on specific pages!
- Description - what appears in search engine listing
- More text - change the 'more text' for each post
- JavaScript & CSS - add JavaScript or CSS files to a post
- No index - configure whether a page is indexed by search engines
- No follow - configure whether links receive a follow/nofollow attribute
- Site name & description
- RSS name & description
- Anything else you want - HeadSpace allows custom meta-data
- Site-wide modules:
- Configure auto-formatting (wpautop), auto-fancy quotes, auto-clickable links, and disable visual editing
- Tracking codes for Google Analytics (new & old code), Crazy Egg, StatCounter, 103bees, Mint, FeedBurner Stats, Yahoo! Site Explorer, HitTail, Google Webmaster, Piwik, and Apture, with the ability to not track registered users
- Google section targeting
- First Time Visitor - display a special message to visitors when they first visit your site (based upon idea by Seth Godin)
- Disable Widgets
- Change PHP memory limit, timeout, and error reporting level
Due to the number of meta-data plugins available for WordPress, HeadSpace will import data from these plugins:
- UTW (Ultimate Tag Warrior)
- SEO Title tags
- All-in-one SEO
- Jerome's Keywords
- Simple Tagging
- lud.icro.us HeadMeta
- HeadMeta description
- More Unique
Now there's no reason not to use it!
HeadSpace is available in the following languages (all included within the plugin):
- English
- French (thanks to Serge)
- Polish (thanks to Jacek Tyc)
- German (thanks to Mario)
- Italian (thanks to Gianni Diurno)
- Bulgarian (thanks to Alexander Dichev)
- Spanish (thanks to Juanpa Manson)
- Russian (thanks to Sergey Ryvkin)
- Danish (thanks to Strang Skov and Georg S. Adamsen)
- Japanese (thanks to Yoichi Kinoshita)
- Brazilian Portuguese (thanks to Vinicius Pinto)
- Dutch (thanks to Matthias Houwelin)
- Indonesian (thanks to Hendry Lee)
- Turkish (thanks to Omer Faruk)
- Belorussian (thanks to Marcis Gasuns)
- Ukrainian (thanks to Kirin)
If you can provide a language translation then please get in contact with the author. A PO file is provided with the plugin to be used in translating with poEdit.
People upgrading from previous versions should be aware that you must reconfigure the plugin. As much of your existing configuration will be retained, and existing custom meta data for posts should be completely safe.
Version History
- 3.6.33 - Add Estonian. Fix various WP 3.0 issues
- 3.6.32 - Support for taxonomy pages Fix #703
- 3.6.31 - Fix #685, #726
- 3.6.30 - Fix #626
- 3.6.29 - Fix #613
Installation
The plugin is simple to install:
- Download headspace2.zip
- Unzip
- Upload
headspace2directory to your/wp-content/pluginsdirectory - the directory must be called headspace2. - Go to the plugin management page and enable the plugin
- Configure the options from the Options/HeadSpace page
- Ensure your theme calls
wp_headinheader.php(most themes do this anyway - seewp-content/themes/default/header.phpas an example)
You can find full details of installing a plugin on the plugin installation page. Note that, depending on your site configuration, you may need to increase the amount of available memory to 32MB. Details of doing this can be found here.
Concepts
It is useful to understand the process involved in generating meta-data for a WordPress page. HeadSpace allows meta-data to be both nested and dynamically generated from the page itself.
Nesting
This is a fairly simple concept, but one that requires explanation. When a page is to be displayed, HeadSpace looks at the page type and retrieves meta-data from all available sources. For example, when displaying a post, HeadSpace will first look at the post's meta-data, then it will look at meta-data set for all posts, then it will look at global meta-data. When displaying a category page, HeadSpace will look first at the category meta-data, then at global meta-data.
The reason for this nesting is that you can configure HeadSpace as little as possible, but get the maximum effect. For example, adding a tag of 'scuba' to the global 'tag' settings will mean that every page will have the 'scuba' tag set, in addition to whatever specific meta-data the page may contain.
Note that nesting can be disabled.
Dynamically generated meta-data
Dynamic meta-data is simply meta-data that is taken from the post being displayed. In practical terms this means you can insert special tags into HeadSpace meta-data that are replaced when a post is to be displayed. These tags are:
| Tag | Inserts |
|---|---|
%%date%% | Date of the current post/page |
%%title%% | Title of the current post/page |
%%sitename%% | The site's name |
%%excerpt%% | Excerpt of the current post/page (auto-generated if necessary) |
%%excerpt_only%% | Excerpt of the current post/page (not auto-generated) |
%%modified%% | Modified date of the current post/page |
%%id%% | Post/page ID |
%%userid%% | Post/page author's ID |
%%name%% | Post/page author's name |
%%category%% | List of categories the post/page belongs to |
%%category_description%% | Category description |
%%searchphrase%% | Search phrase |
%%currentdate%% | Current date |
%%currenttime%% | Current time |
%%page%% | Current page and total pages (i.e. page 1 of 3) |
Configuration
HeadSpace has site modules and page modules. Site modules affect the site as a whole, while page modules affect individual pages. Both are configured from the Options/HeadSpace/Modules page of the administration section. Page modules appear as:
Modules can be dragged and dropped into the appropriate areas. Modules in the 'simple' area will always when editing meta-data. Modules in the 'advanced' area will only appear when a link is pressed.
Site modules appear as:
Note that some modules have an edit button allowing further configuration. Disabled modules do not run and use no resources.
Page Settings
Configuration of page settings takes place from the HeadSpace administration page:
Clicking any of the sections will allow the meta-data to be configured:
The exact details and the order in which they appear is determined by your page modules. Note that advanced modules are hidden behind an 'advanced' link that, when clicked, will expand to show the advanced modules.
Post & Page Settings
The plugin adds an extra section to the post and page editing screen:
Like for page settings the exact details and order is determined by your page modules. The settings defined here always take precedence over settings defined elsewhere.
Category Settings
You can also configure HeadSpace settings when editing a category from the Category Management page.
Category settings are applied when viewing a category page, and will inherit settings from the general category settings, as well as the global settings.
Mass-Editing
HeadSpace provides a mass-editing interface which allows you to change meta-data across all posts and pages. The interface is found in the Manage/Meta-data administration page:
You can select the type of meta-data from the drop-down menu.
Tags or keywords
If the tag module is enabled then HeadSpace will automatically suggest tags for posts based upon previous tags. A smart-matching algorithm is used so that matches will be made when words have the same root. For example, if you previously defined the tag 'elevate' then the smart-matching algorithm will detect 'elevator', 'elevated', 'elevating', and 'elevates'.
Tags are added with a special interface:
You can either manually enter tags in the input box, or you can click on a tag to have it added. Tags can be suggested using a smart HeadSpace algorithm, or you can enable a Yahoo option to have Yahoo suggest tags.
Why are no tags being suggested?
This is a popular question and has a simple answer: because you have no existing tags. The auto-suggest tag feature is designed such that it learns from your behaviour and suggests tags based upon what tags you gave to previous posts. As such, if you have not tagged any previous posts then HeadSpace will not be able to make any suggestions. Likewise, if your previous tags do not match anything in a new post, HeadSpace will not be able to make any suggestions.
Why is my title not changing or displaying other text?
You need to make sure your theme calls the wp_title function. Any text either side of this function will always appear in your title regardless of what you tell HeadSpace to use.
<title><?php wp_title (); ?></title>
Further Reading
If you need further information then these are good guides and introductions to HeadSpace:
- Scott Frangos over at WebHelperMagazine.com has written a detailed walkthrough (part 1 and part 2) for using HeadSpace
- Zain Bodor of Knowledge Constructs has written a fight-based knockout and a HeadSpace guide.
- Joost de Valk has a very good WordPress SEO article, which includes details about using HeadSpace.
- NoFollow guide.
- Andrew Kolyvas has created a HeadSpace Guide and some SEO Tips that detail HeadSpace.
Support
Please direct all support questions to the HeadSpace support forum. Any support questions left on this page may not be answered.
Bugs & New Features
| Date | Current outstanding bugs | Status |
|---|---|---|
| 29 Jun 2010 | Keywords for tags feature not working since upgrade | |
| 01 Jul 2010 | title, description & tags feature not working since upgrade | |
| 10 Jul 2010 | New inline tags and filter for expanding tags | |
| 12 Jul 2010 | Error in blog archives for custom taxonomies | |
| 15 Jul 2010 | Breaks shortcodes in other plugins | |
| 16 Jul 2010 | Categories Meta Data | |
| 20 Jul 2010 | very important issue | |
| 22 Jul 2010 | tags not saving | |
| 23 Jul 2010 | Garbage on bottom of some Themes: } catch(err) {} |
A full list of all bugs can be found in the HeadSpace issue tracker.
| Date | Current requested features |
|---|---|
| 09 Mar 2009 | Update FeedBurner module |
| 11 Mar 2009 | Support for <link rel="canonical" > |
| 18 May 2009 | Windows Live |
| 24 May 2009 | Subpage of home manipulation |
| 01 Jul 2009 | titles / meta descriptions for tags |
| 22 Jul 2009 | WPML |
| 03 Sep 2009 | Irrelevant Headspace meta tags added to BuddyPress Member Secondary Pages |
| 11 Sep 2009 | New tags for total posts cound and site description |
| 29 Sep 2009 | XML SItemaps |
| 26 Oct 2009 | Custom css javascript in head |
A full list of all requested features can be found in the HeadSpace feature tracker.
Need help? Found a bug?
Comments are disabled on this page. You can find more help by following one of these links:
- FAQ - please consult the HeadSpace FAQ first
- Bugs - all bugs should be reported in the HeadSpace issue tracker.
- New features - these should be requested in the HeadSpace feature tracker.
- Support - can be found in the HeadSpace support forum.
Please provide as much information as possible. Screenshots help tremendously.







Comments (page 5 of 14)
Dec 10, 2007 5:53 am |
John: Thanks...I sent the code to your e-mail. And turning on the errors didn't appear to have any codes appear on the page. Thanks in advance for any wisdom.
Dec 12, 2007 2:12 pm |
Sorry to clog up the comments with nothing but praise, but after using the More Text option, which I hadn't paid attention to before, I gotta say: HEADSPACE2 IS FRIGHTENINGLY GREAT!
Well, since I'm here, I can manage a question: How efficient is HeadSpace2, as far as using server resources through WP? I've been having trouble lately with my server bogging down and even crashing, and the sysadmins keep pointing a finger at WP with no specifics. I've been trying to eliminate things one by one, and I do use quite a number of plugins...
Dec 12, 2007 3:18 pm |
tbronson: I haven't noticed any bogging down due to Headspace2. In fact, it seems fairly slickish in terms of speed. I had issues like that as well in the past. I would advise googling up wp-super-cache. It's been excellent as far as beating back issues like that for me.
Dec 13, 2007 5:26 am |
Hi
I have some issues with faq-tastic and headspace2 plugins, when I try to use them, I get this:
"Cannot load headspace.php." or "Cannot load faq-tastic.php."
For headspace2: I have access to the 'Page Settings', but each time when i click on the 'Modules', 'Options' and 'Import' pages the message "Cannot load headspace.php" appears.
For FAQ-Tastic: I have access to the 'Pending', but each time when i click on the 'Questions & Groups', 'Options' and 'Help' pages the message "Cannot load faq-tastic.php" appears.
i've installed wordpress 2.3, and i've followed your instruction to install headspace2 and FAQ-Tastic, so i don't what i could have missed...
Dec 13, 2007 10:33 am |
John: Bingo. Got it. My php_value memory_limit was at 16M in my .htaccess, which is interesting because that means it was overridden in my old environment because as I mentioned, it worked fine there. Upped it to 32M and all is well.
Dec 13, 2007 11:49 am |
Hey just got the new update - thanks for all the hard work! This update conflicts with the TinyMCE plugin, totally disabling it. Any clue why? I'm running the most recent version of Wordpress 2.3.1
Dec 14, 2007 10:22 am |
I have the same problem as oldguy.
When i activate the plugin i get this error:
Fatal error: Call to a member function on a non-object in /.../wp-includes/functions.php on line 1663and this is at aorung line 1663 in functions.php
function get_query_var($var) {
global $wp_query;
return $wp_query->get($var);
}
Can you give me a hint what causes this problem?
thx and greets
Dec 15, 2007 10:46 am |
Hi John,
Headspace is really extraordinary - here's an update to include in next version:
Google has released an update to analytics, new source code to be included. I tried to paste that full code into headspace, but headspace strips the whole new code.
Maybe look at updating to the new code, or make it an option to use either new or old.
Google article on this: https://www.google.com/analytics/home/?et=reset&hl=
New code:
Dec 17, 2007 9:56 pm |
tbronson, I've tried to make HeadSpace efficient, and spent a lot of time making sure that only the enabled modules are actually loaded. On top of this it requires very little access to your database, and has no heavy-duty processing. WordPress has somewhat of a reputation for bringing a host to it's knees when heavily loaded, and as Widgett suggests, you should take a look at wp-super-cache to really boost performance.
Hamzary, the problem must be something specific with your host, or with another plugin you have installed. HeadSpace and FAQ-Tastic work together without any special modification and I can't reproduce the effect you have described. Try disabling all other plugins and seeing what happens. Also, make sure that you have installed the plugins in the correct directories. For example, both plugins must be in a subdirectory inside plugins and not directly in plugins itself. That is, you must have wp-content/plugins/headspace/headspace.php and not wp-content/plugins/headspace.php
Jeromy, are you sure it is HeadSpace disabling TinyMCE? I'm not seeing any conflict, and there's nothing in the code that would be able to disable it. What modules do you have enabled? Have you have any additional javascript?
Centennials, without any more details there's nothing I can say. What version of WordPress are you using? What version of PHP?
Kjell, thanks for the info! For now you'll have to use the old style code and I'll include the new style soon.
Widgett, that's great! I'll make a mention in the docs that you need more than 16MB of memory
Rob, sorry to take so long to get back to you but I cannot reproduce the error you described. To be honest, I can't get Popularity Contest to work without hacking it anyway. The error would seem to suggest that something in the Popularity plugin is not loading correctly to record a page view.
Dec 21, 2007 12:40 am |
Yep, I'm positive. Disabling Headspace allows tinyMCE to work, enabling completely removes the WYSIWYG editor from posts - I've gone all the way back to 3.3.8 with the same effect.
Dec 21, 2007 2:24 pm |
Ok, so I've tooled around some more, removing stuff and I can't get around it. I moved back to the newest version, uninstalled (and deleted) the TinyMCE Advanced plugin. I'm on Firefox on Mac OSX. I have firebug installed and i can send you the error I get when trying to edit a page.
Dec 22, 2007 5:17 pm |
Anyone got a hint as to why I'm gettin a XXX after the no-index no-follow tags?
When I saw it on a development site which I didn't want indexed I thought "cool, I'll not forget to remove when we go live".
Now when it happens on a site to remain hidden as far as possible it's not that cool... messes up design and looks awkward.
Guess I'll find and remove in code, but still wondering if it was intentionally made so.
Dec 28, 2007 11:24 am |
So far, so great. The only real problem I've come across is an apparent bug when editing the title on "Archive" pages. If you put anything other than only %%date%%, the it gets stripped. Since I've stripped the site name from the title in the header template, I can only get a date in the title for archive pages.
It seems you may have the same problem, except that you use site title.
http://urbangiraffe.com/2007/08/
Title here says "August 2007 | Urban Giraffe", but in an earlier comment, someone indicated that this had said "August 2007 Archives | Urban Giraffe"
Thanks.
Dec 30, 2007 11:26 pm |
Jeromy, yes, please send me a screenshot of the FireBug errors, as well as an HTML dump of an edit page.
Kjell and .45, fixed
Dec 31, 2007 3:56 am |
Thanks so much! Was also just curious how difficult it would be to swap post titles with custom in RSS feeds (for cases where "excerpts" or "more text" are used).
Dec 31, 2007 4:04 am |
Actually, sorry I hadn't checked before prior post, but had to reinsert archive pages. Now the opposite is happening. It's keeping the added text and stripping %%date%%.
Dec 31, 2007 9:38 pm |
My bad. "Archives" works perfect now. Thanks again!
Dec 31, 2007 9:42 pm |
Unfortunately, it got worse - all my meta data has disappeared from every page. I ended up uninstalling the plugin for now and switched to All in One SEO (yours is better by the way) - not sure what in the world happened - does the meta data get stored in the database??
Jan 2, 2008 1:27 am |
Jeromy, yes all the data is stored in the database. I've not seen an instance where HeadSpace deletes data, so it would be useful if you could send me any more information so that I can look into it and see what the issue is and whether HeadSpace has caused it
Jan 2, 2008 4:07 pm |
Hi, just tried out Headspace 2, latest version, and I ended up finding a problem with using the More module that takes the site down, although the admin pages still work. Oddly, it also causes HS2's dropdown display for dynamic metadata (Headspace Settings) to not open up - that was the first hint that there was a problem.
It's totally reproducible- drag the More text module to the Page modules, save, and boom, you're down. Drag it to the Disabled section, save and boom, everything works again.
I'm using the latest Wordpress 2.3.2 and the Molded theme from freewpthemes.net, with no other plugins activated. I'm on my own VPS with 32 meg of PHP memory and no other sites running. Since the site's not finished yet, if you want, I can give you a temporary admin login for the WP site via email and you can check it out for yourself.
Jan 2, 2008 9:14 pm |
I've not seen the same effect with the more module, and it's in use here and on several other live websites. This leads me to suspect something particular in your environment. A temporary login would be useful to check any errors
Jan 3, 2008 8:56 pm |
Hi there
We just installed your plugin, but now when writing a post and clicking on "Suggest tags based on post" nothing happens! We Ajax -icon shows for a second ad then nothing is shown. We are running WordPress 2.3.2.
Also, how can we get ecto to work woth your plugin?
TIA
Jan 5, 2008 10:43 am |
Hi John, re the More module problem, I've sent the temporary login to you via email, and put "Headspace 2 - More Module Problem" in the subject line. Please check it out as soon as you can? I have a dev working on some custom plugins and he will be starting again tomorrow evening.
Thanks!
David
Jan 5, 2008 6:24 pm |
Hey man, I'm running Headspace on a different site now (after it imploded on another one of my sites). Anyway, no major problems so far, but I can't to page-specific themes - I want all my blog posts to have a totally different theme - is this only possible for pages and not posts? I'm running WP 2.3.2 and 3.3.20 of headspace
Jan 5, 2008 9:01 pm |
Nitai, I've added a section to this page: 'why are no tags being suggested'. To answer your question about Ecto there is nothing you need to do in WP 2.3 - Ecto is fully supported by default. If you have an earlier version of WP then see the section about Ecto on this page.
Jeromy, it should work on posts or pages.
Jan 5, 2008 11:02 pm |
Hmm, yeah - it's not working - ever seen this before? I'm running a pretty normal setup. i have wp-cache, but I cleared it thinking that might be the problem, but no go. Anyone else ever seen it?
Jan 5, 2008 11:08 pm |
Here's the output I'm getting in debug mode:
HeadSpace Debug
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /mnt/Target01/340035/346509/www.SITEHIDDEN.com/web/content/wp-content/plugins/headspace2/models/headspace.php:308) in /mnt/Target01/340035/346509/www.SITEHIDDEN.com/web/content/wp-content/plugins/wordpress-automatic-upgrade/wordpress-automatic-upgrade.php on line 83
Jan 6, 2008 8:15 am |
Hi John,
Thank you for your comment on "why are not tags being shown". Point is that all my posts have tags. When I write a new post there are words in there like "Oracle", or alike, then tags are still not shown.
Is there anything else to do, like flush the database or alike?
Thank you.
Jan 7, 2008 4:26 pm |
Could you provide a "hack" so I could get meta description tag - but avoiding using wp_head() ?
Thank you for this plugin.
Regards
Maciek
Jan 7, 2008 7:43 pm |
I ventured into going xhtml strict and the only error I can't pin down seems to be coming from headspace, since it disappears when deactivated. This is the code that's faulting for a deprecated "language" attribute:
<script language="JavaScript" type="text/javascript">
<!--
if (top.location != location)
top.location.href = document.location.href ;
//-->
</script>
I tried to find where this is generated, but no luck.
Jan 8, 2008 4:14 am |
Hi John,
Might this be something to include as a default site module option:
http://www.projecthoneypot.org/how_to_avoid_spambots_5.php
I just found those guys, after researching a bit when a friend of mine started linking to another not so good antispam solution. They seem to have a good approach (ie not flooding spammer databases, but rather tracking them), I think I'll be supporting them on current and future sites.
I'll put it in as raw for now.
Jan 9, 2008 6:02 pm |
Hi there
We have a major problem with your latest 3.3.22 release. As soon as we activate the plugin all paragraphs on all posts are gone, meaning that posts that use to be like;
"This is a sentenceand so on..." will be like;
"This is a sentenceand so on..."
We have two blogs and they both show the same behaviour.
Jan 10, 2008 12:23 am |
Nitai, you don't need to do anything else to get tags working - it is automatic. If you can give me a temporary login to your site I can have a look at what's happening with the tags and see why they are not appearing. Regarding your missing paragraphs this is most likely caused because you have disabled automatic formatting using the 'wordpress content formatting' site module. HeadSpace does not change paragraphing unless this module is enabled.
Maciek, you can use this:
<?php echo MetaData::get_description (); ?>To display the description without needing wp_head
.45, fixed.
Jan 10, 2008 12:36 am |
Jeromy, that debug would seem to suggest that none of your pages have a theme assigned to them. When you go back and edit a page, is the theme still there?
Jan 10, 2008 1:41 am |
Great plugin. Lot's of functionality. However - maybe I've got this wrong, but I added %%category%% to the global keyword field, assuming if Headspace found a category it build create a keyword meta tag. But, no keyword meta tag is being created for any of my posts. I tested one with tags, and that created a keyword meta tag, but if no tags are in the post, nothing gets created. Title and meta description seem to be OK. I tried this on two blogs with the latest Headspace, and got the same result for both. Is there something I'm missing here - perhaps a step I've missed?
Jan 10, 2008 2:21 am |
Turning off the "Wordpress content formatting" did the trick. Thank you.
Jan 10, 2008 9:09 pm |
Wally you're right, and I've fixed this in the latest release. There's also some updates for the auto-suggest based on debugging with Nitai
Jan 10, 2008 11:42 pm |
It has a problem with secure mail plugin
http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/
When the headspace2 plugin is turn on, it will sent duplicate mail when the form is been sent.
Jan 11, 2008 3:01 am |
Another issue I ran into. When I display my blog I see the following string at the bottom of the page: c0e0b7080b94f208328b48cbea738d86. It's actually between the /body and /html tags. When I turn off Headspace, the characters go away.
Thanks,
Wally
Jan 11, 2008 3:07 am |
Wally, what modules are you using? Is this on every page or just some pages?
Jan 11, 2008 4:39 am |
Is it possible to extend the character limit of the description meta? It appears to truncate at @100 chars, but I'm reading that most search engines will display to 200.
Jan 11, 2008 1:55 pm |
"Wally, what modules are you using? Is this on every page or just some pages?"
I assume you are referring to Headspace modules, and not WP in general.
Aha! I see I have 103bees checked and the edit form for 103bees contains the same string. So, I guess I don't just put in their API key but maybe some JS?
Jan 11, 2008 8:09 pm |
Wally, you need to put in the full code from the 103bees website - JavaScript included.
.45, you can extend the limit by configuring the description module
Jan 12, 2008 5:12 am |
Thanks!
Jan 12, 2008 4:55 pm |
Thanks John.
Suggestion - maybe the text "Enter the full tracking code as shown on your 103bees account page." should actually read "Enter the full tracking JAVASCRIPT code as shown on your 103bees account page." I read "code" here as being "API code". (It's probably just me
)
Again, thanks.
Jan 12, 2008 10:29 pm |
Hi John,
Thans for a great plugin!
I have some may be very basic questions though. Could have been answered already in this long sting of comments or just my misinterpretation but please bear with me.
1. Javascript: Is this for placing a specific js function for a specific page hence not needing that code to be placed in the header? If so, do I put in the url of that script?
2. Importing: I see that you have import function of other plugins. Can I delete a specific plugin after I import it? BTW, I'm refering to All in One SEO for this instance.
3. Page-specific plugings: Does this mean I can disable that specific plugin in the plugin admin if I specify it for a specific page? And also, for some reason 'Extended Live Archives' is not showing up in the pulldown list. Have I done something wrong?
Thank you for your help in advance.
Cheers.
Jan 15, 2008 1:30 pm |
Thanks for a great plugin. It's an excellent tool. I needed eight plugins (All in One SEO, Simple Tags, Google Analytics, Excerpts, What Would Seth Godin Do, No Index, Filosofo Google Ad Sectioning, and Tag Suggest Thing) just to accomplish what HeadSpace does.
Jan 15, 2008 2:03 pm |
John, could you incorporate such a change to wp_head handling in future releases:
below the line containing: add_action('wp_head');
insert: add_action('headspace_wp_head','wp_head');
This will allow me to benefit from headspace's page descriptions and other features without calling wp_head().
I would call do_action('headspace_wp_head') instead.
Regards,
Maciek
Jan 15, 2008 10:26 pm |
Sorry John. My bad. It was clearly written in the instructions.
But I do have one problem. Extended Live Archives does not seem to work when the plugin is activated on a specific page.
Jan 16, 2008 1:57 am |
Maciek & Wally, done.
Yoichi, some plugins are not compatible with the page-specific plugins feature of HeadSpace due to the way that WordPress or the plugin works.
Eric, I'm not seeing that effect. Does disabling HeadSpace modules have any effect?
Jan 16, 2008 3:06 am |
Understood and thanks John for your prompt response.
Jan 16, 2008 8:23 am |
Hi John,
Thanks for a change, but it will be working only when 'wp_head' is provided as a 2nd parameter to add_action:
$this->add_action ('headspace_wp_head','wp_head'); // For custom themes
Jan 16, 2008 1:38 pm |
I've just read your comments about configuring the description module:
I tried that but when I press save it gives me a 'page error', the thickbox-screen stays without any options enabled and I only can get on with configuring when I refresh the page. Afterwards i've noticed that the maximum lenght of 100 was not changed to 200 (which I wanted) but to 0. Now not showing ANY meta-description at all.
Tried de-installing the plug-in and then reinstalled it, but the maximum length was permanently changed to 0 instead of 100. So i've got two questions:
1) Is it possible to overcome the page-error and maybe manually fiddle around with the *.php's to change the length? (which ones would i need to alter?)
2) if the first isn't possible: is it possible to delete al files related to headspace and than reinstall the plugin, which would mean that i would have the 100characters for page-description instead of 0.
Hope for a quick answer,
Bobby
PS. I've got the latest update for the headspace-plugin
Jan 16, 2008 10:18 pm |
Maciek, yes, sorry! Redownload the current version.
Bobby, what error are you getting? There is a 'Delete headspace' function on the options page which will delete all settings stored in the database. If you run this and then reactivate the plugin the description length should be reset.
Jan 17, 2008 4:43 am |
Hey,
Thanks for the quickie!
Yesterday i tried the function 'delete headspace' numerous times. It just didn't word, then also tried it the delete button with a total removal and reinstallation: which, at that point in time, didn't work as well.
Just tried it a few moments ago: done, it's working!!
So thanks for the help!
Cheers, Bobby
Jan 18, 2008 5:02 am |
Hi,
I tried to changed the order of the keywords tag. Now they are in alfabetical order. I changed that in the options menu (I put off the option to order alfabetically), but they still appear in alfabetical order. How can I change that?
Tnx
Jan 19, 2008 1:41 am |
Hi, When I installed this plugin, it stripped all the tags from my posts. When I de-activated it, my posts appeared fine. Has this happened to anyone else, or is this plugin conflicting with another one?
Jan 19, 2008 1:16 pm |
As of update before last, it seems that Headspace no longer re-writes my homepage title. I don't know why, but it has gone back to the blog name. All the posts and pages are successfully re-written - just not the main page.
Jan 19, 2008 2:10 pm |
Hi John,
Just wanted to say thanks for your help troubleshooting a while back. I finally got my site replicated on a test server at my home and I don't have any problems with your plugin. Therefore, I've determined it's a problem with my host's setup and not your plugin. I'm not sure what the difference could be but I'll check it out later.
Thanks for all the support you give. It's really appreciated
Jan 20, 2008 3:41 am |
I have the section targeting module turned on, but looking at my source I only see them in post pages and not in index pages. Is that correct? Is there an option that will turn it on for index/category/archive pages?
Jan 20, 2008 4:06 am |
@Jessica
Turn off "Wordpress content formatting". Happened to me too:-)
Jan 21, 2008 11:52 am |
Question (and/or new request). It appears to me that the JS code entered into the 103Bees form is just copied - as is - into the footer. Not a problem. Does that mean I could input my HitTail JS code code into the same box (without issues currently or in the future)? Since HitTail and 103Bees seem to work so well hand-in-hand, would it be prudent to add another form for HitTail (or perhaps Misc. other scripts)?
Jan 21, 2008 11:24 pm |
If you have already answered this question, let me apologize. I searched the comments and couldn't find anything.
I have two WordPress installs, both WP v2.3.1:
http://www.delmarvadealings.com (Delmarva Dealings)
http://campaignedge.delmarvadealings.com (Campaign Edge)
Installed Headspace2 on both. Appears to work fine on Campaign Edge, but none of the Page Settings will open up on Delmarva Dealings. If I try to open up a module on Delmarva Dealings the edit window pops up and just spins.
Any suggestions?
Jan 22, 2008 12:00 am |
Once I choose tags for all my posts how do I get them to show up somewhere? Like can you have them show up under a post or in the sidebar in a tag cloud like you have. Where is the info on how to do that?
Jan 23, 2008 4:29 pm |
Would it be possible to add the Yahoo tag suggestions to the mass-editing function? So that when the little refresh icon is clicked it would add the Yahoo suggestions? Perhaps separate them from the others using a special character?
Jan 23, 2008 4:32 pm |
Continuing my last question - is there a quick and dirty work-around to make the Yahoo suggestion work for the mass-edit? Something I can do temporarily?
By the way, Headspace rocks!
Jan 24, 2008 1:01 am |
Jessica, you probably have disabled auto-formatting with the content formatting module.
Wally, the Google Adwrap module should work for anything that uses the WordPress functions to display content. This should include index pages, but that depends on how your theme is setup. The 103bees module does currently just copy the JavaScript, although this may change in the future (for example, the Google Analytics module has a lot more intelligence to it). I've added a module for HitTail. Changing the mass-tag mode to use Yahoo is not a quick edit so I'll have to include that in a future version.
Joni, how tags are shown is dependant on your theme. If your theme supports widgets then you can use a tag cloud widget.
Jan 24, 2008 6:26 pm |
@John - Is the HitTail option in the latest version? I'll download it and see I guess
Regarding my other question about the section targeting, is the code looking for "the_content" or "the_excerpt"?
Jan 24, 2008 6:34 pm |
Hi John.. Thanks for the wonderful plugin.
I couldn't get the custom html titles to work on my blog(I use k2). I guess k2 does things differently as they seem to work fine when i switch to other themes. Is there a way I can implement this in K2 by changing any code in the header.php?
thanks in advance
Jan 24, 2008 6:53 pm |
@John, another issue. This is a new blog. I use the Connections/Adsense theme. I created a new 103Bees project for it, copied the JS to the 103Bees form in Headspace, Clicked it 'on'. When I view the source for a page or post, I do not see the 103Bees code anywhere. What could I have done wrong? Is it supposed to be copied into Footer.php? Header.php? Is there something else I need to look at?
Jan 27, 2008 6:24 pm |
This is so strange; My HeadSpace plugin disappeared!
I installed it and activated it and was using it. Now today when I made a new post the new tag words stuff wasn't there. So I open my plugin page in admin and HeadSpace lwasn't in my plugins list? I checked and the folder, "headspace2" is still in the 'plugins' folder. What could be happening? I checked and I do see 'wp_head' in header.php. Can someone help me find out what is going on?
Jan 28, 2008 8:30 am |
I recommend disabling meta description trimming. By default it's 100 chars long. It's too short for many purposes.
Jan 29, 2008 9:16 am |
Nice plugin, but either doesn't support 2.3.2, or has conflicts with my other plugins.
On top of every page I get the text "herehere" and if I try to use the Disable WordPress Widgets module, I get fatal errors due to undefined function wp_register_sidebar_widget..
Jan 30, 2008 10:00 pm |
HeadSpace fully supports WP 2.3.2 (this site uses it, along with the disable widgets module). No where in the plugin does it output 'herehere', so this may possibly be something you've entered into one of the HeadSpace meta-data fields. I'm confused as to why your site should output that error message as the wp_register_sidebar_widget function is available in WP 2.3.2. There could possibly be some interaction with other plugins you have installed so if you have the opportunity to locate which plugin may be causing the problem then please do report it at the HeadSpace bug tracker.
Mieszkania Poznan, too short for what purposes? 100 is a good number for most search engines, and if you want more you can configure the description length to suit your requirements
Joni, the only thing to prevent HS from appearing in your plugins list is if the
headspace2/headspace.phpfile got deleted.Wally, the Connections/Adsense theme does not appear to called
wp_footer, so there is no way for HS to insert any data there. Seewp-content/themes/default/footer.phpfor an example. With regards the section targetting, it was only looking for the_content. I've added the_excerpt too.Ravi, I've added your report to the issue tracker
GA Harrison, can you create a bug report and attach the HTML for the non-working page?
Jan 31, 2008 4:00 pm |
Sorry to post this here, but I tried to enroll for the support forum. I did not receive a password, so I tried to post in the feature tracker, and that gave me an error (sorry didn't write it down).
Anyhoo, regarding the_content and the_excerpt for ad setion targetting, could you also add the_excerpt_reloaded please? Also, when you say it's missing wp_footer, does that just have to be added to footer.php?
Jan 31, 2008 9:30 pm |
Wally, yes, put wp_footer in an appropriate place in footer.php - look at the default theme for an example of a good place. I've no record of you attempting to register so I'm not sure why it didnt work - maybe a server blip. The issue tracker is currently a bit unstable (I'm overloading my host far too much!) so you may need to refresh if it throws an error.
Feb 1, 2008 5:59 pm |
I'm having problems using HeadSpace as everything I try gives me the following error:
Method Not Implemented
POST to /wp-content/plugins/headspace2/ajax.php not supported.
Any help much appreciated
Feb 2, 2008 1:04 am |
Does the file /wp-content/plugins/headspace2/ajax.php exist on your server?
Feb 2, 2008 3:44 am |
John, yes, it's here:
wp-content/plugins/headspace2/ajax.php
Everything about the plugin seems to be where it should be after running through the installation docs.
Thanks
Feb 2, 2008 8:25 pm |
It's probably something to do with the mod_security module on your server. See if this wordpress help topic helps.
Feb 3, 2008 4:15 am |
John, I'm afraid I'm not really competent enough to understand most of what's being said in those posts. I'll probably screw things up totally if I delve too deeply.
I think the safest option is to uninstall the plugin.
Thanks for your help.
Feb 3, 2008 3:45 pm |
I'm trying to debug my headspace problem. I'm pretty sure I finally found the problem plugin: Angsuman's Translator Plugin Pro. If you remember awhile back, my headspace installation suddenly stopped working. Having it installed actually disabled the WYSIWYG editor. Anyway, I'm getting this error on debug (before even activating the plugin)
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/theodycc/public_html/abelcreative/wp-content/plugins/headspace2/models/headspace.php:307) in /home/theodycc/public_html/abelcreative/wp-content/plugins/translator/translator.php(15) : eval()'d code on line 1Feb 8, 2008 1:29 pm |
Hello -
Just wanted to update you that I have written a second visual tutorial for HeadSpace2, and added it to the "Series" we are running at WebHelperMagazine.com: http://webhelpermagazine.com/2008/02/seo-tagmaster-tactics-using-headspace-for-wordpress/
Drop by and say hello.
- Scott
Feb 8, 2008 3:56 pm |
Hi John.
Still can't seem to enroll in the forum, so here goes. I have another plugin called Onlywire Autosubmitter. It uses Onlywire's API to submit to a bunch of bookmarking sites. Right now all it submits is the URL and title. I would like to add a description and tags to the API submit. The meta data created by Headspace would be ideal, but I'm not sure how to get to it. Could you tell me: at what point in the posting process is the meta-data being generated? (And, is there a way to determine which plug-in is executing first?) Do you have any hooks I could use to extract meta description and meta keywords? I can modify the Onlywire plug-in without a problem, I just need to learn how to get to your data. Any suggestions are appreciated.
P.S. - Unless, of course, you think it would be cool to add the Onlywire API to Headspace
It's a pretty simple API
Feb 13, 2008 3:32 pm |
Hi, Can someone tell me how I can use the tag in the title tag of the tag page. So my title is: 'tag' >> my website When I use %%tag%%, my title is showing all the tags of my posts which contain that tag. I just want the single tag.
Feb 16, 2008 4:46 pm |
Has anyone ran into this error on the "Manage" "meta-data" page:
Warning: Invalid argument supplied for foreach() in .....plugins/headspace2/view/admin/mass_edit.php on line 17This is a great plugin and it works wonderfully on another WP blog; but getting the error above on another. Any assistance is appreciated.
Thanks!
Mar 5, 2008 6:17 am |
Greg, fixed.
Tine, which tag? The %%tag%% code shows all tags. If you wanted to pick out a particular tag then it would be easier just to put that tag directly into the title
Wally, you can get access to meta data using the MetaData class defined in
headspace_library.php. For example, to get the description for post 5 useMetaData::get_description (5)Jeromy, it seems that the debug output from HeadSpace is causing the translation plugin problems. If any debug is appearing then capture it and disable debug mode. If no debug is appearing then you'll need to disable the translation plugin first.
Mar 5, 2008 10:02 am |
Hi John
I have some url like this: http://www.mysite.com/tag/tagname
I would like to have the tagname in the titletag, but if I use %%tag%% in the title tag, it shows all the tags of the posts that contains that specific tag.
Mar 5, 2008 10:54 am |
Ah, I understand now. That sounds like a bug as %%tag%% should show a single tag. Added to the bug tracker
Mar 7, 2008 5:29 am |
Hi John
Thanks for great plugin.
But if "Page-specific Themes" is appropriated ,error massage has come.
Warning: Cannot modify header information - headers already sent by
(output started at C:\xampp\htdocs\wp\wp-content\plugins\headspace2\models\headspace.php:307)
in C:\xampp\htdocs\wp\wp-includes\pluggable.php on line 390
Pls give me your advice!!!
Mar 9, 2008 6:01 am |
Nasia, disable HeadSpace's debug mode
Mar 27, 2008 9:33 pm |
I noticed a few people had commented on the alphabetical sorting of keywords...is there a way to turn this feature off? It is my understanding that the more important keyword phrases should be first. When they keywords and phrases are alphabetized, then the more important phrases are possibly being placed at the end of your list. Any feedback would be appreciated. Thanks.
Mar 28, 2008 2:03 pm |
Good plugin, but don't run corretly with Wordpress 2.5 RC2, when do you update the plugin??
Mar 29, 2008 7:09 pm |
Does not work well with Wordpress 2.5 that was released today. The interface on the WRITE screen does not load properly. It is missing the customized fields. So I cant write keywords from within the WRITE screen. I have to go back to MANAGE > META DATA and put the keywords in there in order for it to work.
Mar 30, 2008 2:18 pm |
Does not work well with 2.5. I guess you are at work on it as we speak to figure out what they have done differently in 2.5
Mar 31, 2008 11:32 pm |
While I do not have any error messages at the moment to contribute, I just wanted to see how things are going since this is an amazing plugin and with our 2.5 upgrade it's not working
Let us know! We will gladly contribute to the cause when the download it ready and working!!
Apr 1, 2008 4:15 am |
HeadSpace was mostly working with WP 2.5 apart from the tag editing when writing posts. I've fixed this and added a few of the feature requests. It should (fingers crossed) still be backwards compatible to WP 2.0
Mark, meta keywords have little-to-no effect, and the order of keywords have even less effect. WordPress 2.3+ orders them alphabetically
Apr 1, 2008 11:22 am |
Hello,
I have an error on the write screen : "Element.remove is not a function" with the last version.
Don't know if I am the only one ?
Thanks for this plugin.
Fabien.
Apr 1, 2008 11:40 am |
Im still not seeing the Keyword field on the WRITE screen. Should I be with 3.4 ? That's one of the key things that makes this plugin so convenient.
Apr 1, 2008 10:26 pm |
Hi John,
If I remember correctly, in some old version of Headspace2, there was an option to "automatically" add the first 150 words from the post content for the meta-description field. It seems that there is no option to "automatically" generate the meta-description for the latest version (although you still have the option to cut the length of the meta-description characters however =).
Anyway, please, if you can, please, re-add that option again... In the meantime, I will attempt to re-use Head Meta Plugin to automatically generate the meta-description.
Anyhow, Headspace2 is still the best SEO plugin + versatility in my 'humble' opinion =P.
Pings & Trackbacks
internetmarketersbay.com, my.donews.com, my.donews.com, bloggerdesign.com, bloggerdesign.com, anwaelte-in-vulkane-werfen.de, wordpresscn.com, n0tablog.wordpress.com, n0tablog.wordpress.com, toprankblog.com, projects.jesseheap.com, kichus.in, bogdanlebu.wordpress.com, i.rrhoblog.de, wordpress-it.it, tek-works.com, orioa.com, searchenginejournal.com, osxcn.com, osxcn.com, xptt.com, knowledgeconstructs.com, theseoblogger.com, filination.com, wp-plugins-db.org, ka-yue.com, uweselbst.de, knowledgeconstructs.com, ditii.com, orioa.com, zoekmachine-optimalisatie-seo.be, wpplugin.bodait.com, stalkked.com, samdevol.com, blog.ramenos.net, seoblog.hu, carmical.net, blogbroker24-7.com, knowledgeconstructs.com, edblog.net, comeacross.info, doktor-schubert.net, yeeach.com, blog.achille.name, blog.tiracon.com, nixser.com, blog.yepn.net, swtung.org, projects.jesseheap.com, gidibao.net, tipografo.org, blog.dahh.net, bloggerdesign.com, doransky.hu, ganhar-online.com, joostdevalk.nl, dailyseoblog.com, raisedbyturtles.org, stalkked.com, stalkked.com, themey.com, riyogarta.com, blog.dahh.net, webhelpermagazine.com, webhelpermagazine.com, fahdmurtaza.com, koudal.dk, giuseppesurace.com, glennstovall.com, weblife.netsons.org, wordpressmania.it, david.scatigna.it, mistle.atnifty.com, webhelpermagazine.com, webfadds.com, danielerollo.com, mymarketer.net, wp.tekapo.com, ganhar-online.com, tokkel.be, dailyseoblog.com, vinta.ws, aleydasolis.com, aleydasolis.com, hyperlinkguerrilla.com, lb.viks.org, dailyseoblog.com, free-wordpress-plugins.net, muratdikici.com, dailyseoblog.com, flishfun.com, re-design.de, stephanmiller.com, stephanmiller.com, bradtheblogboy.com, vinta.ws, doktor-schubert.de, stephanmiller.com, webhelpermagazine.com, blog.paradiseo.fr, richnicheblogging.com, knowledgeconstructs.com, nathananderson.us, casheep.com, bradtheblogboy.com, blog.dimok.ru, geekissimo.com, drostdesigns.com, marcosiviero.com, seobusiness.ca, blog.achille.name, seosistems.com, seochampion.ru, bl.asphemo.us, mybaoku.cn, blog.seo-on.ru, fahadonline.com, blog.jayare.eu, daniiswara.net, bloggeries.com, bloggeries.com, nemoprincess.it, ganhar-online.com, youssefchaoui.com, seonoobs.org, kalin.sqa.bg, webanet.org.ua, searchenginejournal.com, bufferoverflow.it, velqn.com, toobroketofix.com, francescogavello.it, aqua-ether.co.jp, site.career4us.com, meganmcdermott.com, dlmfisher.com, claudiaregina.com, serial-box.net, hire.mrsmicah.com, roamingsheep.kokage.cc, work4net.it, disavian.no-ip.info, leinky.com, hamppu.net, iwalking.org, blogapro.com, blogoninja.com, redebanner.com.br, dicasdavovo.com, yuina.lovesickly.com, yuina.lovesickly.com, yuina.lovesickly.com, martijnbeijk.nl, pinara.net, webdevlounge.com, promo2.ru, anieto2k.com, realtyrankings.com, pagetrafficblog.com, condomunity.com, ziosteve.com, crenk.com, n4gash.com, bibliotecamallorquina.es, smallseo.ru, geekissimo.com, geekissimo.com, zoomgeek.netsons.org, bodrosaworo.net, gathersuccess.com, wordpress.travolta.us, mulherdesign.com.br, gkaans.org, andreabaccega.com, seogoogletips.com, blog.ebusiness4all.co.uk, bloground.ro, jnbn.org, passivelifeincome.com, word-press.hu, marketingdefined.com, blog.orangesoda.com, theinternetmarketingassistant.com, seopatra.de, unblogged.hansi.es, nbridges.com, clicksharpmarketing.com, thephotographer4you.com, sinzi.org, yuina.lovesickly.com, thoughtofmine.wordpress.com, earnblogger.com, netpond.com, yoast.com, op111.net, moiatblog.com, yoast.com, wopus.org, wordpress-love.com, ahadproject.com, wordpress-blog.nl, marketingdefined.com, sysolution.wordpress.com, webanalytics.org.cn, italianwebdesign.it, thephotographer4you.com, blog.ojacq.com, blogcrafted.com, otroseo.com, sheida.com, op111.net, pasunclou.com, yuina.lovesickly.com, no.ticiero.com, beerandsport.net, davidtan.org, higash.net, seputarinformasiku.wordpress.com, allblogs.de, pingable.org, blaudenker.de, teguhwiratama.wordpress.com, gkaans.org, trafficblognet.com, kevinleary.net, freshtilledsoil.com, web-ideas.de, hell-world.org, wordpress-love.com, kajrietberg.nl, blaudenker.de, seo-portugal.net, gualanland.info, sourcer.org, seorook.com, on.eti.me, graphicsoptimization.com, graphicsoptimization.com, doughblogger.com, blogger-tips.com, sunshine.co.uk, enhance.qd-creative.co.uk, bufferoverflow.it, thomas.stachl.me, 5.5sopo.cn, cubanitoweb.wordpress.com, seosem.ws, jamesmorell.com, wordcastpodcast.com, lindawati.com, blog.arseo.ru, vivsin.com, thedailyprofit.net, beatfly.net, blalang.com, yuina.lovesickly.com, manchesterseo.com, silverpenpub.net, softtype.se, turnipofpower.com, bufferoverflow.it, condomunity.com, sabahdaily.com, maximal-reich.de, wallaby.com.pe, kreativen.com, bloggeries.com, qubenzis.com, syskb.com, macku.net, 4webmasters.nicuilie.eu, en.nicuilie.eu, webyardimi.com, wordpress-blog.nl, bloggerdata.com, es.weblogtoolscollection.com, krivoy.intwayblog.net, gulati.info, gulati.info, arindamchakraborty.com, arindamchakraborty.com, seo-woman.de, geeklife.it, robcubbon.com, blog-affiliate.jp, gathersuccess.com, socialnetworkingnewsdaily.com, uniqueblogdesigns.com, alexander.holbreich.org, billbolmeier.com, secretstowebsuccess.com, seo.22web.net, contextnaya.ru, contentpig.com, zanderchance.com, blog.seointelligence.com, wordpress.blogos.dk, weblogtoolscollection.com, mrlittlebig.com, guidesigner.com, sheida.com, op111.net, wordpresspluginsdatabase.com, rismaka.wordpress.com, rismaka.net, technospot.net, hiranthi.illutic.nl, ubnetworks.net, pross.org.uk, developdaly.com, developdaly.com, bilanbs.com, expertlistbuilding.com, blog.reelworldin.com, subtlelogic.co.uk, iwordpress.com.cn, webmarketingmogul.com, dewpointproductions.com, garmahis.com, mashablez.wordpress.com, totallypaying.com, ejannat.com, affiliatemp.com, tutayuda.com, nicolasprudhon.com, devnewz.com, internet-homebusinesses.com, shopwp.com, theonlineinc.com, mashable.com, chrisabraham.com, webloger.ru, hifiwang.net, cheslow.com, firstrank.wordpress.com, sendegel.org, zhengyong.net, watele.com, watele.com, zaferbilgi.com, alibuybuy.com, logtee.cn, wpuse.cn, silentstreet.net, mywordpress.com, inseoblog.com, rootdevilz.com, jasonyoung.org, wp.org.cn, forcto.com, yoast.com, maxyudin.wordpress.com, inseoblog.com, vanettenstudios.com, hungred.com, seo.wen1xia.com, webmasters-blog.com, wicked-pr.com, duechiacchiere.it, yuina.lovesickly.com, drostdesigns.com, op111.net, pastorrico.com.br, anywhere.ro, bizimcountry.com, s-peace.com, tripwiremagazine.com, cakipin.web.id, justskins.com, shefeekj.com, chrisfrost.tv, zeric.net, gamblingseoconsultant.com, riku.me, txdaily.co.za, veryweblog.com, get-a-blog.com, blogtr.tk, seofury.com, geeks2null.de, valancius.com, houseyourmom.com, bloodhoundrealty.com, dailyseoblog.com, iwanna.cn, quicktips.ie, seoautomatic.com, freshblog.in.ua, memento-vivi.com, nicaragua.ysublog.com, seoibiza.com, yuanjinhui.com, wpinformer.com, houseyourmom.com, probloggingservices.com, techjump.org, shey2n.ueuo.com, tripwiremagazine.com, blog.website-freelance.com, yuqiworld.co.cc, cubernate.de, yuina.lovesickly.com, dev4press.com, yuina.lovesickly.com, designedforseo.com, rajawaqar.com, stalkked.com, nicolasprudhon.com, cinnsational.com, internetbusiness-1.com, assertica.co.uk, crisiboy.com, internetbusinessmart.com, leveragedinternetmarketing.com, webtechglobal.co.uk, 125.17.173.9, harbimi.net, cypresseducation.org, yuminqing.cn, bloggingtips.com, zemalf.com, szablonydarmowe.pl, trrczx.com, andybeard.eu, blog.webdistortion.com, feedtheguru.com, attackr.com, muiomuio.net, lascatoladipandora.wordpress.com, goyangartis.wordpress.com, justinparks.com, tecnologias.in, paintedrockcommunications.com, p2psin.it, crazylemon.net, linksareblue.com, imeyu.com, bingturkiye.com, convert2media.com, bilgimekani.net, antonioriveras.com, francescogavello.it, blogidc.net, cenaynailor.com, niuie.net, xiushen.net, cash-cow.it, space79.com, dkai.cn, yuina.lovesickly.com, thomas-rosenstand.dk, rapid-dev.net, franklinbishop.net, magnifydigital.wordpress.com, webpage-designer.net, yuanbloger.com, devhideout.com, design-tutplus.com, googlestooges.com, newsroom.mediaanalys.se, stepforth.com, seomanatee.com, xdreams.ch, geraelindsey.com, ericstownsend.com, secretstowebsuccess.com, calco.se, 010wu.cn, kaosklub.com, design.twmarketamerica.com, itzkumar.wordpress.com, jeff-chen.com, baybedava.wordpress.com, mellowish.com, technolik.com, cajammed.com, moneyza.com, wulliebull2.com, amenext.com, jerrytravis.com, farmlanebooks.co.uk, nonsoloseo.com, blueprintds.com, greyblogs.com, earningblogger.com, leewillis.co.uk, blog.gotaogold.com, seomaven.org, shdding.com, goldenblogging.com, rooteto.com, probort.net, bashbosh.com, seomaven.org, wpmash.com, razvangirmacea.com, macku.net, brunodesouza.com, aruha.org, blog.25db.com, wordpressseo.cn, dishahosting.com, xijinping.ihost.tw, sibintang.com, e-tail.be, purplehazard.com, blogs.uugrn.org, dobradycha.pl, seokilavuz.com, omeremreaslan.com, chukhil.co.cc, arifindomedia.com, leewillis.co.uk, teratips.com, techlistic.com, how2mono.com, dev.stepforth.com, lunarlog.com, 100fw.net, cezzy.pl, magnusfahlstrom.se, sitesketch101.com, wpjedi.com, seowithfries.com, langdradig.nl, tienda.todaslasplantillas.com, smartcomputingblog.com, faydaliweb.com, cenaynailor.com, ferdianar.com, dixnuits.com, webtrainingwheels.com, conversionscientist.com, danielkeppler.de, idotcommunications.com, pimp.devwebpro.com, absolutemg.com, webexpedition18.com, freefringes.com, bloggingfornoobs.com, mandarine.wordpress.com, beckyswritingblog.wordpress.com, softwaresweden.com, wp.org.cn, tomaltman.com, technoezine.com, craiglingard.com, phpknight.com, mattsblog.info, andybeard.eu,
Need help? Found a bug?
Comments are disabled on this page. You can find more help by following one of these links:
Please provide as much information as possible. Screenshots help tremendously.