Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hello Shopify Community,
I have a specific product page for Shilajit Resin that I would like to set as the homepage of my store. Whenever someone visits my website, I want them to be directed straight to this product page instead of the default homepage.
Here's the link to the product page: https://shilajitresin.co.uk/products/shilajit
Can anyone guide me on how to set this product page as the main landing page for my Shopify store?
Thanks in advance for your help!
@ZafarYaqoob1 - by default it is not possible, hence you will need to use javascript to redirect user from home page to this page
You can add product page to your homepage by adding a Featured product section and put product's description into a custom section.
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
@ZafarYaqoob1, Use this section
B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.
B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.
B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.
BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now
You can do this by add this below code after the start of <head> tag
{% if request.page_type == 'index' %}
<script>
window.location.href = "https://shilajitresin.co.uk/products/shilajit";
</script>
{% endif %}
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025