Blazync Technologies
Get in Touch

Version History

A dated record of updates made to this website — features, fixes, and infrastructure changes.

HomeVersion History
2026-09-09

Marketing Service Pages Rebuilt

  • Replaced all 8 Marketing sub-pages — Creative Designing, Video Editing, Photoshoot, Exhibition Shooting, Exhibition Stall Design, Marketplace Listing, Performance SEO, and Social Media Marketing — which had been generic "Coming Soon" placeholders since launch, with full, custom-built pages.
  • Each page has a genuinely different layout (deliverables grids, process timelines, coverage-package tiers, platform grids, metrics pipelines) rather than one shared template reused with different text, plus real, specific copy (turnaround times, deliverable lists, platform names) instead of generic filler.
  • Every page carries a lead-capture form at the top of the page (name, email, phone, message, DPDP consent checkbox) that submits straight into the existing ticketing system — new enquiries from these pages show up as tickets and trigger the same email notification as every other form on the site.
  • Every page also got a dedicated "Why Blazync" section explaining the concrete value for that specific service, plus its own SEO title/description and JSON-LD via the same DB-driven SEO system used everywhere else on the site.
2026-09-09

Site-Wide SEO Rollout, Email Notifications & Audit Fixes

  • Added Google Tag Manager, gated behind an env var so it stays fully inert until a real container ID is set. Wired real conversion events (contact, ticket, get-audit, career submissions) into the dataLayer so GTM triggers can fire GA4/Ads/Meta tags without further code changes.
  • Wired the admin-managed SEO system into every remaining page on the site — all services, solutions, marketing pages, compare pages, every index page, and every standalone page (about, careers, contact, portfolio, etc.) — roughly 53 pages, on top of the 5 already wired the day before.
  • Found and fixed a real pre-existing bug while verifying this: four dynamic [slug] routes (industries, locations, case studies, blog categories) were reading route params synchronously in a Next.js version that delivers them as a Promise — every one of those pages was silently 404ing. Fixed by properly awaiting params.
  • Rebuilt the SEO admin dashboard to list every real page on the site (~92 pages) by default instead of only pages someone had already configured, with a one-click "Configure" action and an autocomplete page picker.
  • Added real email notifications on every public form (contact, raise-a-ticket, get-audit, career applications) via SMTP/nodemailer, including a new server-side send for get-audit, which previously only relied on the visitor's own mailto: client. Fixed the mail config in .env, which had been pasted in as invalid PHP/Laravel array syntax.
  • Added /sitemap.html as a redirect to /sitemap, and listed /sitemap.xml, /robots.txt, /llms.txt, and the new /feed.xml (blog RSS) on that page.
  • Worked through several rounds of a third-party SEO/AEO/GEO audit: shortened the homepage title to fit search result limits and share keywords with the H1, added the missing og:url and max-image-preview:large (found it had only been set on the googlebot-specific meta tag, not the generic one auditors check), added 5 missing security headers, fixed a font-loading anti-pattern (CSS @import was delaying discovery — replaced with preconnect + a direct stylesheet link), fixed a sitewide heading-hierarchy gap (footer column titles were <h6>, jumping past h3–h5), standardized inconsistent brand-name usage in on-page copy, added real dateModified/Last-Modified freshness signals, and converted the "How It Works" section to a semantic ordered list.
  • Investigated several other audit flags and confirmed them as false positives rather than fixing what wasn't broken — a "hidden text" spam flag with no matching pattern anywhere in the codebase, and an "images missing width/height" flag against Next.js's own recommended `fill`-based image pattern.
  • Added salary, Work From Home, and Urgent Hiring fields to job postings (admin form, public careers cards). Found and fixed a real bug while adding it: the public /careers page fell back to hardcoded placeholder job listings whenever the live API returned zero active jobs, so admins closing every posting had no visible effect — the page kept showing the fake ones as if still open. Posted the first real job through the fixed system: Social Media Marketing Executive.
  • Replaced the /company/our-story "Coming Soon" placeholder with a real page — origin story, founders, a milestone timeline, and industries served — built from facts already established elsewhere on the site (incorporation date, MSME registration, founder bios) rather than invented. Added a "Product Partners" row to the footer linking to Messegy, Aozo, and Ecomify.
  • Aligned the site with India's Digital Personal Data Protection Act, 2023: rewrote the privacy policy (Data Fiduciary disclosure, itemised data collection, consent/withdrawal, Data Principal rights, a named Grievance Officer section, retention periods), added a required consent checkbox to every data-collecting form (contact, ticket, get-audit, career applications), and added a cookie consent banner — Google Tag Manager had been loading unconditionally with no consent gate; it now only loads after the visitor accepts.
