WHAT'S NEW
Changelog
Every meaningful change to Unifai's editorial and product. We update this whenever rankings shift, new tools are added, or policies change.
May 30, 2026
- feature
AI Overviews & voice search optimization
Added Speakable schema across the FAQ, blog, and glossary so AI Overviews and voice assistants can quote answers cleanly. Fixed duplicate brand suffix in page titles. Affiliate links now use rel='sponsored nofollow' per Google's link-spam policy. Added Open Graph image generators for /best, /use-cases, /compare, and /glossary pages.
- content
Hebrew descriptions for every tool — 100% coverage
All 632 active tools now have Hebrew descriptions in the database, and /he/tool/[id] pages serve them. Previously /he pages showed English descriptions — a mixed-language signal that hurt Hebrew SEO. The localized helper (pickName / pickDescription) is wired across /tool, /tools, /categories, /best, /compare, /use-cases, and home top-tools.
- feature
Editorial standards & EEAT enrichment
Added /editorial page with public methodology, ranking policy, and corrections workflow. Every tool page now has a 'Reviewed by Unifai Editorial · Last updated <date>' byline linking back to /editorial. About page gained AboutPage schema, EEAT trust panel, and BreadcrumbList.
- content
/use-cases — 15 profession verticals
Launched curated AI tool stacks for 15 professions: marketers, designers, developers, teachers, students, writers, entrepreneurs, content creators, small business, musicians, real estate agents, photographers, lawyers, coaches, and doctors. Each page has a recommended tool list, workflow description, and FAQ.
- content
/compare/[a]-vs-[b] — 10 head-to-head pages
Added side-by-side comparisons: Midjourney vs DALL-E, ChatGPT vs Claude, Suno vs Udio, Cursor vs Copilot, Sora vs Runway, Stable Diffusion vs Midjourney, Gamma vs Beautiful AI, ElevenLabs vs Suno, Claude vs Gemini, Leonardo vs Stable Diffusion. Each page has feature-by-feature table, verdict, and per-use-case winner.
- content
/glossary — 30 AI terms
Plain-English explanations for the 30 most-asked AI terms: LLM, RAG, prompt engineering, fine-tuning, embeddings, transformers, agents, MCP, diffusion models, LoRA, RLHF, hallucination, and more. Each entry is 200-400 words with related-terms cross-links.
- content
Best AI Tools lists — 8 curated rankings
Filled the first 8 'Best AI Tools for X' editorial rankings: Logo design, Podcast editing, AI headshots, Slide decks, Background removal, Product photography, Music for ads, Code generation. Each list has 4-5 ranked tools with pros/cons and 3 FAQ items.
- content
Blog launched with 6 starter posts
3 English posts (Best AI Image Generators 2026, Midjourney vs DALL-E, State of AI Tools 2026) and 3 Hebrew posts (Best AI Tools 2026 in Hebrew, ChatGPT vs Claude in Hebrew, 5 Free AI Tools in Hebrew). Posts are locale-scoped — each shows only in its native language tree.
- feature
/find — natural-language tool finder
Launched /find with 60 seed queries covering the most-common 'AI tool to do X' searches. Uses Postgres full-text search on dim_tool.search_vector. Each query produces an indexable result page with curated top-6 tools.
- feature
Image SEO — 2,668 creations now Google-Images-ready
Added image sitemap at /creations/sitemap.xml. Every creation page emits ImageObject (or VideoObject / CreativeWork) JSON-LD with IPTC digitalSourceType=TrainedAlgorithmicMedia — the canonical marker for AI-generated content. License + acquireLicensePage make creations Licensable-badge eligible.
- feature
Home page converted to server-side rendering
The home page previously rendered entirely via client-side JavaScript — invisible to Googlebot on first paint. Now the H1, hero intro paragraph, 12-tile proof grid, top tools (with ItemList schema), category browse, 50 task chips linking to /best/, comparison table, and FAQ accordion all render server-side. Client-side animations layer on top, not under.
- feature
Foundation SEO infrastructure
Fixed sitemap.ts (removed 301-redirected legacy routes). Added 10 nested sitemaps under route segments with hreflang per URL. Added 8 schema builders (SoftwareApplication, ImageObject, VideoObject, ItemList, FAQPage, Article, CollectionPage, CreativeWork). Set explicit AVIF + WebP image formats in next.config.ts.