nano-seo
v0.2.0
Published
A framework-agnostic SEO validation component to analyze and ensure your web application's meta tags, OpenGraph data, and SEO elements are optimized.
Downloads
3
Maintainers
Readme
Nano SEO
Nano SEO is a lightweight and framework-agnostic package that helps developers analyze and optimize SEO performance in any web application.
Installation
npm install nano-seoUsage
<script>
import "nano-seo";
</script>
<nano-seo
projectKey="PROJECT_KEY"
userId="USER_ID
/>Features
- Validates meta tags, keywords, and OpenGraph attributes.
- Provides an easy-to-use
<nano-seo />tag. - Part of NanoSights.dev
