Meteor Meta Extractor

screenshot of Meteor Meta Extractor

Extract meta tags (opengraph / facebook, twitter, meta) from a html string or an url. Work on client and server.

Overview

The Meteor Meta Extractor is a powerful and flexible tool designed to extract meta tags from both HTML strings and URLs. With its isomorphic functionality, this package seamlessly operates on both the client and server sides of your Meteor application, making it a versatile addition to your development toolkit. Whether you're looking to enhance your application's SEO or improve sharing capabilities on social media, this package streamlines the process of retrieving essential metadata.

Features

  • Isomorphic Functionality: The package works both on the client and server, offering seamless integration across your Meteor application.
  • Simple Extraction: With a single function, extractMeta(), you can easily pull out key meta information including title, description, image, and URL.
  • Asynchronous on Client: The client-side implementation utilizes a Meteor call for data retrieval, ensuring efficient handling of asynchronous operations.
  • Synchronous on Server: Unlike the client, the server-side function runs synchronously, returning the meta object directly for straightforward access.
  • Support for Multiple Meta Types: The extractor captures diverse meta tags, including OpenGraph/Facebook and Twitter tags, enhancing social sharing.
  • Example Implementation: The package provides a clear example for users to quickly get started with running the extractor in their applications.
  • Lightweight and Easy to Use: Designed to be minimalistic, the tool ensures developers can implement it without unnecessary complications, allowing for quick integration.