How do I keep my pages indexed with the transition of my site to VisualNEO Web? - Forum

Forum Navigation
You need to log in to create posts and topics.

How do I keep my pages indexed with the transition of my site to VisualNEO Web?

I've had a static site for years that is long overdue for a redesign. And, naturally, with the help of VisualNEO Web! :)
I wondered – what to do about the fact that many of the pages on my site have long been indexed by search engines and if I replace the site, the paths to the pages will change as well. Visitors who come from a search engine will see a 404 error. And that's not good.

Can I somehow set up a redirect from the known names of the old pages to the new pages?
If so, what is the best way to do it?
Will I have to permanently save the redirection or after some time the search engines will update the addresses?

Hi @vadim.

It depends on your web server. If you use Apache or a compatible one you can just create a .htaccess file in your server root folder and add the necessary redirections. Please take a look here:

https://help.dreamhost.com/hc/en-us/articles/215747748-How-can-I-redirect-and-rewrite-my-URLs-with-an-htaccess-file-

Note that VisualNEO Web apps are Single Page Applications (SPA) and thus they are not very SEO friendly :/
I have noticed a sitemap.txt or sitemap.xml file in the root folder can help a lot to search engines.

This is a sitemap.txt sample for bibliosoftware.com:

https://bibliosoftware.com
https://bibliosoftware.com/index.html#!/software
https://bibliosoftware.com/index.html#!/servicios
https://bibliosoftware.com/index.html#!/noticias
https://bibliosoftware.com/index.html#!/contacto
https://bibliosoftware.com/index.html?id=bibliotecas-comunidad-de-madrid#!/post
https://bibliosoftware.com/index.html?id=gestion-de-cajas#!/post
https://bibliosoftware.com/index.html?id=impresion-de-carnes#!/post
https://bibliosoftware.com/index.html?id=gymkanas-para-bibliotecas#!/post
https://bibliosoftware.com/index.html?id=impresion-de-etiquetas#!/post
https://bibliosoftware.com/index.html?id=bibliocontrol#!/post
https://bibliosoftware.com/index.html?id=impresion-de-tejuelos#!/post
https://bibliosoftware.com/index.html?id=webs-para-bibliotecas#!/post
https://bibliosoftware.com/index.html?id=apps-a-medida#!/post
https://bibliosoftware.com/index.html?id=web-bibliotecas-villalba#!/post
https://bibliosoftware.com/index.html?id=madrid-anos-20#!/post

Regards.

Vadim has reacted to this post.
Vadim

@luishp

Thank you very much, Luis!

Yes, I have the option to use .htaccess! Thanks for the link, I will read it!

 

luishp has reacted to this post.
luishp