@spectnullbyte/seo-content-analyzer
TypeScript icon, indicating that this package has built-in type declarations

1.2.2 • Public • Published

SEO CONTENT ANALYZER

seo content check has never been easier :D

Documentation

Documentation

Usage/Examples

//NODEJS
import SEOContentAnalyzer from "@spectnullbyte/seo-content-analyzer";
const result = SEOContentAnalyzer({
  keyword: "your-keyword-here",
  title: "your-title-here",
  descriptionMeta: "your-description-meta-here",
  content: "<h1>your content here</h1><p>cool</p>",
});

//JAVSASCRIPT
import SEOContentAnalyzer from "@spectnullbyte/seo-content-analyzer/dist/client";
const result = SEOContentAnalyzer({
  keyword: "your-keyword-here",
  title: "your-title-here",
  descriptionMeta: "your-description-meta-here",
  content: "<h1>your content here</h1><p>cool</p>",
});

// WITH LANGUAGE
const result = SEOContentAnalyzer(
  {
    keyword: "your-keyword-here",
    title: "your-title-here",
    descriptionMeta: "your-description-meta-here",
    content: "<h1>your content here</h1><p>cool</p>",
  },
  "id"
);

Contributing

Contributions are always welcome!

See readme.md for ways to get started.

Please adhere to this project's code of conduct.

Readme

Keywords

none

Package Sidebar

Install

npm i @spectnullbyte/seo-content-analyzer

Weekly Downloads

3

Version

1.2.2

License

MIT

Unpacked Size

1.58 MB

Total Files

451

Last publish

Collaborators

  • spectnullbyte