From 62a95be862906f57569025514b90699083ed6a24 Mon Sep 17 00:00:00 2001 From: Alem Tuzlak Date: Tue, 23 Jul 2024 17:31:17 +0200 Subject: [PATCH] update --- README.md | 6 ++++++ package.json | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b715cb..5dc8a5c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ # seo-tools +![GitHub Repo stars](https://img.shields.io/github/stars/forge42dev/seo-tools?style=social) +![npm](https://img.shields.io/npm/v/@forge42/seo-tools?style=plastic) +![GitHub](https://img.shields.io/github/license/forge42dev/seo-tools?style=plastic) +![npm](https://img.shields.io/npm/dy/@forge42/seo-tools?style=plastic) +![npm](https://img.shields.io/npm/dw/@forge42/seo-tools?style=plastic) +![GitHub top language](https://img.shields.io/github/languages/top/forge42dev/seo-tools?style=plastic) SEO Tools is a collection of tools to help you with your SEO efforts. It includes tools to help you with sitemaps, robots.txt, canonical links, structured data, and metadata. The package is split into smaller submodules so you can only import the parts you need, in spirit of good SEO we want your bundle as small as possible. diff --git a/package.json b/package.json index 28328ca..554e215 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { - "name": "seo-tools", + "name": "@forge42/seo-tools", "version": "1.0.0", + "private": false, "keywords": ["seo", "remix-seo", "seo-tools", "structured-data", "sitemap", "robots", "canonical", "seo-alternate"], "description": "A set of tools to evolve your SEO strategy to the next level", "scripts": {