Schema Markup And Blog Images Tab - Question | JoomShaper

Schema Markup And Blog Images Tab

Adriaan Buys

Adriaan Buys

Helix Framework 11 months ago

Hi There I have been using the Blog tab to place all my images in the Shaper Gazette template. The template uses this to places the images. I use the Google Structured Data plugin to do my Schema Markup.

I realised the Schema markup does not pick up the images in the Blog tab. The only way I seem to be able to get the Structured Data to pick up my image is to place the link of the image in the 'Images and Links' tab. This does not seem to affect the working of the images in the template.

Here is my question - Instead of going trough all my articles I ever did to place the images in the 'Images and Links' tab too. Not just Blog tab. How do I get Schema to pick up the image.

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 11 months ago #174548

Hi there!

Thanks for reaching out.

If I get you right, there is no default way to achieve this as per my knowledge.

Sorry about that.

Best Regards

0
Adriaan Buys
Adriaan Buys
Accepted Answer
11 months ago #175266

Can you provide me with the HTML ID or class -I have a CSS Selector where I can place this. https://www.dropbox.com/scl/fi/drjcsdbrcs1j197vmdd4h/unnamed-1.png?rlkey=500cvjt2pgf74fojh1n6hchcz&dl=0

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 11 months ago #175448

Hoi Adiraan,

About 1st question:

Indeed, this time you have to talk with tassos developer becuase that extension by default takes images only from Joomla Image tab, not Helix "Media Blog" tab. We cannot change that from our end, it must be supported by GSD itself.


About 2nd question, class name for Image. HTML code looks like that

<div class="article-full-image">
        <img src="/PATH-to-FILE" alt="TEXT"> </div>

so there is no extra class for image only, and class ".article-full-image" is used around img.

In GSD Image tab you can also select "Custom Value" and put URL to image manually. For example

/images/2024/11/20/sea.jpg

info_2789_2024.jpg


Contact with Tassos Support how it can be solved in more smoother way.

0