Skip to Content

Recent comments

  • New Drupal Views Examples Module   1 day 16 hours ago

    Thanks for this modules. There are good examples.

  • High Performance Drupal Steps   1 week 4 hours ago

    Love the content on your site, really helpful. Performance could use a bit of a boost though. Boost module should really help. You serve mainly static content to anon users, so Boost would make your site perform like a static html site - wouldn't even need to load php.

    P.S.: Who do you host with/which plan? Good to know - best judge of performance is watching a real live site over time.

  • Drupal Pathauto URL Aliases Settings   1 week 12 hours ago

    I'm new to Drupal and after 2 months of studying is finalising the very first site of mine.

    I have had many questions along the way and , surprisingly enought, google very often give me your site with answers to those questions. Good work and thank you!

  • Drupal Meta Tags (nodewords) Module for SEO   1 week 1 day ago

    Kristen,

    I followed your instructions and it appears to be working correctly with no problems. The full URL is showing up in the header.

    Also, I don't know if it was just a coincidence, but Google has indexed almost 30 more links since I did this and I have 5 more links with Clickthroughs.

    Thanks for the help.

    Bob

  • How did you get here?   1 week 2 days ago
    :)

    You are very kind. Hope you find some useful info to help make Drupal less mysterious.

    Cheers,
    Kristen

  • How did you get here?   1 week 2 days ago

    I am grateful that you are doing the work you do. While I am still struggling in the shock and awe phase of figuring out the basics of drupal, I can discern that you took on the most complex (and therefore most useful) projects when you created the SEO Friend and Featured Content modules. I will visit Kristen.org often for guidance because of your clear and concise writing style. Naturebridge.org was inspirational as an example of what can be accomplished. The "do good" nature of you projects is very telling about you.

    Put me down as a fan,
    Kelly Downs

  • Drupal Meta Tags (nodewords) Module for SEO   1 week 2 days ago

    I haven't used that feature in the newer version of nodewords on a live site, but your assumption seems correct. I just tried playing with it right now with the dev version of nodewords but it won't let me save the meta tags for custom pages for some reason, so I can't check it.

    What I would do is:

    1) add it to canonical url to meta tags for one custom page

    2) save

    3) go to that page

    4) view source

    5) search for <link rel="canonical" in header

    6) make sure the link looks correct (it will prepend the base path)

    If so, then you should be fine to update all the pages.

    Btw, here's some general info on canonical URLs:

    http://googlewebmastercentral.blogspot.com/2009/02/specify-your-canonica...

    Good luck,
    Kristen

  • Use Drupal Views Group By Module to Show Closest Matches by Terms   1 week 2 days ago

    Glad to hear it's working in views 3, and thanks for the extra tip for excluding the currently viewed node.

    Kristen

  • Drupal Meta Tags (nodewords) Module for SEO   1 week 2 days ago

    Kristen,

    I have a questions about the Node Canonical URL. According the text under the box, it says to "Use a relative URL without the initial slash"

    So if the full URL is http://bobsdailyblog.com/content/obama-hypocrite-chief, then the Relative URL would be content/obama-hypocrite-chief
    Is that correct?

    The reason I'm asking is all the pages listed on Woopra are just showing the relative link and I'm hoping that is not what Google is indexing.

    Can you clarify the entry for this? Is this how you're using it? I really wnat to be sure before I change over 200 nodes....

    Thanks,

    Bob

  • Use Drupal Views Group By Module to Show Closest Matches by Terms   1 week 2 days ago

    Thank You for this sweet piece of code. I have been looking for something like this for a while & also cannot believe that this works with both views 2 & views 3. Great job.

    To not display the current node you are on in the view (since this is for related nodes& therefore it should not include the actual node itself) - add a new argument - node:nid - default argument: node id from url - exclude this

  • Easily Add Drupal Related Content Blocks   1 week 2 days ago

    I think tagging would be a good idea espescially if you want to optimize your blog for ranking well in the search engines.

  • Make Drupal SEO Friendly   1 week 4 days ago

    Kristen,

    Thanks for the reply. I think I have most of this set up, but the "nodewords" or meta data module has a lot of settings and the documentation for it is not very clear. I'm in the process of going back through my entire site and updating the meta data on each node, but it is all the different entries under the default and specific meta tags that are confusing.

    For example, under the Front Page, the block for entering your Canonical URL. It says to use a relative URL, but that does not make sense since this URL would be the home page or bobsdailyblog.com.

    Oh, well things are moving along I think since the number of visitors is being to increase and my Google webmaster tools are not showing any problems yet.

    Thanks for the help.

    Bob

  • Make Drupal SEO Friendly   1 week 5 days ago

    Hi Bob,

    Glad you are checking out the SEO Friend module... hope it helps you.

    Note that although all those SEO-related modules are listed, there are only a few that are "must haves". Here's a list with some notes on these Drupal SEO modules.

    As for errors, it's good to check out the issue queue at drupal.org. That error is there (http://drupal.org/node/694942) and, unfortunately, I've been unable to reproduce it. But, I did make one change in my dev version that *may* help, so you can download that and try it. You can grab it here: http://drupal.org/node/494956/release (look for seo_friend 6.x-1.x-dev)

    I'm sorry you are unable to use Global Redirect along with Path Redirect. I'm surprised they are now incompatible... bad news. Perhaps using an older version of Global Redirect would be the best move there so you can use both.

    As for Drupal 7, I don't believe any of the listed SEO-related modules will be in "core" but all the important ones should be ported at some point. That is currently on my to-do list for my contributed modules.

    For additional questions and bug reports, here's the SEO friend issue queue: http://drupal.org/project/issues/seo_friend?categories=All

    Btw, I'm also trying to spread the word about my Featured Content module that lets you easily create many different kinds of featured/related content blocks. I recently added that to the SEO modules list in the SEO friend module.

    Good luck,
    Kristen

  • Make Drupal SEO Friendly   1 week 5 days ago

    Hi Kristen,

    First I want to thank you for developing this module. It really helps a SEO novice like me, WOW there are a lot of modules to add.

    The first thing I want to mention is about your module is I'm receiving the following error when I click on the "Meta Tags (node) Report"
    warning: Illegal offset type in /####/#####/public_html/sites/all/modules/seo_friend/seo_friend.admin.inc on line 485

    The next thing is I have two questions.

    1. I have "Global Redirect" loaded, but your model says I should also load "path_redirect" however, there is a critical compatibility issues with that module and the Global Redirect 6.12. Is there a way to check for duplicate paths?

    2. Do you know how much of this SEO stuff will be added to the core of the new Drupal 7 version?

    Thanks

    Bob

  • Use Drupal Views Group By Module to Show Closest Matches by Terms   1 week 6 days ago

    I've been waiting a year to see it...

    Thank you! :]

  • Easy Drupal Backups with Backup and Migrate Module   2 weeks 4 hours ago

    I'll try them out ;)

    Kristen

  • New Drupal Featured Content Module   2 weeks 5 hours ago

    Very well done indeed. everyone has said how great it is but I wanted to add that it is one of the cleanest codes I've ever seen.
    Definitely donating to the sponsor. they are lucky to have you :)
    Thank you

  • New Drupal Featured Content Module   2 weeks 23 hours ago

    This is in the latest release.

    Kristen

  • Easy Drupal Backups with Backup and Migrate Module   2 weeks 1 day ago

    try to desactivate "Update status module" that seems to make the mysql queries too long for servers that have à MAX_EXECUTION_TIME too small.

    You can also try the db_tweaks module to increase the timeout (doesn't work anymore with drupal 6.15 and my hosting).

    Cheers

    à french internet drupaler

  • Easy Drupal Backups with Backup and Migrate Module   2 weeks 3 days ago

    You actually have to have the site on the other server set up already with Drupal and with Backup & Migrate installed in order to use Backup & Migrate to install the original site tables over. You go to the new site and choose to install the file you have saved from your original site. The downside of this is that you actually need to have installed Drupal first.

    The alternative would be to use whatever mysql tool you have available from your new hosting provider and do the following:

    1) create database with name that you want (could be different name than original site if you want)

    2) use mysql tool provided to import the tables in the sql file from the original site backup

    3) copy all code over to new doc root

    4) change settings.php at new site to point to new database

    Then you are done. The latter method makes more sense when setting up a new site based on an old one.

    Good luck,
    Kristen

  • Easy Drupal Backups with Backup and Migrate Module   2 weeks 3 days ago

    um sorry but everyone knows how to click the backup and save the sql file, the problem NO one knows how to do is how to take that file and then install your drupal site on an ENTIRELY DIFFERENT HOST.

    WHAT DO YOU DO?????

  • Drupal Meta Tags (nodewords) Module for SEO   2 weeks 4 days ago

    You are not stupid ;) There is a distinction between adding meta tags to node pages vs. non-node pages.

    With the node page, it is obvious because the node edit form has the meta tags fields on it. With non-node pages, you have to go through the meta tags interface (or for old versions use the nodewords by path module) and configure them by the path or by "front".

    Thanks for taking the time to write this up because I'm sure it will help someone.

    Kristen

  • Drupal Meta Tags (nodewords) Module for SEO   2 weeks 4 days ago

    Hi,
    Maybe because i'm a french stupid guy, i didn't see the meta tags work on my site!
    I cried, I cried and I cried and it wasn't work...
    After a long week end, working on it and before i decided to jump from the "tour eiffel", i found that the meta tags on my node aren't influent on the front page because i have to write the meta tags of the front page on a special path:
    /admin/content/nodewords/meta-tags/frontpage

    now it works !
    i hope my input may help someone...

  • Basic SEO Top 10   2 weeks 5 days ago

    For meta tags, the only really important one these days is the meta description tag because some search engines will show this text in the search result. This is your "advertisement" to the user so write something to entice them to click on your result.

    Other meta tags aren't important unless you want to use something like "nofollow" or "noindex" or other information to tell the search engine that you want it to treat the page in a special way.

    As for "keywords", I am using the phrase in a general sense. Just the words you would choose to use on the page that you are hoping to get search engines to associated with your page.

    The nodewords (meta tags) module does let you specify meta keywords. I personally still do these but it's more for "keeping notes" so you remember what keywords you are focusing on for your page. Some small search engines may still use these as well.

    For Drupal, you can use vocabulary terms to help add keywords to your page, but I think it's best to just add the keywords you want to focus on to:

    • browser/page title
    • node title
    • body text - or other text fields

    Hope that helps.
    Kristen

  • Basic SEO Top 10   2 weeks 5 days ago

    Hi,

    I'd read some stuff that would seem to say that meta tags aren't important anymore. Maybe I'm confusing something as where I learned this was using raw HTML. Anyway, some further elaboration on this would be appreciated. When you say keywords, do you mean just words you repeat a lot or is there something n Drupal where you can put in actual keywords?

Powered by Drupal, an open source content management system