dart-backend / angel

A polished, production-ready backend framework in Dart for the VM, AOT, and Flutter.
https://github.com/dukefirehawk/angel
BSD 3-Clause "New" or "Revised" License
171 stars 22 forks source link

SEO #57

Open deadsoul44 opened 2 years ago

deadsoul44 commented 2 years ago

Hi, thanks a lot for maintaining this package. Starred and watching the repo. I checked the issues but didn’t see any discussion related to SEO. How good is angel_seo package at helping website indexing/ranking?

dukefirehawk commented 2 years ago

From looking at the code, the impact on indexing/ranking would be minimal. Those typically come from how well the page itself is designed and optimized for search engine especially the meta tags setup. This package can help by making the page load faster by inlining external resources such as css and js files especially if their size are large or have boatload of them.