Recent comments
This is a featured content block that has been configured to show blog nodes with terms SEO or Drupal SEO by the author kristen. It shows random list of 20 results in the block and 30 results on the more page.
- Basic SEO Top 10
- BADCamp Drupal SEO Presentation 2009
- 503 HTTP Status Code when Site Down
- Drupal Nofollow Link Sculpting
- Free SEO Tools
- Make Drupal SEO Friendly
- Drupal Pathauto URL Aliases Settings
- Drupal Node Teaser SEO
- Drupal SEO Modules
- Drupal SEO Reviews
- Drupal Meta Tags (nodewords) Module for SEO
- HTML Validation: Free HTML Validator Tools
- Kristen
- Free Google Keyword Research Tool
- Drupal Pathauto Module
- Drupal Has Multiple h1 Tags
- Fix Duplicate Content with Global Redirect Module





I ftpd the module into the modules folder and have activated it but for some reason the module does not appear in administer/site configuration/ if I run a status report (reports/status report) I do see the a line for the googel analytics module with the following error "Google Analytics module has not been configured yet. Please configure its settings from the Google Analytics settings page.". When I click on the link i get an "Access denied
You are not authorized to access this page.". Now in your above instructions you state going to "admin/user/permissions" but I only have access to "administer/user management/user settings/" and nowhere within there can I see "administer google analytics" any thoughts?
Someone was nice enough to email me directly (thanks Sean!) and notify me that the problem was seen on Chrome. So I was able to reproduce and fix.
Kristen
I ran into this same problem this morning. Thanks for the tip!
I second that - Organic Groups lack tutorials. Usually it's about users creating groups - this mean they need to be Drupal users and understand what they do. Another approach is the admin creates gropus with common functionality (same menu for all, similar to LinkedIn, and paths with the group id.
Sorry for the delay. If you are having problems with a particular drupal module, you should go to the drupal.org project page for that module and look through the issue queue. If you don't find your issue, then you can add one of your own.
The nodewords issue queue is here: https://www.drupal.org/project/issues/nodewords?categories=All
Good luck,
Kristen
Glad to hear GoDaddy is offering shell access now. I think you need to create a new account to get it automatically. Converting old accounts over may be painful... perhaps I should try anyway.
Kristen
My understanding is that it is best to only use one h1 tag rather than multiple. Using multiple h2 tags is fine.
Kristen
I don't know any Drupal folks in Eastern Europe, but found this Drupal Camp that is coming up in Romania:
https://www.drupaltransylvania.ro/
Go to that and I'm sure you'll meet a bunch.
Cheers,
Kristen
Thanks for the heads-up on ExpressionEngine. I hadn't heard of it and see that it's in beta so must be pretty new.
Glad it's working for you... always good to see new innovation in the CMS world.
I'm going to stick with Drupal for now, but maybe I'll play with this soon.
Cheers,
Kristen
Glad it's working for you. Nice looking site!
Kristen
Thanks Mack. I'm not sure who's providing professional link building services, but it's not me. Maybe that's from another comment.
Cheers,
Kristen
you could us this bit off could in a custom views tpl.php file there is prob an easier way to do it but this works really well:
$str = preg_replace('#(<h1.*?>).*?(</h1>)#', '$1$2', $rows); echo strip_tags($str, '<a> <div> <p> <h2> <h3> <span> <img> <strong> <em> <table> <td> <tr> <th> <tbody> <center> <ul> <li> <ol> <font> <blockquote> <br> <fieldset> <input> <textarea> <tfoot> <thead> <button> <form> <h4> <h5> <h6> <label> <pre> <select> <sub> <sup> <tt>');the first part removes the txt in the h1 tags and the second part removes all unwanted tags, the tags listed are what i want to be left in the view teaser so if there is any tags u want removed from your views teaser pages then just delete them from the code.
if u are using it with anything other than views teasers then all u have to do is replace the $rows string and then place it in anouther .tpl.php file for the module u are using.
No one has a definitive answer for this. It is generally unknown how Google treats nofollow links precisely. IMO I have seen serp results from nofollow links, however I believe the largest impact is the passing of pagerank from another site to yours if the link is no follow. The links still count as a backlink however, and should not be completely shied away from.
I hate to criticize, but your signature says that you're providing professional link building service. Why am I answering this question for you?
Thanks Kristen! i'm using this on the story node types at http://www.gatortailgating.com (with a little bit of tweaking the output). I really have been looking for a solution similar to this (that uses views) for a while.. this is perfect.
Thanks again!
Thank you for spending the time to make the above list.
Thanks, I'll check it out...
Kristen
I think https://www.drupal.org/project/seowatcher would be a great addition to the list. It helps you monitor if the SEO modules you have used and how you use them are indeed effective. :)
Wow. I'll be working on a drupal site that needs SEO and this list just made my module crawling so much easier! Thanks! :D
In case you didn't get things working, here is a rundown of how GA reacts to 301 and 302 redirects. Can be pretty confusing.
http://www.atlantaanalytics.com/practicing-web-analytics/how-does-google...
I wouldn't recommend adding parameters in the redirect rule - you may lose tracking of the original referrer, depending on how you do it. Good luck!
It would be helpful if you would leave the information about your browser in your comment.
Being more polite would be nice too. This is all free information and I make *very* little on the Google ads (only pays for hosting with very cheap GoDaddy).
It works fine in my Firefox browser.
Kristen
Hey, wtf is this shit? Your table is too big for this body content and I can't reach those links in the right column. Try to move all blocks from righ_sidebar to the left_sidebar for this page only so the content could be accessible.
I found that it took a little while to show up *and* I had to be logged out and not admin (uid=1) to see it.
Good luck!
Kristen
Hey, great tutorial!
I know this was written two years ago, but hey maybe you're still out there...so here goes:
Everything on my end checked out fine, but I'm still getting the little yellow yield sign specifying that the code isn't recognized on me site. Should I wait a while for it to recognize the code?
Thanks for aggregating all of these in one place. Very helpful.
I was having some issues and by reading your article I figured it out. Also, I have Adblock Plus (firefox plugin) and I was not seeing my own ad. Checked in IE and all is well. Thanks again.