1.0.0 • Published 8 months ago

hreflang-checker v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

hreflang-checker

Easily check your hreflangs are valid

Installation

npm install hreflang-checker

Usage/Examples

import { validateHreflang } from 'hreflang-checker';

it('should pass', async () => {
  await expect(validateHrefLang('https://myurl.com')).resolves.toBe(true)
})
1.0.0

8 months ago