Not a problem isMobham. Now, if I could figure out what more is required to be shown up in the URL to improve the Search Engine Ranking, I might aswell start working on it. May be I should discuss it over at the Drupal groups but I am not sure.
Anyway, is not having /node/1 better than /?q=node/1 ? What more can be done in terms of SEO. Could someone please throw some light on it, please? I am not very sure of these SEO tatics.
Edit:Ok. I just discovered something more. I think Drupal already has a solution for it. Check out this documentation for Drupal:
http://drupal.org/node/15365I followed those things, and it allows us to rename the URL when posting the content. That means that, I can have the permalink kind of URLs for my posts, so that they are SEO friendly, right?
For example, my About Page looked something like this:
http://www.wisetome.com/node/1Now, after doing all the things said in Drupal, and then going and naming that node URL as "about", I can access it easily by the following URL:
http://www.wisetome.com/aboutThat way, I can name all the URLs so that they contain the title of the article, and there by search engine can find them easily, right?
Boy, now I have quite some work to do. I have to name all the articles, and resubmit the Google Sitemap.
Edit 2:OK. Things are happening quite fast. Earlier in this post I said that one cannot automatically generate these SEO freindly permalink kind of URLs in Drupal and you had to give them all manually by hand as you created each node of the content. I think I have to swallow my words becase I found a Module (not a core Module, but an extra-installable Module) that can do just that:
http://drupal.org/node/17345It can generate path aliases automatically when no explicit alias is provided by the user. The Module for Drupal 4.6 had some problems but the same for Drupal 4.7 has been fixed.
Comment/Reply (w/o sign-up)