How can I remove 'pages' word from URL in DAWN 11 Theme?

Solved

How can I remove 'pages' word from URL in DAWN 11 Theme?

Horus-Wings
Excursionist
13 0 4

Hello, i would like to know how to remove the following issues as i mentioned on picture from DAWN 11 Theme ? 

Screenshot 2024-01-05 220346.png

Accepted Solutions (3)

StephensWorld
Shopify Partner
1398 174 364

This is an accepted solution.

Unfortunately, it's not possible to remove "/pages/" from the URL. The URL structures work the same way for all Shopify stores and cannot be edited. The only part of the URL that you can edit is the 'handle' which comes after the "/pages/".

 

Ex. yourstore.com/pages/handle-goes-here

 

You can remove the "image banner" via your theme editor. You may need to make a new page template first, if the banner shows on all pages. 

 

https://help.shopify.com/en/manual/online-store/themes/theme-structure/templates

 

To remove the page title, you just need to add some CSS coding. Something like this:

 

.page-title {display: none;}

 

However, I wouldn't recommend doing so, as it could hurt your SEO. 

★ Did my post help? If yes, then please like and accept solution. ★

https://stephens.world
[email protected]

View solution in original post

StephensWorld
Shopify Partner
1398 174 364

This is an accepted solution.

That's a very interesting setup that they have there. 

 

From what I can tell, the website itself is not a Shopify site. If you inspect the source code, there's no value for "Shopify.theme" or "Shopify.shop" which means they're not using a Shopify theme/website. Also, if you go to "/admin" -- it doesn't show a login screen (just a 404 error page). 

 

They are showing Shopify products & using Shopify's checkout though. If I had to guess, they're probably using the Shopify Buy Button functionality (https://help.shopify.com/en/manual/online-sales-channels/buy-button/create-buy-button) - or else a custom API integration - to be able to sell products via Shopify, on a third-party website. You can also see this just by the way the collection pages load. If you click into any of their collections, the site loads all around the content first, then loads the actual products last. If it was an actual Shopify site, the products would load with the page.

★ Did my post help? If yes, then please like and accept solution. ★

https://stephens.world
[email protected]

View solution in original post

JoshHighland
Shopify Partner
213 12 76

This is an accepted solution.

If you do a DNS lookup on kotn.com, it doesnt point to Shopify, however checkout.kotn.com does point to shopify. 

 

They are using shopify in a headless manner and they pointing people to the shopify based checkout to complete their order. Slick.

SEO Manager - The all-in-One SEO solution for Shopify
A powerful suite of SEO tools that gets you found in Google results

- Install SEO Manager -

View solution in original post

Replies 9 (9)

StephensWorld
Shopify Partner
1398 174 364

This is an accepted solution.

Unfortunately, it's not possible to remove "/pages/" from the URL. The URL structures work the same way for all Shopify stores and cannot be edited. The only part of the URL that you can edit is the 'handle' which comes after the "/pages/".

 

Ex. yourstore.com/pages/handle-goes-here

 

You can remove the "image banner" via your theme editor. You may need to make a new page template first, if the banner shows on all pages. 

 

https://help.shopify.com/en/manual/online-store/themes/theme-structure/templates

 

To remove the page title, you just need to add some CSS coding. Something like this:

 

.page-title {display: none;}

 

However, I wouldn't recommend doing so, as it could hurt your SEO. 

★ Did my post help? If yes, then please like and accept solution. ★

https://stephens.world
[email protected]

Horus-Wings
Excursionist
13 0 4

i could argue with you regarding URL editing, i checked some of shopify stores, some when navigating to ABOUT US, URL include ( /about ) and some ( /pages/our-story ) 

JoshHighland
Shopify Partner
213 12 76

I've been on the Shopify platform for 16 years. Removing "/pages/" from the URL is not possible

SEO Manager - The all-in-One SEO solution for Shopify
A powerful suite of SEO tools that gets you found in Google results

- Install SEO Manager -
Horus-Wings
Excursionist
13 0 4
StephensWorld
Shopify Partner
1398 174 364

This is an accepted solution.

That's a very interesting setup that they have there. 

 

From what I can tell, the website itself is not a Shopify site. If you inspect the source code, there's no value for "Shopify.theme" or "Shopify.shop" which means they're not using a Shopify theme/website. Also, if you go to "/admin" -- it doesn't show a login screen (just a 404 error page). 

 

They are showing Shopify products & using Shopify's checkout though. If I had to guess, they're probably using the Shopify Buy Button functionality (https://help.shopify.com/en/manual/online-sales-channels/buy-button/create-buy-button) - or else a custom API integration - to be able to sell products via Shopify, on a third-party website. You can also see this just by the way the collection pages load. If you click into any of their collections, the site loads all around the content first, then loads the actual products last. If it was an actual Shopify site, the products would load with the page.

★ Did my post help? If yes, then please like and accept solution. ★

https://stephens.world
[email protected]

JoshHighland
Shopify Partner
213 12 76

This is an accepted solution.

If you do a DNS lookup on kotn.com, it doesnt point to Shopify, however checkout.kotn.com does point to shopify. 

 

They are using shopify in a headless manner and they pointing people to the shopify based checkout to complete their order. Slick.

SEO Manager - The all-in-One SEO solution for Shopify
A powerful suite of SEO tools that gets you found in Google results

- Install SEO Manager -
sikandarjutt
Visitor
3 0 0

how you done this ???

 

dvaughn
Excursionist
176 0 11

So no way I can customize my collections page from for example tra1t.com/pages/inventory to tra1t.com/inventory?

StephensWorld
Shopify Partner
1398 174 364

You definitely can't edit the URL like that (ie. you can't make "/pages/about" become just "/about").

 

If you found a store that's doing so, they're probably not actually a Shopify store (but rather, using a different ecommerce platform). 

 

The closest you'll get to that is setting up URL redirects. 

 

https://help.shopify.com/en/manual/online-store/menus-and-links/url-redirect

 

You can make it so that when people go to "/about" then it automatically forwards them to "/pages/about" ... but the URL that shows at the top of the browser, when you're on the actual page, will still be "/pages/about". 

★ Did my post help? If yes, then please like and accept solution. ★

https://stephens.world
[email protected]