-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
137 lines (128 loc) · 7.04 KB
/
Copy pathindex.html
File metadata and controls
137 lines (128 loc) · 7.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!doctype html>
<html lang="es">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary SEO -->
<title>Grid Maker - Cuadrícula para Dibujo | Herramienta Gratis Online</title>
<meta name="description" content="Crea cuadrículas sobre tus imágenes para dibujar. Herramienta gratuita online: recorta, ajusta filas y columnas, personaliza líneas, aplica filtros (escáner, blanco y negro, sepia) y descarga en alta resolución. Grid maker for drawing reference." />
<meta name="keywords" content="grid maker, cuadrícula para dibujar, drawing grid, cuadrícula sobre imagen, grid overlay, herramienta de dibujo, drawing reference grid, grilla para dibujo, cuadrícula online, image grid tool, grid generator, cuadrícula gratis, arte, dibujo, referencia, image filter, grayscale, scanner, crop tool" />
<meta name="author" content="Mirola" />
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1" />
<link rel="canonical" href="https://mirola-grid-maker.vercel.app" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://mirola-grid-maker.vercel.app" />
<meta property="og:title" content="Grid Maker - Cuadrícula para Dibujo Online Gratis" />
<meta property="og:description" content="Pon una cuadrícula sobre cualquier imagen para dibujar. Recorta, ajusta líneas, colores y descarga en alta resolución. 100% gratis, sin registro." />
<meta property="og:image" content="https://mirola-grid-maker.vercel.app/og-image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:locale" content="es_ES" />
<meta property="og:locale:alternate" content="en_US" />
<meta property="og:site_name" content="Grid Maker by Mirola" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Grid Maker - Cuadrícula para Dibujo Online Gratis" />
<meta name="twitter:description" content="Pon una cuadrícula sobre cualquier imagen para dibujar. Recorta, ajusta líneas y descarga en alta resolución." />
<meta name="twitter:image" content="https://mirola-grid-maker.vercel.app/og-image.png" />
<!-- Favicons -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="theme-color" content="#6366f1" />
<meta name="msapplication-TileColor" content="#6366f1" />
<!-- PWA / App -->
<link rel="manifest" href="/manifest.json" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="Grid Maker" />
<!-- Structured Data / JSON-LD -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "Grid Maker - Cuadrícula para Dibujo",
"alternateName": ["Grid Maker", "Mirola's Grid Maker", "Cuadrícula Online", "Drawing Grid Tool"],
"description": "Herramienta online gratuita para crear cuadrículas sobre imágenes. Ideal para dibujo artístico, proporciones y referencia visual. Recorta, ajusta filas, columnas, colores de línea y descarga en alta resolución.",
"url": "https://mirola-grid-maker.vercel.app",
"applicationCategory": "DesignApplication",
"operatingSystem": "Any",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"featureList": [
"Grid overlay on images",
"Customizable rows and columns",
"Image cropping with aspect ratios",
"Line color, thickness, opacity control",
"PNG and JPEG export",
"Dark and light mode",
"Cell numbering",
"Center crosshair and diagonals",
"Drag and drop, paste, URL support"
],
"screenshot": "https://mirola-grid-maker.vercel.app/og-image.png",
"author": {
"@type": "Person",
"name": "Mirola"
},
"inLanguage": ["es", "en"]
}
</script>
<!-- FAQ Structured Data for rich results -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "¿Cómo poner una cuadrícula sobre una imagen para dibujar?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Sube tu imagen a Grid Maker, ajusta las filas y columnas que necesites, personaliza el color y grosor de las líneas, y descarga la imagen con la cuadrícula superpuesta. Es gratis y no necesitas registro."
}
},
{
"@type": "Question",
"name": "¿Qué es el método de cuadrícula para dibujar?",
"acceptedAnswer": {
"@type": "Answer",
"text": "El método de cuadrícula es una técnica artística que divide una imagen de referencia en secciones iguales con líneas horizontales y verticales. Esto ayuda a reproducir proporciones exactas al dibujar, celda por celda."
}
},
{
"@type": "Question",
"name": "How to put a grid on an image for drawing?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Upload your image to Grid Maker, set the number of rows and columns, customize line color and thickness, then download. It's free, works in your browser, and supports cropping with custom aspect ratios."
}
}
]
}
</script>
<!-- Hreflang for multilingual -->
<link rel="alternate" hreflang="es" href="https://mirola-grid-maker.vercel.app" />
<link rel="alternate" hreflang="en" href="https://mirola-grid-maker.vercel.app" />
<link rel="alternate" hreflang="x-default" href="https://mirola-grid-maker.vercel.app" />
<!-- Preconnect to font CDN -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
</head>
<body>
<!-- SEO hidden content for crawlers -->
<noscript>
<h1>Grid Maker - Cuadrícula para Dibujo Online Gratis</h1>
<p>Herramienta gratuita para crear cuadrículas sobre imágenes. Sube tu foto, ajusta filas y columnas, personaliza el color y grosor de las líneas, y descarga en alta resolución. Ideal para artistas que usan el método de cuadrícula para dibujar.</p>
<p>Free online tool to create drawing grids over images. Upload your photo, set rows and columns, customize line style, and download in high resolution.</p>
</noscript>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>