Google not showing image link - google-chrome

When I am searching 'medieval engineers' in google page its not showing Image link.
Please see the below screen shot however it works for other keywords.
can anyone help me for the same as I need to call the images by Java API.

search this in images.google.com
: https://www.google.com/search?site=&tbm=isch&source=hp&biw=1368&bih=675&q=medieval+engineers&oq=medieval+engineers&gs_l=img.3...364.364.0.1062.0.0.0.0.0.0.0.0..0.0.msedr...0...1ac.1.64.img..0.0.0.tDkHIj8QKgk

Related

Original platform url not showing on search by image?

I was searching for an image on Google Search by Image. I am able to get all the links that the image is available on except the source website. I wanted to understand why Google is not showing me the source website link of the image.
Source website: https://www.imagesbazaar.com/advancesearchresult/kitty%20party/kitty%20party/0/0/0/0/0/0/0/0/0
Image link: https://d3nn873nee648n.cloudfront.net/900x600/15949/17-SM664065.jpg

Web preview when posting on Facebook/Linkldin

I got a little issue,
when I share my portfolio in Facebook or Linkdin I get a preview of the web as an image but with a wrong image(one of the images included in the code itself).
how can I fix that so that the preview image will be the the web image?
thanks
If you've already generated the image, I think you need to use this: developers.facebook.com/tools/debug to rescrap it and try and get FB to pull in the correct image.
There's a section, in the screenshot, that allows you to bulk clear FB caches if it's more than one URL you're having issues with, if it's just the one, the first tab should be what you need.

Google Site Links showing the H3 class in front

Google has generated site links from my page to display when you search, but it shows 'H3' in front of the text on the site link, i'll show a screen shot below
Picture of problem
If someone could help me out on ways to fix this, then that would be great!
Thanks :)

How can I format an html page so that when a link is added to G , it looks nice?

Im building a new website, and I was testing the ability to add a "link" to google plus and have the article and it's content (summary) get pulled into google+.
When I do this today, all I see is an image - and no text. I'm sure that there is some formatting change I can make to the page to make the text come in... But I don't know what to do.
If there is a guide somewhere I would like to read it, but I cannot find one. Thanks for the help
An example page:
http://alexedison.com/index.php?indexNum=8
The easiest way is to create snippet data for your page. Google provides a tool for doing this as well as additional information at:
https://developers.google.com/+/web/snippet
You can validate the data on your page using the Google structured data testing tool:
https://www.google.com/webmasters/tools/richsnippets
There is no problem in your webpage.
Google Plus has change the look of each post.
now it shows only Image, Title along with given URL.
if you visit Google Plus , you can see posts without description meta information.

Linking to Facebox from Google map Info Window v3

Hello using Google maps V3 Infowindow with link, If click on the link I want to show the information in a FaceBox. The only problem I have is that I cannot get it to work when linked to from an info window. It works perfectly when linked to from a regular link. Does anyone know what I may be doing wrong to prevent it from working? I have all of the necessary .css and .js files on the server. I know these are placed correctly since, i am using the same facebox in the same page works perfectly when linked to from a regular link
This is my below code to load the content in infowindow
<div class="mt">
<div class="fl">
<a id="detailsLink" class="jsDetailsLink" href="/profile/201/Brehead" rel="facebox">More profile information</a>
</div>
</div>
This just loads as a new page in the browser window (It is supposed to load into a Facebox window)
Thanks to everyone who is so kind as to help me out. I am fairly new to google maps and appreciate all assistance!
Info Windows are not clickable. If you want to add a clickable hyperlink then you should add an Infobubble. The javascript for this can be found at this link. Note that these were only implemented in Google Maps v 3. The github download for infobubble is here