Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🍁 Agregar SEO #97

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

🍁 Agregar SEO #97

wants to merge 7 commits into from

Conversation

anattolia
Copy link
Member

Agregar json de SEO.

No sé si falta algo... Es parecido al de NiñezYa.

@anattolia anattolia added the pregunta :shipit: Se pide más información label Apr 8, 2024
@anattolia anattolia requested a review from 1cgonza April 8, 2024 21:37
@anattolia anattolia self-assigned this Apr 8, 2024

/* const PersonaJGC: Person = {
'@type': 'Person',
'@id': 'https://juancgonzalez.com/#identidad',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

este es mi @id, debería ser algo como https://juli.com/#identidad, cada persona debe tener uno diferente. (se me ocurre que si no tiene página puede ser la url al perfil de EnFlujo)


const PersonaAB: Person = {
'@type': 'Person',
'@id': 'https://juancgonzalez.com/#identidad',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

igual que el anterior

'@id': 'https://juancgonzalez.com/#identidad',
name: 'Julián Camilo García',
// image:
sameAs: [],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

completar las redes de Juli y ponerlas en sameAs: []

'@id': 'https://juancgonzalez.com/#identidad',
name: 'Antonia Bustamante',
// image:
sameAs: [],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

completar redes de anto

'@id': 'https://juancgonzalez.com/#identidad',
name: 'Juan Camilo González',
// image:
sameAs: [],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mis redes serían:

 sameAs: [
    'https://www.instagram.com/juancgonza/',
    'https://github.com/1cgonza',
    'https://twitter.com/1cgonza',
    'https://www.facebook.com/juancgonza'
  ],

@@ -9,9 +12,21 @@ import Creditos from '@/componentes/Creditos.astro';
import Listas from '@/componentes/Listas.astro';
import Proyectos from '@/componentes/Proyectos.astro';
import PataLogos from '@/componentes/PataLogos.astro';

const datosPagina: AboutPage = {
'@type': 'AboutPage',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

si sería un AboutPage? el "about" si está en esta página incial pero en realidad es toda la aplicación. No se como definir esto bien.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pregunta :shipit: Se pide más información
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants