Questions about Breadcrumbs, Menu and Homepage copying
Autor: Slobodan S.
Visitado 2724,
Seguidores 2,
Compartilhado 0
Hi all, I bought SEO course to improve my site rankings and I have couple questions about Breadcrumbs, Menu and Homepage copying. I am using website x5 evolution 9.
Breadcrumbs
Is it possible to make breadcrumbs with website x5 evolution 9?
Menu
Is there any way to make my Homepage menu button to link to "http://domain.com" without index.html?
Homepage copying
Is it possible to make copy of my current homepage in X5 project to make it something like backup so I would be able to use that page as my homepage again over the time.
Publicado em
Hello Slobodan,
You can make a breadcrumb trail in v9 by switching on the Page Path option in Step 4 Advanced Settings > Styles and Models > Text tab... select 'Page Path' from the Page Item dropdown menu and tick the checkbox marked 'Visible'
To remove 'index.html' from the URL of your homepage place the following code in an .htaccess file on your server (NB: you cannot do this from within X5):
RewriteEngine On
RewriteRule ^index\.html$ / [R=301,L]
As far as I'm aware there is no option to copy the Homepage in v9 (the ability to do this has been introduced in v10)
A workaround in v9 could be to make the default Homepage 'invisible', then create additional homepages of your own which you could show or hide when appropriate.
Hope this helps.
Kind regards,
Paul
Autor
Thank you for quick and corrected answer.