How to add collection description to bottom for better SEO in Refresh Theme

Hi mates,

I am trying to add collection description to bottom because description is showing on upper position. I tried all the ways but still not got any good luck because in Refresh Shopify theme there is not showing collection-template.

Can any one help me to fix this issue.

Thank you!

@abidghulam Hello,
Can You Please Share Your Store URL?

I Will Check and Provide a Proper Solution

Hi @abidghulam

Go to your Online store > Themes > Edit code > open main-collection-banner.liquid file, copy this code

{{ collection.description }}

Open file main-collection-product-grid.liquid, paste code before {% schemma %} and edit code like this

{{ collection.description }}

![Screenshot 2023-08-28 at 14.39.48.png|1559x811](upload://rXXsnyhFMppQQBbU5PGfvvIQ5Fy.png)

Her is the result in my example store

It’s fixed now. Thank you

I tried it but my content is on left side now. How I can change it into center

My mistake, please update code like this, it was missing “d” in “page-widt”

{{ collection.description }}

Thank you so much for your great help.

Can you help with that option also please. How I can remove this page title?

Could you share your page link?