Html Metadata Versions Save

MetaData html scraper and parser for Node.js (supports Promises and callback style)

v1.7.0

6 years ago

This change deprecates support for node 0.10 and .12 and is compatible with 4, 6, & 8. It also updates packages to their latest versions.

The following improvements to the metadata scraping were made:

  • Adds in PRISM metadata method parsePrism
  • Adds in icon and apple touch icon metadata to the parseGeneral method
  • Adds in xml lang attribute in the parseGeneral method if the html lang property is not available

Additional, a loadHTML method was exposed for scraping downloaded HTML files.

v1.6.3

7 years ago
  • Fix warns
  • Clean up tests & replace url that was timing out
  • Rejection values return Errors instead of strings

v1.6.0

7 years ago

Adds support for JSON-LD in script tags

v1.5.0

7 years ago

Adds support for Twitter cards.