Client multi-purpose element does include alt=" (for SEO purposes)

Posted in: Newspaper
Post count: 19

Hi Team,
After analysis by our SEO team, we’ve checked the client element does not have alt element set.

I’ve checked and indeed this is not available.

Is it possible to include in the next build?

  • This topic was modified 7 years by wspeed. Reason: added mail notifc
Post count: 19

Same thing with text with image.

Solution is to change line 119 FROM:
$buffy_image .= '';
TO
$buffy_image .= ''.get_post_meta($image, '_wp_attachment_image_alt', TRUE).'';

Hopefully that helps.

I know I should play around with core code, but just in hope that this can be incorporated on the next release for these two elements.

Client and Text with image.

Post count: 20688

Hi,

Which multi-purpose element are you referring to exactly? I will make a note of this and pass it along to the developer team. Let me know.

Thanks

Post count: 19

Client
and
test with image

Post count: 20688

I see it now, those elements don’t load the image alt and title. I will add this on the issue list and it will be fixed in a future update. Sorry for the inconvenience.

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.