Skip to main content

Default links and URLs in a Sharetribe marketplace

Learn what are the default URLs in your Sharetribe marketplace.

Thomas Malbaux avatar
Written by Thomas Malbaux
Updated yesterday

Each page in your Sharetribe marketplace has its own unique link or URL (web address). Some URLs are fixed by default, while others follow a specific, reproducible pattern. Understanding these URLs helps you ensure seamless navigation, improve user experience, and make it easier for users to discover your marketplace's content.

URLs not only identify each page but also make it easier to build internal links across your marketplace. Using them correctly enhances user experience and helps visitors discover content efficiently.

Internal links are links or URLs of pages within your marketplace. External links are links or URLs of web pages outside of your marketplace.

Below is the list of default links in your marketplace. Each one follows your marketplace’s main domain. For example, if your marketplace is www.example.com, the search page link would be www.example.com/s.

Browsing the Marketplace

  • Landing page: /
    This is your marketplace’s homepage.

  • Search page: /s
    This is where users can browse and filter all the published and open listings on the marketplace.

  • Listing pages: /l/listing-title/listing-unique-id

    • listing-title refers to the words in the listing title.

    • listing-unique-id is the system-generated ID for that listing.
      Example: /l/vintage-chair/644a20fb-0cad-4604-899a-9e8253db33d4

  • User profile pages: /u/user-id

    • user-id is the unique ID assigned to each user.
      Example: /u/644a20fb-eb91-45a8-923d-fb4b4487c5f8


Signup and Login Pages

  • Sign up: /signup

  • Log in: /login


Creating a Listing

  • New listing page: /l/new


Content Pages

  • About page (default): /p/about

  • Privacy Policy: /privacy-policy

  • Terms of Service: /terms-of-service

  • Additional content pages: /p/page-id

    • Replace page-id with the ID of your custom page.
      Example: /p/faq

If you encounter a "404, Sorry, we couldn't find that page." error message, it is likely that the URL you typed in, or the link you clicked leads to a page that does not exist. You can view the content pages that exists in your marketplace in Console → Content → Pages.


User Pages

  • Inbox (as customer): /inbox/orders

  • Inbox (as listing author): /inbox/sales

  • My listings: /listings

  • Profile settings: /profile-settings

  • Contact details: /account/contact-details

  • Password settings: /account/change-password

  • Payout details: /account/payments

  • Payment methods: /account/payment-methods

These pages are only accessible if a user is logged-in their marketplace account.

How to use these URLs for internal linking

  1. Linking to custom content pages
    To link to a specific content page created using the Pages feature in Sharetribe, use the format /p/[page-id] where [page-id] represents your chosen page ID. For example, to link to an about page with ID about-sharetribe, use /p/about-sharetribe.

  2. Linking to the main listings page
    Use /s for user access to all marketplace listings. Combine this with your domain (e.g., https://www.example.com/s).

  3. Linking to filter-specific pages
    Apply filters on your search page, then copy the resulting URL (for example /s?filters=format). You can use this link for category or filter-based navigation, helping users explore listings by type, category, location, or custom fields.

Did this answer your question?