
Quote from Vadim on June 9, 2022, 6:56 pmI'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?
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?

Quote from luishp on June 9, 2022, 7:43 pmHi @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:
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#!/postRegards.
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:
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.

Quote from Vadim on June 9, 2022, 7:52 pm@luishp
Thank you very much, Luis!
Yes, I have the option to use .htaccess! Thanks for the link, I will read it!
Thank you very much, Luis!
Yes, I have the option to use .htaccess! Thanks for the link, I will read it!