@bodhi-project/seo

SEO Library takes care of your website's SEO needs - quick and easy React-based components. Takes care of:

Usage no npm install needed!

<script type="module">
  import bodhiProjectSeo from 'https://cdn.skypack.dev/@bodhi-project/seo';
</script>

README

SEO Library

SEO Library takes care of your website's SEO needs - quick and easy React-based components. Takes care of:

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