Bir web sitesini inceliyorum ve içeriğinin çoğunun yalnızca oluşturulan HTML’de göründüğünü fark ettim.
Bu endişe verici olarak işaretlenmesi gereken bir şey mi? Cevabınız evet ise doğru öneri ne olabilir?
Bir web sitesini inceliyorum ve içeriğinin çoğunun yalnızca oluşturulan HTML’de göründüğünü fark ettim.
Bu endişe verici olarak işaretlenmesi gereken bir şey mi? Cevabınız evet ise doğru öneri ne olabilir?
Yorum yapabilmek için oturum açmalısınız.
Kod e‑postana gönderildi. (24 saat geçerli)
typical single page application problem. implement some kind of server side rendering with hydration or something, so that content is available in the raw HTML. It’s not a knock out problem but wastes a lot of ressource due to search engines having to render your page to even realize that a page is “noindex” or something. I would implement something to make everything appear in the raw HTML.