I enabled clean url and created a page "Service". Page title is "Service Information" but url is http://localhost/drupal/node/1 . I want to show the url as http://localhost/drupal/service-information , how to do this?

Again I see no option for changing meta desc or meta keyword.

Comments

ugerhard’s picture

Enable the core "Path" module at admin/build/modules to create arbitrary paths. For meta description and meta keywords editing, use the Meta tags module: http://drupal.org/project/nodewords

animas’s picture

Thanks.