There was an error while loading. Please reload this page.
Check alt text quality:
import { analyzeAltText } from '@power-seo/images'; const result = analyzeAltText({ images: [ { src: '/hero.jpg', alt: 'Hero' }, ], }); console.log(result.missingAlt);
Optimize images for SEO.