hiking#

Dedicated page surfacing hiking-related blog posts filtered by tags.

Models#

None — queries products.BlogPost filtered by hiking-related tags.

URL Routes#

Path

View

Description

/hiking/

HikingInsightsView

Blog posts tagged with hiking-related terms

Key Design Decisions#

  • Uses TaggableManager queries against BlogPost — no duplication of content.

  • Separate app (rather than a products URL) for a cleaner URL namespace and the ability to add hiking-specific logic later (trail maps, difficulty ratings).