It's easy to setup your own toll free number for as little as $2/ month. Try Kall8 today and get your 800 number. Features include call forwarding, voice mail and fax, caller ID, email notifications, VoIP, and more.
Driver Robot automatically downloads the latest drivers for your PC and keeps it running smoothly. Inject new life into your old PC and fix existing problems instantly. Run a free driver scan now and put your PC back in business.
As you probably already know, clean URL's provide a huge benefit when it comes to search engines spidering and indexing your pages. Clean URL's provide a semantic context by placing keywords in a link (such as /green-garden-tomatoes), as opposed to a cryptic combination such as /node.php?id=34x.
Drupal's pathauto module processes /node links into clean URL's. However, it's possible that XML sitemap picks up the links before pathauto has finished. This will result in all, or some, of your XML sitemap links being represented as /node, instead of the clean URL you were expecting. How to fix this?
Update: Upgrading to the latest version of the xml sitemap module and pathauto module will automatically correct this issue.
You need to change the weight of your XML sitemap module so it falls below your pathauto module. By default, both modules carry weights of 0 (in a recent pathauto update pathauto is assigned a default weight of 1). Therefore, if you give XML sitemap a weight of 2 (heavier than pathauto), your links will be processed correctly. Note that you will need to go back and resave all your /node links after making this change so they are reprocessed. How to change the weights of the XML sitemap module? You can go directly into the system table and edit the XML sitemap entry, changing its weight from 0 to 2, or you can use Drupal's moduleweight module to do the job for you.
Note that once you have made the weight changes, you still need to reprocess the node links. Go to your sitemap, and edit and save all the URL's listed as node/x. This will reprocess them to their alias. It's not a bad idea to run cron (/cron.php) before you do this and to disable caching until you're done.
All Content © 2005 - 2010 Contract Web Development, Inc. All Rights Reserved. Privacy Policy | Terms of Use | Powered by Drupal
Google is getting clobbered
Google is getting clobbered by Baidu in China, but then again, Baidu appears to be copying lots of Google methodologies, and reports indicate they're getting lots of searches for their mp3 links, which raise piracy concerns.
Wordpress rules
Wordpress has helped me so much, but I don't know if I like the whole Drupal idea. I don't really like it, I mean, you have to log in to leave a message and you can't leave links. Who would want one of those - some of us just like to speak our minds
Drupal is customizable
There's quite a bit of configuration you can do with Drupal, at least as much as you can do with Wordpress, although they have a solid system as well - primarily for blogging purposes.
With our website in particular we've decided to moderate comments to prevent spammy submissions. But in your own Drupal setup you can opt to let them through.
useful stuff, modrewrite for clean urls
Valid point, unless the urls are clean it's points that can be lost or gained with important keyword phrases to be indexed by the Google search bot. We mainly use php and modrewrite which does the same thing.
Regards
Dave Brett seo consultant and seo services manager
That was great to read
That was great to read your blog thanks for sharing that with me.
Daily Drupal updates
The daily updates are simply minor fixes. You don't need to constantly update (in fact, if you did, you'd probably not have time for anything else, depending on the number of modules you have installed.
Drupal more complicated than Wordpress?
I guess Drupal is more complicated than Wordpress. And Drupal has many more functions compared to Wordpress. I need to learn more about Drupal...
Constant XML sitemap updates
I don't quite understand why the XML sitemap is constantly being updated - do I really need to be applying these updates, or are my pages getting indexed and spidered with old versions of the module installed as well?
Updating Drupal modules
The daily updates are simply minor fixes. You don't need to constantly update (in fact, if you did, you'd probably not have time for anything else, depending on the number of modules you have installed
As a rule of thumb, if it ain't broke, don't fix it (unless of course it's screaming "security release" at you
Drupal vs. Wordpress?
Im starting to learn a lot about Wordpress and Drupal and trying to figure out the difference between the two and what is better. This is all new to me but I love researching it all!
XML Sitemap only for Google?
How important is it to feed our XML sitemap to search engines besides Google? Doesn't Google own the majority of the search market? In other words, am I wasting my time setting up accounts with Yahoo, MSN, etc.?
SEO Market Share
While Google does own the majority of the search market (close to 70% at latest estimates), Yahoo comes in close second with around 20%, and MSN and the others make up the rest. So about a third of the market is not Google - therefore I would definitely cater to Yahoo and MSN as well.
We've setup a separate site dedicated exclusively to search marketing - check it out at GuruofSearch.com
SEO for MSN is a waste of time
I can understand about Yahoo, but MSN to me is a waste of time if you are trying to optimize for it. I have several SEO optimized websites that are doing well with Google and Yahoo, but never with MSN. I even doubt if they currently have up to 5% of the market share.
Max
Bing
You're right, Google pretty much has the market cornered. It will be interesting to see what the latest figures on MSN's new search engine, Bing, are in the coming months.
At the same time, Google is getting clobbered by Baidu in China, but then again, Baidu appears to be copying lots of Google methodologies, and reports indicate they're getting lots of searches for their mp3 links, which raise piracy concerns.
XML Sitemap
Seems like they're constantly updating this module. I'm sticking with the current dev version for now. Sitemap appears to be working fine, and new pages are added (without the /node path) when I create them.
I have the sitemap set to update on cron runs - I find this works better as updates are being made far more frequently - especially when I'm approving comments one by one. I wouldn't want to piss off the search engines!
New Drupal sitemap module
It appears that the new Drupal sitemap module automatically corrects this issue - can anyone confirm? Although the annoying part is that the XSL stylesheet is no longer applied, and I can no longer sort the columns to quickly find /node instances.
Taxonomy Term Links in Sitemap?
Thanks for this - I've got my node paths cleared out of my Drupal sitemap file now. However, there's still some lingering taxonomy/term/# paths that point to nothing in particular. Any idea how to get rid of these?
Deleting Terms from Sitemap
Try deleting the nodes the pages are linking to (assuming you don't need them). If that doesn't work, you may need to access the database directly. Delete the terms from the "sitemap" tables, and they should be removed.