@bodhi-project/seo
v3.0.1
Published
SEO Library
Downloads
56
Readme
SEO Library
SEO Library takes care of your website's SEO needs - quick and easy React-based components. Takes care of:
- Basic
meta
tags - Twitter Summary and Video cards
- Open Graph as recommended by facebook.com
- Schema.org's JSON-LD as recommended by google.com
See: How to use these components
Based on: react-helmet
Start Developing
npm install
npm start
To update all package dependencies run -
npm-upgrade
npm install --save
Semver Versioning
Remember to update the version in package.json
before publishing:
npm version patch --no-git-tag-version // Add a patch. Ex, goes from 0.0.1 to 0.0.2
npm version minor --no-git-tag-version // Add a minor package version. Ex, goes from 0.0.1 to 0.1.1
npm version major --no-git-tag-version // Add a major package version. Ex, goes from 0.0.1 to 1.0.1
To publish run -
npm run build
npm publish