metax

1.2.135 • Public • Published

Metax

A ready-to-use React Helmet component for SEO, SMO and semantic web.

Getting Started

1. Install

npm install metax

2. Import

import { SEO } from "metax"
// or
const { SEO } = require("metax");

3. Integrate

import React from "react"
import { SEO } from "metax"

const YourApp = () => (
   <>
      <SEO title={"Your page title"} />
      <article>Your content</article>
   </>
)

Package Sidebar

Install

npm i metax

Weekly Downloads

151

Version

1.2.135

License

ISC

Unpacked Size

176 kB

Total Files

62

Last publish

Collaborators

  • jimmyandrade