Static index page problem for seo

Post Reply
affiliate
Ssr. Bludit
Posts: 14
Joined: Mon Jul 04, 2022 1:25 pm
Been thanked: 2 times

Hello,

i want to create an index page that is a static page because if will contain a lot of text. So when the user arrives on my website, he sees this page.

My problem is this content is also accessible with another url. In seo, it s very bad to have duplicated content.
How can i fix this in a clean way ?

Thanks for help !
Last edited by affiliate on Thu Aug 03, 2023 4:12 pm, edited 1 time in total.
affiliate
Ssr. Bludit
Posts: 14
Joined: Mon Jul 04, 2022 1:25 pm
Been thanked: 2 times

only dirty solution i seed, is do not create this static page and in the code php, insert an ugly if page==index then echo => my content.

Canonical will be ok and texte will only exist on this page but jesus, this is really ugly !
affiliate
Ssr. Bludit
Posts: 14
Joined: Mon Jul 04, 2022 1:25 pm
Been thanked: 2 times

Looks like the only solution if we want to treat the canonical right is to directly add the content on the index page...
User avatar
Edi
Site Admin
Posts: 3121
Joined: Sun Aug 09, 2015 5:01 pm
Location: Zurich
Has thanked: 54 times
Been thanked: 77 times
Contact:

affiliate wrote: Tue Aug 01, 2023 6:20 pm My problem is this content is also accessible with another url.
Can you please give an example.
Clickwork - Websites mit Bludit | Planet Bludit - Tipps und Snippets
Chrischii
Jr. Bludit
Posts: 1
Joined: Wed Aug 09, 2023 2:02 am

I can give an example: https://www.fernstudiumz.de/

Ive set a static homepage, but its also accessible at https://www.fernstudiumz.de/start

This should not be the case. If a static homepage is set, the page should not be accessible at an other url than the homepage / frontpage url.
Post Reply