![]() |
|
Small size photos in google search - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Small size photos in google search (/thread-13714.html) |
Small size photos in google search - cenkgoksel - 2022-04-23 Hi there just wants to ask Small size photos in google search - acrylian - 2022-04-23 I assume you mean html meta data like the open graph protocol creating some preview. You can enable that using the html_meta_tags plugin. Look for the open graph options. However, what google displays is also a matter of SEO and content related and a quite complicated matter not easily answered always. Small size photos in google search - cenkgoksel - 2022-04-23 Dear @arcylian I take a screen photo to show you. https://www.fdream.co.uk/simple.jpg Thats the photo link if u can check it to understand better please thanks very much . Small size photos in google search - acrylian - 2022-04-23 I did a very quick research and only found this from 2020: https://www.searchenginejournal.com/google-thumbnail-images-in-serps/373783/#close That seems to be a kind of screenshot of the site something Google does or does not and not controllable. I can only suggest to read through the Google developer notes if there is somewhere something for this. Google often does things only for sites it thinks it should value specifially by its content. Small size photos in google search - acrylian - 2022-04-23 Here are some newer notes about this - this is only really on mobile resulsts - https://www.themediacaptain.com/how-to-get-thumbnail-images-on-google-mobile-searches/ IT seems not exactly to be controllable. So it will depend on the theme you are using. And you may need to do customisations to the theme used - I see it is zpBase - to achieve this but its seems not exactly to be controllable. Ready made themes will not be able to fullfill all needs. Small size photos in google search - cenkgoksel - 2022-04-26 Thanks very much @acrylian for information it was to much helpful. "@type" : "Product", They are all in the page already program print them images album but ı coudnt find exact value code for that 4. İmage url ? Thanks very much. Small size photos in google search - acrylian - 2022-04-26 That seems to be JSON-LD data which Google recommends but will not instantly help you with this. (the htmk_meta_tags plugin may get support for this in the future). Don't for get to encode text properly as otherwise you may invalidate the JSON array. For the image URL see: Or you use the object model directly You find all general template functions currently in this file: Small size photos in google search - cenkgoksel - 2022-04-26 Thanks very much for all information dear @acrylian. Small size photos in google search - cenkgoksel - 2022-04-30 Dear @acrylian I have still miss couple of values. script type="application/ld+json"> only 3 value left what im looking for ; "image: " ? " "ratingValue" : " ? ", "ratingCount" : " ? " "image" i have been trying all the codes i can only print the for example : in this page; https://www.fdream.co.uk/uk/baby/blanket.jpg.html this photo link ; www.fdream.co.uk/cache/uk/baby/blanket_1280_Image2.jpg?cached=1648899053 need to find the code which is print this link . two of us we have been looking and trying last 2 days but we still straggle on that codes. Thanks very much. Small size photos in google search - acrylian - 2022-04-30
That is a sized image URL. Depending on your theme and your options that could be the default size: Or this: There are various image sizes functions if you look at the docs. Search for functions with "image" and something like "size" or "custom" and review the comments. Also please read the theming tutorial if you haven't already. Small size photos in google search - cenkgoksel - 2022-05-02 Dear @acrylian thanks very much it was a getSizeDefaultImage(). Last 2 code we haver been try the sort it : "ratingValue" : " ? ", "ratingCount" : " ? ". Its actually we can see this in image pages. $stars Is there any code we missing somewhere do u think or where do we wrong ? Sorry for take your time and thanks very much again for all that very important informations. Small size photos in google search - acrylian - 2022-05-02
Instead of using
I recommend to read about the core object structure: https://www.zenphoto.org/news/zenphotos-object-model-framework/ You might need to learn a bit about PHP and object orientation in general via php.net. Small size photos in google search - cenkgoksel - 2022-05-02 Thank very much dear @acrylian thats working great now. actually i look from ftp in server image name is : link should be : www.fdream.co.uk/cache/uk/baby/blanket_1280_Image2.jpg is there a reason program is create extra ( ?cached=1648899053 ) or is it possble to fix it if we dont need it. thanks very much. Small size photos in google search - acrylian - 2022-05-03
Yes, a change to that string indicates image changes to the browser so it is forced to update its cache. Small size photos in google search - cenkgoksel - 2022-05-04 Thanks very much |