2026-09-08

SEO, AEO & GEO Overhaul

  • Added a full SEO management system to the admin dashboard — per-page meta titles, descriptions, keywords, canonical URLs, Open Graph and Twitter card overrides, and robots index/follow controls.
  • AEO: added a per-page FAQPage structured-data (schema.org) builder, so pages can carry Q&A answer-engine markup for Google/Bing rich results and voice assistants.
  • GEO: added an AI/LLM content-summary field per page, surfaced through a live-generated /llms.txt file for AI crawlers (ChatGPT, Claude, Perplexity, Gemini).
  • Added a dynamic XML sitemap (/sitemap.xml) covering every static route plus all database- and data-driven pages (blog posts, industries, locations, case studies, blog categories).
  • Added robots.txt with an explicit AI-crawler allowlist (GPTBot, ClaudeBot, PerplexityBot, Google-Extended, and others) alongside standard search engine rules.
  • Expanded the human-readable /sitemap page — added Solutions, Compare, Marketing, Locations, and Case Studies sections, and live blog post links, none of which were listed before.
  • Added Article, FAQPage, and page-level JSON-LD structured data to the homepage, blog posts, industry pages, location pages, and case studies.
  • Added this /version changelog page.
2026-09-07 – 2026-09-08

Deployment & Infrastructure Fixes

  • Fixed the production admin login (admin@blazync.in) — traced a "wrong password" issue to the live database and reset it.
  • Redesigned the site preloader — replaced the dark navy full-screen letter-by-letter animation with a light-themed logo and spinner, and shortened the load animation.
  • Fixed a broken deploy pipeline — the previous gh-pages/static-export setup could not work once the site gained server-side API routes (admin panel, auth, database), so it was replaced with a proper Cloudflare Workers (OpenNext) deploy path.
  • Pinned wrangler to 4.86.0 to keep Cloudflare deploys working on Node 20 (newer wrangler versions require Node 22).
  • Reconciled the diverged main and code git branches — main had been left as a stale pre-admin-panel static build; it now mirrors the real source branch.
  • Removed stray build artifacts (dist/, .wrangler/, .open-next/) from version control and added them to .gitignore.
2026-09-01 – 2026-09-04

Content Updates

  • Routine content and copy updates across the site.
2026-08-29

Live Chat

  • Added the Aozo AI chat widget site-wide.
2026-07-19 – 2026-07-20

/get-audit Landing Page

  • Added a new /get-audit lead-qualification landing page with a multi-step modal form and priced audit packages.
  • Added an eCommerce vs. Software track picker so content for the two audiences never mixes.
  • Rewrote the eCommerce hero copy to target actual store owners rather than generic "AI-built apps" messaging, then broadened it to cover both new and existing sellers.
  • Redesigned the process section as a connected, scroll-driven timeline instead of a static grid.
  • Added a social-proof section with testimonials and work-proof placeholders.
  • Fixed a modal scroll-to-top bug and a disconnected timeline line on mobile.
2026-05-31

Initial Launch

  • First build of the Blazync Technologies website with real content — testimonials, security section, footer, FAQ, services, and project images.
  • Upgraded to Next.js 16 and fixed the hero section for it.
  • Configured Cloudflare Workers deployment via the OpenNext adapter (wrangler config, middleware settings).
  • Fixed a React 19 dependency conflict with framer-motion.
  • Tightened homepage section spacing from 80px to 50px.