Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/koalatiapp/tool-seo
Koalati tool that checks for on-site SEO of a page and that provides suggestions for improvement.
https://github.com/koalatiapp/tool-seo
Last synced: 9 days ago
JSON representation
Koalati tool that checks for on-site SEO of a page and that provides suggestions for improvement.
- Host: GitHub
- URL: https://github.com/koalatiapp/tool-seo
- Owner: koalatiapp
- License: mit
- Created: 2020-08-07T19:53:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-08T14:45:30.000Z (about 3 years ago)
- Last Synced: 2024-10-03T03:27:20.526Z (about 1 month ago)
- Language: JavaScript
- Size: 246 KB
- Stars: 21
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# On-page SEO Tool for Koalati
[![npm (scoped)](https://img.shields.io/npm/v/@koalati/tool-seo)](https://www.npmjs.com/package/@koalati/tool-seo)
[![GitHub CI Workflow status](https://github.com/koalatiapp/tool-seo/workflows/CI/badge.svg)](https://github.com/koalatiapp/tool-seo/actions)
[![Libraries.io dependency status for latest release, scoped npm package](https://img.shields.io/librariesio/release/npm/@koalati/tool-seo)](https://www.npmjs.com/package/@koalati/tool-seo)This is the repository for Koalati's built-in on-page SEO tool. This tool's goal is to analyze a page's meta tags, contents and URL to help optimize and improve its reach on search engines like Google.
Here is a summary of the elements the tool looks at:
- Page title
- Meta description
- H1 headings
- H2 headings
- Inline styles
- Images without an `alt` description
- Deprecated HTML tags
- SEO-friendly URL
- SSL certificate## Contributing
If you would like to add features, fix bugs or optimize this tool, feel free to fork this repository and submit a pull request.
You can find more information on how to build and test Koalati tools in the [Tool Template's Documentation](https://github.com/koalatiapp/tool-template).