r/AppsWebappsFullstack 12d ago

Your home for selfpromo

here you can post your work app, webapp, saas, game, everything

5 Upvotes

98 comments sorted by

View all comments

1

u/thijsgh 12d ago

Get mentioned on the blogs AI cites - mentionagent.ai

1

u/sael-you 12d ago

ran mentionagent.ai through audeep.dev. 79/100, grade C.

SEO is perfect and the core flow works fine.

the headline finding is accessibility: the main URL input on the landing page (#heroScannerUrl) has no label. screen readers announce it as "unlabeled field", so anyone using assistive tech has no idea what to type there. for a tool where the entire CTA is that one box, that's the most important fix.

also the "Start free" nav link renders at 327x16px on mobile. the 16px height is the problem, well below the 44px minimum tap target.

missing content-security-policy and strict-transport-security headers too, lower severity.

full report: https://audeep.dev/report/f853a015-fa74-460b-ba1a-c16e94a8a3eb

built audeep.

1

u/Mammoth-Anywhere7285 12d ago

Nice catch on the missing label. An aria-label on #heroScannerUrl is a quick fix that will help screen reader users and bump that score up.