Skip to content

Commit

Permalink
improve rich snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
andrecasal committed Apr 16, 2024
1 parent a780533 commit 615f579
Showing 1 changed file with 50 additions and 16 deletions.
66 changes: 50 additions & 16 deletions app/routes/_marketing+/explicacoes-de-programacao.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,25 +35,59 @@ export const meta: V2_MetaFunction = () => {
},
{
'script:ld+json': {
'@context': 'https://schema.org/',
'@type': 'AggregateRating',
itemReviewed: {
'@type': 'EducationalOrganization',
name: 'Explicações de Programação - André Casal',
'@context': 'https://schema.org',
'@id': 'https://andrecasal.com',
'@type': 'ProfessionalService',
name: 'André Casal',
image: 'https://andrecasal.com/img/andre_casal_squared.png',
url: 'https://andrecasal.com',
telephone: '925194895',
priceRange: '40',
address: {
'@type': 'PostalAddress',
streetAddress: 'Rua Padre Americo, 10, 3 Direito',
addressLocality: 'Odivelas',
postalCode: '2675-288',
addressCountry: 'PT',
},
aggregateRating: {
'@type': 'AggregateRating',
'@id': 'https://andrecasal.com/explicacoes-de-programacao',
name: 'André Casal',
url: 'https://andrecasal.com/explicacoes-de-programacao',
image: 'https://andrecasal.com/img/andre_casal_squared.png',
telephone: '925194895',
address: {
'@type': 'PostalAddress',
streetAddress: 'Rua do Conde de Redondo',
addressLocality: 'Lisboa',
postalCode: '1150-109',
addressCountry: 'Portugal',
itemReviewed: {
'@type': 'EducationalOrganization',
name: 'Explicações de Programação - André Casal',
image: 'https://andrecasal.com/img/andre_casal_squared.png',
telephone: '925194895',
url: 'https://andrecasal.com/explicacoes-de-programacao',
address: {
'@type': 'PostalAddress',
streetAddress: 'Rua Padre Americo, 10, 3 Direito',
addressLocality: 'Odivelas',
postalCode: '2675-288',
addressCountry: 'PT',
},
},
ratingValue: '5',
bestRating: '5',
worstRating: '5',
ratingCount: '14',
},
openingHoursSpecification: {
'@type': 'OpeningHoursSpecification',
dayOfWeek: ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday'],
opens: '00:00',
closes: '23:59',
},
ratingValue: '5',
bestRating: '5',
worstRating: '5',
ratingCount: '14',
sameAs: [
'https://twitter.com/andrecasaldev',
'https://www.youtube.com/channel/UCAVNclj3DbLvdJE5CUHfumg',
'https://www.linkedin.com/in/andrecasal/',
'https://github.com/andrecasal',
'https://andrecasal.com/explicacoes-de-programacao',
],
},
},
]
Expand Down

0 comments on commit 615f579

Please sign in to comment.