how to use wikipedia-API like google does? - api

when i search something on google on the right side of the page i saw wiki-page for this item.
example: i searched for adriana lima
i am devoloping a search engine and i want the exact same thing. Heres my question. i learned how to use wikipedia API. but i couldn't find how i get this section as google does.
I'm showing which section i looking for in this picture.but i don't know what is the nameof this section and how to se it via wiki-API

They could do it either by parsing the factbox themselves, or by using the data mined from factboxes by DBPedia.
You have yet another option, that wasn't there when Google started showing these snippets: WikiData has an excellent API for that kind of work. Not every fact from the factbox is there, yet, but it is filling up quickly.

Related

Star rating not showing up in Google results, but in testing tool works fine

So I have this problem, I've done all changes need and suggested by google, and still I don't get those stars under my search since my articles have rating system and it's all packed.
It does show it in google test tool alright but in actual google results it's just simple result block with no extra stuff that I've marked-up, one of those being star rating.
It would be a good idea if you could post a URL of a page that you've marked up so that we could take a look. It's still possible to have technical errors in your markup, and it's also possible that your markup does not meet Google's guidelines, even if the testing tool shows no errors. But even if your markup is technically perfect and it meets Google's guidelines, there are no guarantees that Google will display your rich snippets in the SERPs. Google uses a number of various quality signals to determine if, when, and which rich snippets to display for a page.
But again, if you could share a URL with us, we could at least take a closer look at things. Thanks.

Google search results site map?

I was wondering how to achieve the following when searching for my website on Google. I've tried searching around for it but I'm not sure what the exact term is so I haven't gotten anywhere.
Basically, when my website is searched in Google, I'd like the subpages to be indexed like shown in the image below, instead of coming up as another result. Is this possible or is it something that Google does for you?
Take a look at this screenshot:
Google calls them sitelinks.
You can’t enforce them currently:
We only show sitelinks for results when we think they'll be useful to the user. If the structure of your site doesn't allow our algorithms to find good sitelinks, or we don't think that the sitelinks for your site are relevant for the user's query, we won't show them.
At the moment, sitelinks are automated.
For encouraging Google to display them for your site, see the question on Webmasters SE:
What are the most important things I need to do to encourage Google Sitelinks?
They also have a "sitelinks" tag.

Getting a forum to be indexed under Google's "Discussions" tab

I'm building a forum software using node.js called NodeBB. I've been able to get Google to index the pages well enough, but I'm having trouble getting those results to show up in the Discussion tab like current established forum software.
I found a response to another SO question saying to use rich snippets. I've experimented around with it but with no luck.
It may be interesting to note that another next gen forum called Discourse seems to be having a similar problem (ex. discourse, howtogeek); I'm not sure if they have a solution for it either.
While I am unsure of what Google explicitly looks for regarding scraping of discussions, following the guidelines established by schema.org may help you tailor your site towards Google scraping.
Similar sites like Xenforo use these rich snippets/schema tags, and they are scraped properly... although other forums don't seem to do anything at all and yet get scraped properly anyway.

How to get Author data into Google search results without Microformats?

First, I apologize if this is not considered programming related enough for some peoples taste, however I feel it is appropriate as my question is related to what you put in a websites markup, I think so anyways.
Ok so I searched Google for the term dribbble invite and on page 2 of my results, or at this URL Google result the 5th result on page 2 (will probably be different for you based on your location and other factors) There is a result like the image below
Notice the author Photo and name. I am looking for how to do this with a website? From my research in the past it looks like it is done with Microformats however a search through the source code of the page HERE does not appear to be using any Microformats.
Any idea how this is happening for that website?
Typically, this is done through Google+.
There's a pretty good article on how-to here :
http://www.labnol.org/internet/author-profile-in-google/19775/

Twitter API search within following

wondering if anyone has heard of a way to filter Twitter search results to the users 'following' list? I'd like to do a search for pics that people I follow have posted. The pics part is fairly trivial (search for image URLs) but I'm guessing that a user-filtered search is beyond the API, even with oAuth.
I've seen a couple of services like snapbird.org that advertise this feature (even though they don't seem to work well), any guesses as to how they go about this?
Thanks!
You can implement this specific image search easily with the help of jetwick.com available as open source here: https://github.com/karussell/Jetwick
Currently searching in your friends is possible but adding yet another filter isn't that hard. Patches are welcome ;)