DEV Community

Discussion on: How do you avhieve SEO performance on your dev stack ?

Collapse
 
murdercode profile image
Stefano Novelli

1) Use less JS as you can
2) Predict sizes of your Ads
3) Use native loading=“lazy”
4) Stay low with your CSS and optimize it
5) Optimize your images
6) Serve your static assets with CDN
7) Optimize your queries and cache it every time you can
8) Monitor your app and make a lot of tests
9) RSS, Sitemap…

We can debate to the infinite but I think the main rule is: “Respect your users and provide them the best web/app experience, respect their limits (accessibility, usability) and get better day by day”.

The best SEO is to make the web a better place.

Collapse
 
polterguy profile image
Thomas Hansen

10) GZip stuff

Collapse
 
dwdsundeep profile image
sundeepdwd

That's great ! thank you