Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
AlemTuzlak committed Jul 23, 2024
1 parent 0e242d9 commit 62a95be
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 62a95be

Please sign in to comment.