{"id":22979224,"url":"https://github.com/rysth/astro-rysthdesign","last_synced_at":"2026-06-25T03:31:34.711Z","repository":{"id":213022272,"uuid":"732793658","full_name":"Rysth/ASTRO-RysthDesign","owner":"Rysth","description":" Welcome to RysthDesign's DevPort! Dive into my coding journey, showcasing dynamic React, Astro interfaces and robust Rails backends. Explore the realm of software development with me! 💻🚀","archived":false,"fork":false,"pushed_at":"2024-12-28T23:54:38.000Z","size":13628,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"development","last_synced_at":"2025-02-07T23:46:47.027Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Astro","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Rysth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-17T20:56:15.000Z","updated_at":"2024-12-28T23:54:41.000Z","dependencies_parsed_at":"2023-12-22T01:03:05.754Z","dependency_job_id":"34949152-8c88-4c45-8729-41f44371ca15","html_url":"https://github.com/Rysth/ASTRO-RysthDesign","commit_stats":null,"previous_names":["rysth/astro-rysthcraft","rysth/astro-rysthdesign"],"tags_count":0,"template":false,"template_full_name":"Rysth/ASTRO-Template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rysth%2FASTRO-RysthDesign","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rysth%2FASTRO-RysthDesign/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rysth%2FASTRO-RysthDesign/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rysth%2FASTRO-RysthDesign/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rysth","download_url":"https://codeload.github.com/Rysth/ASTRO-RysthDesign/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246785428,"owners_count":20833471,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-15T01:24:40.568Z","updated_at":"2026-06-25T03:31:34.701Z","avatar_url":"https://github.com/Rysth.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RysthDesign - Agencia de Diseño Web en Guayaquil\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"./public/favicon.png\" alt=\"RysthDesign Logo\" height=\"100\" /\u003e\n\u003c/div\u003e\n\n## Table of Contents\n\n- [Sobre el Proyecto](#sobre-el-proyecto)\n- [Tecnologías Utilizadas](#tecnologías-utilizadas)\n- [Características Principales](#características-principales)\n- [Guía de SEO](#guía-de-seo)\n- [Desarrollo Local](#desarrollo-local)\n- [Authors](#authors)\n- [License](#license)\n\n## Sobre el Proyecto\n\nAgencia de diseño y desarrollo web profesional ubicada en Guayaquil, Ecuador. Especializada en:\n\n- 🎯 Sitios Web Profesionales\n- 🛒 Tiendas Online (E-commerce)\n- 💻 Aplicaciones Web\n\n## Tecnologías Utilizadas\n\n- Astro\n- React\n- NodeJS\n- Ruby on Rails\n\n## Características Principales\n\n- ⚡ Rendimiento Optimizado (99/100 en Lighthouse)\n- 📱 Diseño Totalmente Responsivo\n- 🔍 SEO Optimizado para el mercado de Guayaquil\n- 🛠️ Stack Tecnológico Moderno\n\n### Guía de SEO\n\n#### 1. Google Search Console\n\n1. Ir a [Google Search Console](https://search.google.com/search-console)\n2. Agregar propiedad (dominio o URL)\n3. Verificar propiedad mediante:\n   - Archivo HTML\n   - Meta tag\n   - DNS record\n4. Subir sitemap.xml\n   ```bash\n   https://rysthdesign.com/sitemap-index.xml\n   ```\n\n#### 2. Google Business Profile\n\n1. Visitar [Google Business](https://business.google.com)\n2. Crear perfil de negocio\n3. Agregar información importante:\n   - Dirección física en Guayaquil\n   - Horario de atención\n   - Fotos del negocio\n   - Servicios ofrecidos\n4. Solicitar verificación por correo postal\n\n#### 3. Structured Data\n\n1. Agregar al `Layout.astro`:\n\n```astro\n\u003cscript type=\"application/ld+json\"\u003e\n  {\n    \"@context\": \"https://schema.org\",\n    \"@type\": \"WebDesigner\",\n    \"name\": \"RysthDesign\",\n    \"image\": \"https://rysthdesign.com/logo.png\",\n    \"description\": \"Agencia de Diseño Web en Guayaquil\",\n    \"address\": {\n      \"@type\": \"PostalAddress\",\n      \"addressLocality\": \"Guayaquil\",\n      \"addressRegion\": \"Guayas\",\n      \"addressCountry\": \"EC\"\n    },\n    \"priceRange\": \"$$\"\n  }\n\u003c/script\u003e\n```\n\n#### 4. Meta Tags Esenciales\n\n1. Agregar en `Layout.astro`:\n\n```astro\n\u003cmeta name=\"robots\" content=\"index, follow\" /\u003e\n\u003cmeta name=\"googlebot\" content=\"index, follow\" /\u003e\n\u003cmeta name=\"description\" content=\"Agencia de Diseño Web en Guayaquil 🚀\" /\u003e\n\u003cmeta name=\"keywords\" content=\"diseño web guayaquil, paginas web ecuador\" /\u003e\n```\n\n#### 5. Optimización Local\n\n1. Palabras clave objetivo:\n\n   - diseño web guayaquil\n   - desarrollo web ecuador\n   - paginas web guayaquil\n   - tiendas online ecuador\n\n2. Contenido local:\n\n   - Blog posts sobre desarrollo web en Ecuador\n   - Casos de éxito de clientes locales\n   - Testimonios de empresas guayaquileñas\n\n3. Backlinks locales:\n   - Cámara de Comercio de Guayaquil\n   - Directorios de empresas ecuatorianas\n   - Eventos tech locales\n\n#### 6. Herramientas de Verificación\n\n- [Schema Validator](https://validator.schema.org/)\n- [Rich Results Test](https://search.google.com/test/rich-results)\n- [PageSpeed Insights](https://pagespeed.web.dev/)\n\n### Live Demo\n\n[Live Demo](http://rysthdesign.com/)\n\n## Desarrollo Local\n\n1. Clonar el repositorio:\n\n   ```bash\n   git clone https://github.com/Rysth/ASTRO-RysthDesign.git\n   cd ASTRO-RysthDesign\n   code .  # To open VS Code Editor\n   ```\n\n2. Customize as needed.\n\n### Commands\n\n- **npm run dev:** Run the app in development mode.\n- **npm run build:** Build the app for production.\n- **npm run eslint:** Launch the ESLINT command.\n\n### Linters\n\n- CSS Checker:\n\n  ```bash\n  npx stylelint \"**/*.{css,scss}\"\n  ```\n\n- ESLint Checker:\n\n  ```bash\n  npx eslint \"**/*.{js,jsx}\"\n  ```\n\n### Authors\n\n- John Palacios\n\n  - [LinkedIn](https://www.linkedin.com/in/john-palacios-tutiven-a34ab9310/)\n  - [GitHub](https://github.com/Rysth)\n\n### License\n\nThis project is [MIT](./LICENSE.md) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frysth%2Fastro-rysthdesign","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frysth%2Fastro-rysthdesign","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frysth%2Fastro-rysthdesign/lists"}