πΈοΈ Spider: [SEO improvement] Optimize MediaBlock semantics with figure and figcaption#162
πΈοΈ Spider: [SEO improvement] Optimize MediaBlock semantics with figure and figcaption#162kourdroid wants to merge 1 commit into
Conversation
Co-authored-by: kourdroid <36898160+kourdroid@users.noreply.github.com>
|
π Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a π emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
π‘ What: Replaced meaningless
<div>wrappers around the image and caption inMediaBlockwith semantic<figure>and<figcaption>elements. Added an inline comment explaining the SEO benefit.π― Why: Using
<figure>and<figcaption>semantically associates the caption text with the media. This helps search engines and screen readers understand the relationship between the image and the text, providing better context for image indexing.π Impact: Improves image crawlability and indexation by giving search engine bots explicit, semantic context about what the image represents via its caption.
PR created automatically by Jules for task 14927868945423075788 started by @kourdroid