WP Manifestindependent plugin directory
manifest / unclassified / gscerrorfix

GSC Schema Fix

Automatically fixes Google Search Console and Bing Webmaster Tools errors. Features: schema markup, meta optimization, multi-language support, universal platform detection, FAQ schema detection, keyword extraction, automatic error detection and fixing, analytics dashboard, AI search optimization, indexing fixes, shipping rate schema, and duplicate meta description removal.

by dratzymarcano · github.com/dratzymarcano/gscerrorfix · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/dratzymarcano/gscerrorfix/archive/refs/heads/main.zip

Readme

Universal SEO & Schema Fix - AI-Powered WordPress Plugin

Version 4.0.0 - The ultimate zero-configuration SEO and schema optimization plugin for any e-commerce platform.

Automatically fixes ALL Google Search Console errors, optimizes content for AI search engines (Google AI Overview, Bing Chat), and ranks your products for their target keywords - all without any configuration required.

🚀 Key Features

Zero-Configuration Universal Compatibility

  • Auto-detects your e-commerce platform: WooCommerce, Easy Digital Downloads, Shopify, BigCommerce, Ecwid, WP eCommerce, MemberPress, and more
  • Automatic platform-specific optimization: Currency detection, shipping info, brand extraction
  • Works on any e-commerce website: Just install and activate - everything else is automatic

Complete Google Search Console Error Fixing

  • ✅ Missing schema markup (offers, review, aggregateRating)
  • ✅ Missing meta tags (title, description, Open Graph)
  • ✅ Broken internal links detection and fixing
  • ✅ Duplicate content (automatic canonical URLs)
  • ✅ Mobile usability issues (viewport, font size, tap targets)
  • ✅ Indexing issues (removes incorrect noindex flags)
  • ✅ Structured data errors (validates and fixes all fields)

AI-Powered Search Engine Optimization

  • 🤖 Google AI Overview optimization: Structured content for featured snippets
  • 🤖 Bing Chat compatibility: Conversational query optimization
  • 🤖 Entity extraction: Automatic brand, location, product recognition
  • 🤖 FAQ schema auto-generation: Detects FAQ pages and creates proper schema
  • 🤖 Keyword extraction: Automatically finds and optimizes for page keywords
  • 🤖 AI-ready summaries: Generates concise summaries for AI search engines

Complete Schema.org Implementation

  • Product schema with all required fields
  • Organization schema (automatic from site settings)
  • Review & AggregateRating schema
  • Offer schema with price, availability, shipping
  • FAQPage schema (auto-detected and generated)
  • Breadcrumb schema for navigation
  • BreadcrumbList schema for hierarchies

Advanced Content Optimization

  • Automatic keyword optimization: Extracts keywords from content and optimizes meta tags
  • Internal linking suggestions: Finds related products and posts automatically
  • Content enhancement: Improves product descriptions with SEO best practices
  • Meta tag generation: Creates optimized titles and descriptions
  • Performance optimization: Lazy loading, browser caching, HTML minification

Professional SEO Analytics Dashboard

  • Real-time schema health monitoring
  • Product ranking tracking
  • Optimization statistics
  • Error detection and reporting
  • Performance metrics (Core Web Vitals)

🌍 Multi-Language Support

Fully optimized for:

  • 🇩🇪 German (Deutsch)
  • 🇬🇧 English
  • 🇦🇹 Austrian German
  • 🇨🇭 Swiss German

⚡ Performance Features

  • Lazy loading: Images and videos load only when needed
  • Browser caching: Optimized cache headers for static assets
  • HTML minification: Reduces page size
  • Core Web Vitals optimization: Improves LCP, FID, CLS scores

🛠 Technical Specifications

PHP Compatibility

  • ✅ PHP 7.4+
  • ✅ PHP 8.0+
  • ✅ PHP 8.1+
  • ✅ PHP 8.2+
  • ✅ PHP 8.3+

Supported E-Commerce Platforms

  1. WooCommerce (full integration)
  2. Easy Digital Downloads (full integration)
  3. Shopify for WordPress (detection & optimization)
  4. BigCommerce (detection & optimization)
  5. Ecwid (detection & optimization)
  6. WP eCommerce (detection & optimization)
  7. MemberPress (detection & optimization)
  8. Generic platforms (universal fallback)

WordPress Requirements

  • WordPress 5.0 or higher
  • No additional plugins required (works standalone)
  • Compatible with all major themes

📦 Installation

Automatic Installation (Recommended)

  1. Upload gsc-schema-fix.zip to WordPress admin → Plugins → Add New → Upload
  2. Click "Install Now"
  3. Activate the plugin
  4. Done! The plugin automatically detects your platform and optimizes everything

Manual Installation

  1. Upload the entire gsc-schema-fix folder to /wp-content/plugins/
  2. Activate the plugin through the WordPress admin panel
  3. Navigate to Settings → GSC Schema Fix to view analytics

GitHub Installation

cd wp-content/plugins/
git clone https://github.com/dratzymarcano/gscerrorfix.git gsc-schema-fix

🎯 How It Works

On Activation

  1. Platform Detection: Automatically identifies your e-commerce platform
  2. Configuration: Sets optimal settings for your platform (currency, language, etc.)
  3. Error Scanning: Detects all existing Google Search Console errors
  4. Schema Generation: Creates proper schema markup for all products

