/collections/all/?sort_by=best-selling is a common store URL pattern that directs shoppers to a catalog listing all products sorted by sales performance. This view highlights items with the strongest historical sales, helping visitors quickly identify popular choices while giving store owners a standardized way to showcase proven products. It is widely used in commerce platforms to surface best sellers across an entire collection rather than a filtered subset.
How best-selling sorting works in a full collections view
When a store applies best-selling sorting to /collections/all/, the platform evaluates historical sales data across the entire catalog and ranks products by units sold or revenue. Items with higher cumulative sales typically appear at the top, while lower-performing products are listed below. Merchants can usually adjust the timeframe used for measurement, such as lifetime sales, trailing thirty days, or trailing ninety days, which changes the order without altering the underlying collection.
Key definitions
- Best-selling: Products ordered most frequently or generating highest revenue over a measured period.
- All collections: The complete set of products in a store, not limited to a specific category or vendor.
- Sort order: The arrangement applied to the product list, in this case by descending sales performance.
Practical uses for shoppers
For buyers, /collections/all/?sort_by=best-selling offers a quick path to popular, socially validated choices. It reduces research time by surfacing items that other customers have already purchased, which is helpful for gifting, replenishment, or when evaluating new brands. Because the list is based on aggregated behavior rather than a single promotion, it often reflects consistent demand rather than temporary discounts.
Practical uses for merchants and platform considerations
Merchants use best-selling sorting on the full collection page to highlight proven performers, streamline browsing, and potentially increase conversion rates. Platforms typically calculate best-seller status using transaction data, returned-item rates, and sometimes reviews, though methodology can vary. Store owners may also create curated best-seller collections or promotional landing pages that complement the default all-collections view.
Typical variables that affect best-seller rankings
| Attribute | Verified Detail | Source Type |
|---|---|---|
| Measurement period | Lifetime, 30 days, 90 days, or custom window chosen by the merchant | Platform documentation; merchant settings |
| Metric basis | Units sold, gross sales revenue, or a blended score | Platform algorithm notes and help resources |
| Return influence | High return rates can lower ranking in some systems|Platform help or partner engineering blogs||
| Traffic and conversions | Popularity signals may complement pure sales data in some implementations|Platform product pages
Comparison to other sorting options
Different sort orders serve distinct browsing goals. New arrivals surfaces recently added items, price low-to-high emphasizes affordability, price high-to-low highlights premium options, and curated featured items spotlight specific campaigns. Best-selling sorting emphasizes demonstrated demand, whereas other methods prioritize freshness, price, or editorial selection. Merchants may switch between these views to match the visitor’s intent or campaign focus.
Impact on discovery and SEO
Using best-selling sorting on the full collection can affect internal linking, canonical choices, and indexation if product URLs change order or page parameters generate excessive variations. Search engines treat URL parameters as usually equivalent unless specified otherwise; excessive session IDs or dynamic values can create crawl inefficiencies. Merchants should validate that parameter handling consolidates signals via canonical tags and does not create duplicate content issues.
Recommended implementation guidance
- Use rel=canonical to point to the default /collections/all/ view when parameter variants are substantially similar.
- Limit session IDs or affixes that create noncanonical parameter bloat.
- Consider adding structured data for collections or products where supported to improve context for search platforms.
- Monitor server logs and crawl budgets to ensure parameter pages do not exhaust crawl quota.
When this view is most valuable
/collections/all/?sort_by=best-selling is most valuable when a store wants to guide new or undecided shoppers toward high-demand items and when the catalog has sufficient sales history to rank items reliably. It is less suited for launches of new products or for stores with highly volatile sales patterns where recent performance matters more than cumulative history. Seasonal or promotional mixes may require temporary sorting adjustments to align with campaign goals.