- Issue created by @wombatbuddy
Currently contrib modules, themes, distributions and recipes share the same URL path segment /project/
for example:
Webform - module
https://www.drupal.org/project/webform →
Gin - theme
https://www.drupal.org/project/gin →
Locations - recipe
https://www.drupal.org/project/locations →
This makes it harder for users to distinguish project types at a glance.
Implement separate URL path segments for each project type:
drupal.org/module/my_module
drupal.org/theme/my_theme
drupal.org/distribution/my_distribution
drupal.org/recipe/my_recipe
This would make it immediately clear to users what type of project they are viewing (module, theme, distribution or recipe). This could also be better for SEO.
Active
Code