1.2.7 • Published 2 years ago

seo-content-analyzer v1.2.7

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

SEO CONTENT ANALYZER

seo content check has never been easier :D

Documentation

Documentation

Usage/Examples

//NODEJS
import SEOContentAnalyzer from '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 '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.

1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago