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-idlisting-titlerefers to the words in the listing title.listing-unique-idis the system-generated ID for that listing.
Example:/l/vintage-chair/644a20fb-0cad-4604-899a-9e8253db33d4
User profile pages:
/u/user-iduser-idis the unique ID assigned to each user.
Example:/u/644a20fb-eb91-45a8-923d-fb4b4487c5f8
Signup and Login Pages
Sign up:
/signupLog in:
/login
Creating a Listing
New listing page:
/l/new
Content Pages
About page (default):
/p/aboutPrivacy Policy:
/privacy-policyTerms of Service:
/terms-of-serviceAdditional content pages:
/p/page-idReplace
page-idwith 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/ordersInbox (as listing author):
/inbox/salesMy listings:
/listingsProfile settings:
/profile-settingsContact details:
/account/contact-detailsPassword settings:
/account/change-passwordPayout details:
/account/paymentsPayment 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
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.
Linking to the main listings page
Use/sfor user access to all marketplace listings. Combine this with your domain (e.g., https://www.example.com/s).
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.
