Skip to content

v1.1.0 - Prompt Tags, Multi-Website Support, Enhanced Competitors, Scraper Reliability

Latest

Choose a tag to compare

@danishashko danishashko released this 22 Mar 18:50

GEO/AEO Tracker v1.1.0

What's New

Prompt Tags and Response Management (#2)

  • Prompts now support tags for organizing and grouping related prompts
  • Inline tag editing on each prompt: type a tag and press Enter to add, click X to remove
  • Filter bar in the Prompt Hub to quickly filter prompts by tag
  • Delete individual responses from the Reputation Sources tab via a trash icon (with confirmation dialog)
  • 'Remove + Delete Data' option on prompts to clean up the prompt and all its associated responses
  • Legacy string-based prompts are automatically migrated to the new tagged format

Bright Data Scraper Reliability (#3)

  • Increased polling attempts from 30 to 60
  • Switched from fixed 2-second intervals to exponential backoff (2s, 4s, 8s, capped at 10s)
  • Total wait window is now ~5 minutes instead of ~60 seconds
  • Should resolve premature timeout failures for requests with longer collection times

Enhanced Competitor Tracking (#4)

  • Competitors now use a structured type with three fields: name, aliases, and websites
  • Aliases allow tracking alternate brand names or abbreviations (e.g. 'MSFT' for Microsoft)
  • Websites field enables domain-level mention tracking in LLM responses
  • Full inline editor in the Battlecards tab for adding, editing, and removing competitors
  • Existing plain-string competitors are migrated automatically on load

Multiple Website URLs (#5)

  • Brand website field now supports multiple URLs
  • Chip-based input in Project Settings for adding and removing URLs individually
  • Partner Discovery and Citation Opportunities tabs match against all configured brand domains
  • Single-URL values are automatically migrated to the new array format

Migration Notes

All data format changes are backward-compatible. Existing projects will have their data migrated automatically on first load. No manual action needed.

Stats

  • 10 files changed, 412 insertions, 80 deletions
  • 4 community-reported issues resolved
  • Full Playwright MCP test suite passed (visual + functional)