UNPKG

metatag-crawler

Version:

This is a simple node.js module for scraping meta information from web pages.

18 lines (15 loc) 367 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title> THIS is A &quotTEST&quot; Title! </title> <meta name="description" content=" This is the meta-description. "> <link rel="canonical" href="https://example.com/example.html?asdf=1234"> </head> <body> No relevant text here. </body> </html>