Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnsi15/seocheck-ai
Valida el SEO de tus artículos antes de ser publicados y genera sugerencias con AI
https://github.com/johnsi15/seocheck-ai
ai ia inteligencia-artificial nextjs openai react reactjs seo seo-optimization
Last synced: 2 months ago
JSON representation
Valida el SEO de tus artículos antes de ser publicados y genera sugerencias con AI
- Host: GitHub
- URL: https://github.com/johnsi15/seocheck-ai
- Owner: johnsi15
- Created: 2024-01-16T00:25:40.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-08-17T18:55:41.000Z (5 months ago)
- Last Synced: 2024-08-18T18:33:54.586Z (5 months ago)
- Topics: ai, ia, inteligencia-artificial, nextjs, openai, react, reactjs, seo, seo-optimization
- Language: TypeScript
- Homepage: https://seocheckai.com/
- Size: 1.29 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SeocheckAI
[Seocheckai](https://seocheckai.com/) es una aplicación web que te ayuda a identificar problemas de SEO en tus sitios web. Y por si fuera poco, también genera sugerencias para resolver esos problemas utilizando inteligencia artificial con uno de los modelos de OpenAI.
![Next.js Badge](https://img.shields.io/badge/Next.js 14-000?logo=nextdotjs&logoColor=fff&style=flat)
![OpenAI](https://img.shields.io/badge/OpenAI-blue?logo=openai&logoColor=white&labelColor=gray)
![GitHub stars](https://img.shields.io/github/stars/johnsi15/seocheck-ai)
![GitHub releases](https://img.shields.io/github/release/johnsi15/seocheck-ai)
![GitHub issues](https://img.shields.io/github/issues/johnsi15/seocheck-ai)## Tecnologías utilizadas
- [**Next.js 14 App Router**](https://nextjs.org/) - El Framework de React para la web.
- [**OpenAI**](https://openai.com/) - Modelo de IA.
- [**SDK Vercel AI**](https://sdk.vercel.ai/) - El kit de herramientas de IA para TypeScript.
- [**React Hook Form**](https://react-hook-form.com/) - Formularios eficaces, flexibles y extensibles con validación fácil de usar.
- [**Next.js Server Actions**](https://nextjs.org/docs/api-reference/server-actions) - Funciones asíncronas para ejecutar en el servidor.
- [**TailwindCSS**](https://tailwindcss.com) - Sistema de diseño.
- [**Prettier**](https://prettier.io) - Formateador de código.## 🚀 Getting Started
**Requirements:**
- [x] [Node.js](https://nodejs.org) (+v20.x) instalado.
- [x] [npm](https://www.npmjs.com) (v10+) instalado.
- [x] [Variables de entorno](https://nextjs.org/docs/pages/building-your-application/configuring/environment-variables) revisar el archivo .env.example.
- [x] [Visual Studio Code](https://code.visualstudio.com) con las extensiones recomendadas instaladas (ESLint, Prettier, Tailwind CSS IntelliSense).**¿Cómo funciona el proyecto?**
* `npm install` to install the dependencies
* `npm run dev` to run development mode app
* `npm build` to build production app
* `npm start` to run mode production## Contacto
Puedes contactarme si tienes dudas sobre el proyecto o cualquier otra cosa en la que pueda ayudarte.
**Email: [email protected]**
## FAQ
1. **¿Cómo puedo analizar un sitio web?**
> Puedes analizar o auditar un sitio web desde la página principal o buscar la opción en la parte superior o inferior del sitio donde dice 'Analizar web'. Después, debes ingresar la **URL** del sitio web que deseas analizar.
2. **¿Cómo puedo generar sugerencias de títulos y descripciones?**
> Debes buscar la opción "Validar SEO", introducir un título y una descripción, y luego hacer clic en el botón "Validar SEO". Después de esto, se habilitará el botón "Generar sugerencias con AI". Al hacer clic en ese botón, podrás generar sugerencias.3. **¿Cuál es el límite para analizar webs y generar sugerencias de títulos y descripciones?**
> No existe un límite para analizar sitios web y generar sugerencias, pero por favor, no abuses del sistema.
## ☁️ Desplegado en Vercel
- ✅ [seocheckai.com](https://seocheckai.com/).
## Tasks
- [x] add limit suggestions with AI for title, max 3 fer title
- [ ] add limit for IP max request (?) for day
- [x] unlock the button to generate suggestions even if the description does not comply with the validation
- [x] add button donar
- [x] add icon github
- [x] add icon buy coffee
- [x] add vídeo example main page
- [x] add tool features main page
- [x] valid title, description y keywords con regex in api/
- [x] add version mobile
- [x] add script GA or GTM
- [x] add events click GA
- [x] add other tool analytic
- [x] add metaData
- [x] add siteMaps
- [x] add JSONld microdata
- [x] add banner info
- [x] add logo and review metadata
- [x] add favicon
- [x] add footer
- [x] add recommendations below the form validate SEO
- [x] deploy app to vercel and config domain
- [x] add button at the bottom of the page to start or try
- [ ] add multiple suggestions responses with AI
- [ ] add response with a range from 1 to 10 how good the title is with AI.