#Experiences with blog in astro, does it affect seo (since the content is loaded via javascript)?

2 messages · Page 1 of 1 (latest)

untold estuary
#

Hi, I am looking to migrate my blog to a technology that allows me to switch between articles without having to reload the page.

I was doing some research on this issue and found out that this can cause problems with seo, as the page loads via javascript and search engines may not process the content.

One technique to avoid this is to use static site generator, which generates the whole page and allows the search engines to process the page.

I wanted to ask if astro loads things with javascript and if so, can this cause problems with seo?

glossy oriole
#

Astro works as an SSG, so no, content does not get loaded via javascript