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 are the browser requirements for drupal?
How to remove breadcrumbs from my drupal pages?
How to install varnish cache?
Explain the flow of information between the 5 main layers of drupal?
How do I add taxonomy in drupal 8?
What is the difference between hook_theme and hook_theme_registry?
What is use of substr and strstr function?
How do you transfer files to the system?
Did you written the query in d7 for your module?
What is teaser in drupal ?
What are drupal modules?
What are blocks in drupal?