mrvautin

Tag: open-graph

Adding Facebook Open Graph Metadata to your website

It is a good idea for the sake of SEO to ensure your website has all the necessary Meta tags. This ensures the search engines and other services can crawl or interact with your website in an efficient manner.Some of the Meta tags you will want to set

metaget - Nodejs module to fetch remote Meta Tags (including Open Graph) from URL

A Node.js module to fetch HTML meta tags (including Open Graph) from a remote URLInstallationnpm install metaget --saveUsagevar metaget = require("metaget");metaget.fetch('https://wordpress.com', function (err, meta_response)