Skip to main content

What are the default links/URLs in a Sharetribe marketplace

Some common pages have a fixed URL, and other follow a certain pattern.

Thomas Malbaux avatar
Written by Thomas Malbaux
Updated over 2 weeks ago

Each page on your marketplace has a URL, its address. URLs follow some rule and pattern. We've listed the internal part of the URL for the most important pages, below.

URLs are not only identifiers for each page but also critical tools for creating internal links within your marketplace. By crafting and utilizing these URLs effectively, you can ensure seamless navigation, improve user experience, and make it easier for users to discover your marketplace's content.

  • Browsing the marketplace:

    • Landing page: /

    • Search page: /s

    • Listings pages: /l/listing-title/listing-unique-id, where listing-title are the listing title words and listing-unique-id is a technical ID unique to each listing

    • User profiles pages: /u/user-id where user-id is a technical ID unique to each user

  • Signup and login:

    • Sign up page: /signup

    • Log in page /login

  • Posting a listing:

    • New listing page: /new

  • Content pages:

    • About page: /p/about

    • Privacy Policy page: /privacy-policy

    • Terms of Service page: /terms-of-services

    • Any page you add in Pages: /p/page-id, where page-id is the page ID you chose

  • User pages:

    • User's Inbox (as a customer): /inbox/orders

    • User's Inbox (as a listing author): /inbox/sales

    • User's listings page: /listings

    • User's profile settings page: /profile-settings

    • User's contact details page: /account/contact-details

    • User's password settings page: /account/change-password

    • User's payout details page: /account/payments

    • User's payment details page: /account/payment-methods

How to Use These URLs for Internal Linking

Linking to Internal 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.

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).

Category-Specific Links or Filtered Views: Apply filters on your search page, copy the resulting URL path (e.g., /s?filters=format), and use this path for category-specific links or views. This allows targeted navigation for users exploring niche content.

Did this answer your question?