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:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user