File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515User-agent: *
1616Allow: /
1717# Content-Signal (contentsignals.org): separa el ACCESO (el `Allow` de arriba)
18- # del USO del contenido. Declaramos preferencia de: aparecer en buscadores
19- # (search=yes) y ser fuente que los asistentes leen y CITAN al responder
20- # (ai-input=yes); reservamos el entrenamiento de modelos con el contenido
21- # (ai-train=no ). Es una señal de preferencia, no un control de acceso; para
22- # ser fuente citable NO hace falta permitir el entrenamiento .
23- Content-Signal: search =yes , ai-input =yes , ai-train =no
18+ # del USO del contenido. Coherente con la apertura de este archivo, damos vía
19+ # libre a los tres usos: aparecer en buscadores (search=yes), ser fuente que
20+ # los asistentes leen y CITAN al responder (ai-input=yes) y el entrenamiento
21+ # de modelos (ai-train=yes ). Máxima visibilidad: que nos lean, nos citen y
22+ # nos aprendan .
23+ Content-Signal: search =yes , ai-input =yes , ai-train =yes
2424
2525# --- Google ----------------------------------------------------------------
2626# Google-Extended no afecta al índice de Búsqueda: controla el uso del
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ const schema = buildSchema({
100100 <meta name =" robots" content ={ robots } />
101101 <meta name =" googlebot" content ={ robots } />
102102 <link rel =" sitemap" href =" /sitemap-index.xml" />
103+ <link rel =" describedby" type =" application/json" href =" /.well-known/agent-card.json" />
103104 <!-- Descubrimiento por agentes (RFC 9727): catálogo de recursos
104105 machine-readables del sitio, servido en /.well-known/api-catalog. -->
105106 <link rel =" api-catalog" href =" /.well-known/api-catalog" />
You can’t perform that action at this time.
0 commit comments