angular - Does Angular2 impact the SEO of my website? -
like title says, if use angular2 website, negatively affect seo?
since didn't specify details, i'm assuming asking spa (single page applications) use angular.
for spa's, if can routing right using angular routes , enabling clean routes on server using (ex: .htaccess on apache), seo should not affected.
however there other things need pay attention to.
some search engines not play ajax type page navigation , loading. since, don't see data loaded @ once, may index partially loaded webpages (though google has changed crawling accommodate this)
you should ensure meta , other keywords , stuff search engines specific each page if want seo. little challenging when doing spa's.
Comments
Post a Comment