How do I get my site to have seo-friendly urls?
Answer / Shashank Pathak
To make your Drupal site SEO-friendly, follow these steps:nn1. Enable the Pathauto module if not already enabled.n2. Configure Pathauto settings in the admin interface: Administration > Configuration > Search and metadata > URL aliases > Configuration.n3. Define path patterns for content types you want to optimize. For example, for blog articles, you might use '/blog/%title' as the pattern.n4. Save the configuration changes.n5. Clear the Drupal cache to apply the new URL aliases.n6. Verify that your site's URL structure has been updated.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is responsive theme?
How do I install drush globally?
How to handle upgrades in drupal?
Can I use drupal on the command line?
Is drupal a framework?
What are the technical differences between joomla and drupal?
Why you shouldn’t modify core drupal files ?
Is drupal in php?
What is a hook in drupal?
List the features of drupal?
Which files are required for creating the drupal module?
What is a patch in drupal and how will we apply patch in drupal?