Drupal is a registered trademark of Dries Buytaert
Protected Pages 3.0.0 Major update available for module protected_pages (3.0.0). Commerce Core 3.3.8 Minor update available for module commerce (3.3.8). Search API HTML Element Filter 1.0.7 Minor update available for module search_api_html_element_filter (1.0.7). Layout Builder Reorder 2.0.1 Minor update available for module layout_builder_reorder (2.0.1). Ban 1.1.0 Minor update available for module ban (1.1.0). Field Formatter Range 2.0.0 Major update available for module field_formatter_range (2.0.0). Field Formatter Range 8.x-1.8 Minor update available for module field_formatter_range (8.x-1.8). UI Patterns (SDC in Drupal UI) 2.0.18 Minor update available for module ui_patterns (2.0.18). Search API Solr 4.3.11 Module search_api_solr updated after 14 months of inactivity (4.3.11). Provus Mega Menu Module provus_mega_menu crossed 1,000 active installs.

This module improves SEO by allowing Drupal views to use URL path aliases instead of node IDs for contextual filters. This means arguments in URLs can be human-readable paths, making them more search engine-friendly.

SUMMARY

Simple module to convert a view contextual filter entity id into its url path. The extended example uses nodes, but it should work with any type of entity.

Extended use case: A website has a view that uses node reference or entity reference to filter the results set. For example, a regional location node is a node reference on a bunch of news stories. The view is setup to filter and show only news stories in the Chicago region and not any news stories from any other regions. Rather than using nid for the contextual filter (which isn't SEO friendly) these plugins allow the ability to use SEO friendly url path / path alias.

example.com/news-stories/chicago
                         ^^path alias argument
           chicago converts to a nid for normal views contextual filter processing

REQUIREMENTS

INSTALLATION

CONFIGURATION

There are two plugins available in this module. The default argument plugin should be used with blocks or things that don't naturally have arguments available to them. The validator plugin should be used to convert the nid for views that naturally have arguments available to them, such as pages. They can be used together if a view is rendered in both a block and a page. Or seperately if the site's view is rendered only as a page or only as a block.

  • Configure contextual filters in Administration » Structure » Views » view: Add a contextual filter i.e. Content: Nid
    • Argument not available to views? Use: When the filter value is not available » Provide default value » URL path alias from URL
    • Argument available to views? Use: When the filter value is available or a default is provided » Specify validation criteria » Validate URL path alias

FAQ

Q: Why would I use this module?

A: For SEO purposes you want to use the url path a.ka. path alias as an argument to a views contextual filter.

CONTACT

Current maintainer: Lucas Hedding (heddn)

Activity

Total releases
4
First release
Jul 2025
Latest release
7 months ago
Releases (12 mo)
2
Maintenance
Slowing

Release Timeline

Releases

Version Type Release date
8.x-1.7 Stable Dec 1, 2025
8.x-1.6 Stable Jul 18, 2025
8.x-1.5 Stable Jul 10, 2025
8.x-1.4 Stable Jul 9, 2025