Tek sayfalık bir uygulama web sitem var ve genel olarak SEO ile acemiyim. Böyle bir site için ne tür şeyler yapmam gerekiyor?
Tek sayfalık bir uygulama web sitem var ve genel olarak SEO ile acemiyim. Böyle bir site için ne tür şeyler yapmam gerekiyor?
Kod e‑postana gönderildi. (24 saat geçerli)
Google is a page level system (PageRank) so you’re setting yourself up for a challenger. You could try to put anchor texts in
Can you develop off-site signals? That could help you build authority.
The important thing regardless of whether it’s a SPA or not is does your page have links that consistently load the same page.
If your SPA has more dynamic content eg. selecting option in a dropdown drastically change the changes the content on the page then you should try make all of those page variations exist on unique URLs. As others have mentioned Google’s index understand your website as a collection of pages accessible via links, dynamic content that is not identified through dynamic links is not something Google will be able to understand.
Beyond that I would highly recommend looking at SSR your site still. Even though Google will crawl with JS enabled, not every search engine will do this well.