60 likes | 80 Views
Single page apps are becoming increasingly common. While there are a lot of good things about SPA, it does come with few SEO challenges.
E N D
Single Page Apps Explained • Single Page Apps are usually Javascript powered apps or websites where all the information is presented on a single page. • In traditional websites, when a new page is accessed, browser has to load the page. • In SPA, there is no need to load time of new pages, because there is only a single page.
Advantages of SPA • Ease of accessing content • Swift navigation throughout the site • No Extra Load Time of new pages • Mobile friendly and responsive
Disadvantages of SPA • High Bounce rate • Since SPA are built in JS, they require a bit of extra time to load. • It becomes difficult to track engagement on website through analytical tools
Best Practices of SPA SEO • Use Server Side rendering or Pre-rendering • Server side rendering is when page is rendered when request is sent to the server. • Pre-rendering is similar to server side rendering, but the rendering is pre-deployed. • URL optimization with keywords • Meta tag optimization • Interlinking