Core logic
Image alt text
Perfect Images
Ensure all images have descriptive alt text for accessibility and better readability.
Alt text is essential for accessibility and SEO, providing context to users who cannot see the images, such as those using screen readers. All images should have descriptive alt text.
- Guideline: If image does not contains 
altproperty defined, the readability score decreases. - Why: Missing 
alttext decreases accessibility. It also negatively impacts SEO, as search engines rely onalttext to understand and index images, potentially lowering your blog post page’s ranking. 
Image
Using Markdown
The markdown syntax lets you add alt to images using the following code
Note that the image file size must be less than 5MB. Otherwise, we recommend hosting on a service like Cloudinary or S3. You can then use that URL and embed.
Using Embeds
To get more customizability with images, you can also use embeds to add images: