ELIMINAR schema-org.php - Rank Math controla TODOS los schemas

- Eliminado inc/schema-org.php completamente
- Eliminada referencia en functions.php
- Rank Math maneja 100% de los schemas
- El tema NO debe tocar nada de schemas

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
FrankZamora
2025-11-04 20:24:46 -06:00
parent 57cd146a92
commit f827b79f8f
2 changed files with 0 additions and 638 deletions

View File

@@ -191,11 +191,6 @@ if (file_exists(get_template_directory() . '/inc/seo.php')) {
require_once get_template_directory() . '/inc/seo.php';
}
// Schema.org JSON-LD implementation (Issue #33)
if (file_exists(get_template_directory() . '/inc/schema-org.php')) {
require_once get_template_directory() . '/inc/schema-org.php';
}
// Performance optimizations
if (file_exists(get_template_directory() . '/inc/performance.php')) {
require_once get_template_directory() . '/inc/performance.php';