Skip to content

πŸš€ v1.1.0 – SEO Boost: Structured Data, Sitemap & More

Latest

Choose a tag to compare

@TutorialsAndroid TutorialsAndroid released this 07 May 12:27
· 2 commits to main since this release

🎯 What's New in v1.1.0

This release doubles down on discoverability. We've added everything
Google needs to crawl and index ImageSquash Pro properly β€” making it
much easier for people to find us when they search for "image compressor".

πŸ” SEO & Discovery

  • πŸ€– robots.txt – Explicitly points crawlers to our sitemap and
    allows full indexing.
  • πŸ—ΊοΈ sitemap.xml – Lists all three pages (index.html, about.html,
    contact.html) with last modification dates and priority hints.
  • πŸ—οΈ JSON‑LD structured data – SoftwareApplication schema on the
    homepage helps Google display rich snippets (ratings, description)
    directly in search results.
  • πŸ”— Custom <meta> tags – All pages now have complete title,
    description, keywords, Open Graph, and Twitter Card tags.
  • πŸ“Š Google Analytics ready – Shared analytics.js file included.
    Just plug in your Measurement ID.

✨ New Features

  • Welcome dialog (one‑time, localStorage)
  • About page with privacy commitment
  • Contact page with email & GitHub Issues
  • Floating Action Button (FAB)
  • Performance warning for slow devices
  • Improved navigation with active states
  • Footer fix and mobile responsiveness

πŸ› Bug Fixes

  • Massive image freeze fix (placeholder for pending original images)
  • Performance benchmark threshold tuned to avoid false positives
  • Mobile header cleanup

πŸ“¦ Files Added

  • robots.txt
  • sitemap.xml
  • js/analytics.js
  • js/welcome.js
  • js/fab.js
  • about.html
  • contact.html

Full Changelog: v1.0.0...v1.1.0