Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

Re: Making a redirect from "/" to "/shop" is bad idea for indexing Odoo website?

by
xavier
- 04/03/2024 12:09:32
Le 3 mars 2024 14:32:19 GMT+01:00, Francesco Ballerini <notifications@odoo-community.org> a écrit :

>Hello,

>

>I am trying to build an e-Commerce with odoo14 and I have noticed that home route is an empty page. Basically everything I need in the home is already in the "/shop" page. Main template that I need are

>

>- product grid

>- e-Commerce categories

>- featured products (introduced with 3rd party module)

>- new arrivals  (introduced with 3rd party module)

>

>It would be a pain to bring all these into a new route (home route) and it would be so much reasonable to just make a redirect from "/" to "/shop".

>

>My issue is that my knowledge of "indexing" is basically non-existent, so I'm not aware of the consequences, it's hard for me to formulate a specific question about this topic so I'm just going to ask, in general: the "redirect approach"  would be a BAD approach considering the way Odoo is designed ?

>

>In case it is not the right approach would you be so kind to suggest me a better possible solution to bring all template and controllers that I need from "/shop" to "/" ?

>

>I ask this mainly because have been told that *generally *keeping your home on "/" will improve the indexing, but I am not sure if that also applies to the Odoo structure.

>

>Will really appreciate your feedbacks

>Thank you

>--

>

>Francesco Ballerini

>

>

>

>

>None [1]  Privo di virus. www.avast.com [2]   None [3]

>_______________________________________________

>Mailing-List: https://odoo-community.org/groups/contributors-15 [4]

>Post to: mailto:contributors@odoo-community.org

>Unsubscribe: https://odoo-community.org/groups?unsubscribe [5]

>

>

>

>[1] https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail

>[2] https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail

>[3] #DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2

>[4] https://odoo-community.org/groups/contributors-15

>[5] https://odoo-community.org/groups?unsubscribe

Hi
The obvious way is by setting your home url in the web server (domain.tld/shop). You can also use an OCA module "website SEO redirection" that let you redirect any url.

But you may find more interesting to keep your home as is and add some useful widgets like featured products, new products, products more often buy, sales, etc. Regarding categories the mega menu will do the same.

In any case, this is not bad for SEO.

Anyway, don't forget to keep an eye on your website analytics. Because most visitors comes directly on a product page. So this question about home or shop is mostly irelevant.

Hope this help
Xavier