Schema Update Tool
This tool will help update the Church schema markup to fix the address from “Hidalgo 306” to “Hidalgo 370” and correct the geo coordinates.
The current schema markup includes:
{
"@context": "https://schema.org",
"@type": [
"Church",
"CatholicChurch"
],
"@id": "https://www.parroquiadeguadalupepv.com/#church",
"name": "Parroquia de Nuestra Señora de Guadalupe",
"alternateName": "Our Lady of Guadalupe Parish",
"description": "La Parroquia de Nuestra Señora de Guadalupe es el corazón espiritual e ícono arquitectónico de Puerto Vallarta, Jalisco, México. Frecuentemente llamada catedral por los turistas, esta iglesia católica histórica ha sido el centro de la vida religiosa de la comunidad desde su construcción.",
"url": "https://www.parroquiadeguadalupepv.com/",
"image": "https://www.puertovallarta.net/wp-content/uploads/our-lady-of-guadalupe-parish.jpg",
"logo": "https://www.puertovallarta.net/wp-content/uploads/our-lady-of-guadalupe-parish.jpg",
"telephone": "+52-322-222-1326",
"email": "[email protected]",
"address": {
"@type": "PostalAddress",
"streetAddress": "Calle Hidalgo 306, Col. Centro",
"addressLocality": "Puerto Vallarta",
"addressRegion": "Jalisco",
"postalCode": "48300",
"addressCountry": "MX"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": "20.6136",
"longitude": "-105.2347"
}
}
The corrected schema markup should be:
{
"@context": "https://schema.org",
"@type": [
"Church",
"CatholicChurch"
],
"@id": "https://www.parroquiadeguadalupepv.com/#church",
"name": "Parroquia de Nuestra Señora de Guadalupe",
"alternateName": "Our Lady of Guadalupe Parish",
"description": "La Parroquia de Nuestra Señora de Guadalupe es el corazón espiritual e ícono arquitectónico de Puerto Vallarta, Jalisco, México. Frecuentemente llamada catedral por los turistas, esta iglesia católica histórica ha sido el centro de la vida religiosa de la comunidad desde su construcción.",
"url": "https://www.parroquiadeguadalupepv.com/",
"image": "https://www.puertovallarta.net/wp-content/uploads/our-lady-of-guadalupe-parish.jpg",
"logo": "https://www.puertovallarta.net/wp-content/uploads/our-lady-of-guadalupe-parish.jpg",
"telephone": "+52-322-222-1326",
"email": "[email protected]",
"address": {
"@type": "PostalAddress",
"streetAddress": "Calle Hidalgo 370, Col. Centro",
"addressLocality": "Puerto Vallarta",
"addressRegion": "Jalisco",
"postalCode": "48300",
"addressCountry": "MX"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": "20.6082",
"longitude": "-105.2347"
}
}
Implementation Instructions
To update the schema markup, follow these steps:
- Go to Dashboard > Appearance > Theme Editor (if available) or Dashboard > Plugins > Insert Headers and Footers
- Look for the schema markup in the header section or custom code blocks
- Update the streetAddress from “306” to “370” and latitude from “20.6136” to “20.6082”
- Save your changes
Alternatively, if using Yoast SEO for schema:
- Go to SEO > Search Appearance > Organization
- Check if the schema markup is defined there
- Update the address information if found
Note: This page is for administrative use only and should be deleted after the schema has been updated.