On Every Page Load

  1. Content Analysis: Extracts keywords and entities from page content
  2. Schema Injection: Adds optimized JSON-LD structured data
  3. Meta Optimization: Ensures proper meta tags and Open Graph data
  4. AI Optimization: Optimizes content for AI search engines
  5. Performance: Applies caching and optimization techniques

Automatic Features

  • No configuration required: Works immediately after activation
  • Automatic updates: Regenerates schema when products are updated
  • Self-healing: Fixes errors as they're detected
  • Background processing: Doesn't slow down your site

📊 Analytics Dashboard

Access via Settings → GSC Schema Fix

Dashboard Sections

  1. Overview: Total products, schema coverage, optimization score
  2. Schema Health: Validation status, missing fields, error count
  3. Top Products: Best-performing products by views
  4. Ranking Changes: Track improvements in search rankings
  5. Performance Metrics: Core Web Vitals scores
  6. Error Reports: Detailed error logs and fixes

Manual Tools

  • Test Schema: Validate schema for any product
  • Optimize Site: Run full site optimization
  • Fix All Errors: Automatically fix all detected GSC errors
  • Export Report: Download SEO analytics as CSV

🔧 Advanced Configuration (Optional)

While the plugin works perfectly with zero configuration, power users can customize:

Meta Tag Templates

// In WordPress admin → Settings → GSC Schema Fix → Meta Templates
Title Template: {product_name} - {category} | {site_name}
Description Template: {excerpt} Jetzt {product_name} kaufen. {price}. {shipping_info}

Custom Schema Fields

// Add custom product attributes to schema
add_filter('gsc_product_schema', function($schema, $product_id) {
    $schema['customField'] = get_post_meta($product_id, 'custom_field', true);
    return $schema;
}, 10, 2);

Platform-Specific Settings

// Override auto-detected platform
add_filter('gsc_override_platform', function($platform) {
    return 'woocommerce'; // Force WooCommerce mode
});

🌟 What Makes This Plugin Special?

1. True Zero-Configuration

Unlike other SEO plugins that require extensive setup, GSC Schema Fix:

  • Automatically detects your platform and products
  • Generates optimal schema without any input
  • Fixes errors as they occur
  • Optimizes content intelligently

2. Universal E-Commerce Compatibility

Works with any e-commerce platform:

  • Detects 9+ different platforms automatically
  • Provides platform-specific optimizations
  • Falls back gracefully for unknown platforms
  • No manual platform selection needed

3. AI Search Engine Optimization

Specifically optimized for modern AI-powered search:

  • Google AI Overview (AI-generated answers)
  • Bing Chat (conversational search)
  • Featured snippets and knowledge panels
  • Entity recognition and semantic search

4. Automatic Error Fixing

Doesn't just report errors - fixes them:

  • Missing schema fields → Auto-generated
  • Broken links → Automatically repaired
  • Duplicate content → Canonical URLs added
  • Invalid values → Corrected and updated

5. Performance-First Design

  • No database bloat (efficient meta storage)
  • Lazy loading for heavy operations
  • Caching for repeated operations
  • Minimal frontend JavaScript

🐛 Troubleshooting

Schema not appearing?

  1. Check Settings → GSC Schema Fix → Test Schema
  2. Verify product has price and description
  3. Clear cache (if using caching plugin)
  4. Re-save product to trigger regeneration

Platform not detected?

  1. Ensure e-commerce plugin is activated
  2. Check that products exist and are published
  3. Manually select platform in Settings (if needed)

Errors still appearing in GSC?

  1. Run "Fix All Errors" from dashboard
  2. Google takes 1-2 weeks to re-crawl
  3. Request re-indexing via Google Search Console

📈 Performance Impact

  • Initial activation: ~5-10 seconds (one-time platform detection)
  • Per page load: <50ms additional processing
  • Database queries: +2 queries per product page (highly optimized)
  • Memory usage: <5MB additional

🔐 Security

  • ✅ All inputs sanitized and validated
  • ✅ Nonce verification for admin actions
  • ✅ Capability checks for privileged operations
  • ✅ No external API calls (privacy-friendly)
  • ✅ Secure data storage (WordPress meta API)

📝 Changelog

Version 4.0.0 (Current)

  • ✨ Universal e-commerce platform detection (9+ platforms)
  • ✨ AI search engine optimization (Google AI Overview, Bing Chat)
  • ✨ Automatic FAQ schema detection and generation
  • ✨ Keyword extraction and content optimization
  • ✨ Automatic GSC error fixing
  • ✨ Complete SEO analytics dashboard
  • ✨ Zero-configuration automation
  • 🔧 Performance optimizations (lazy loading, caching)
  • 🔧 Enhanced schema validation
  • 🔧 Multi-language support (German, English)

Version 3.0.0

  • Added meta tag optimization
  • Content enhancement features
  • Performance improvements
  • Admin interface with testing tools

Version 2.0.0

  • Enhanced site-specific optimizations
  • EUR currency support
  • German language optimization
  • Discrete shipping information

Version 1.0.0

  • Initial release
  • Basic schema markup (offers, review, aggregateRating)
  • WooCommerce and EDD support
  • PHP 7.4-8.3 compatibility

🤝 Contributing

Contributions are welcome! Please:

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Submit a pull request

GitHub: https://github.com/dratzymarcano/gscerrorfix

📄 License

GPL v2 or later - Free to use and modify

💡 Support

🎖 Credits

Developed with ❤️ for the WordPress community by @dratzymarcano

Optimized for modern e-commerce and AI-powered search engines.


Made with 🚀 for e-commerce success

Read the full README on GitHub →