Have my web app product listing shown in Google search - search

I have an e-commerce web app. I would like to have any user searching for a product in google search to have my web app within search results including the product.
If a user searches for Play Station for example he would get amazon etc and my web app as a result showing the searched for product.
What do I need to do from my end to have my web app listed in google searches for products.
Appreciate your help...
I did some my home work but failed to find a way to reach the above requirement.

Related

How to deploy nodejs web on google search console

I opened the server on ubuntu and applied the domain as well.
How do I get this site exposed on Google search engines?
I have added my site domain to the Google search console.
However, when I search for site: slog.website on Google, my site is not displayed.
How can I deploy on google search console?
Fist of all, have you add google tag for verification that you really own your website?
Go to Settings>Ownership verification. Here you should see a text "You are a verified owner".
If you are a verified owner then keep in mind that Google bots have to crawl and index your website. It can take some time.
Otherwise, if your are not a verified owner, scroll to Settings>Ownership verification>Additional verification methods where you can find HTML file or HTML tag.
The simplest way is to copy and paste Google HTML tag to the <head> of your homepage. Then deploy your website and click 'VERIFY' button.

Bing Web Search API for Corporate bing search

In our company when I navigate to https://www.bing.com/ I can login with my AAD account and able to perform a search specific to my Company. Meaning, I can filter my search results based on my organization.
I see something like "Show results from XyZ Corporation...."
This makes me think that we have Corporate version of Bing search or I might call it Enterprise Bing and some how its connected to my AAD account so it can fetch corporate search results for me.
However, I am trying to get similar search results by 'Bing Web Search API v7 reference'
I see Web browser search results are different (when I'm logged in )that what I get using REST API.
If I search for 'holidays 2019' on web search I see some results but also see and option to filter them by my company name.
When I do same search using an API
https://api.cognitive.microsoft.com/bing/v7.0/search?q=holidays 2019
I am definitely not sending user context, so I do get search results as if I was not logged in or same results I will get if I was not logged in.
Is there any way to get search results specific to my organization since I can do that on the browser I am trying to do the same programatically.
I think the best solution in your scenario is using Bing Custom Search API as it gives you full control over the search results.
It allows you to specify a URL and whether to include subpages of the URL, add active entries to include results from specific websites or URLs, and much more!
You could also use Microsoft Search in Bing since that customizes results based on your logged in email AD which you mentioned in your question.

Adsense API live reporting

I want to integrate my Adsense Reporting into my own admin portal.
My admin portal is a simple php based website with lists of other websites that I own.
My goal is to fill this list of websites with the amount of earnings monthly.
So that this list looks like:
name | earnings
example.de | 56,00€
The whole week I am trying to start with the Google API but without any success.
Does anybody know how to get this information live? for example with google apis link?
AdSense Management API is what you want, for reporting.
You'll need client library:
https://developers.google.com/api-client-library/php/start/installation
And you'll probably want to browse the example folder here:
https://github.com/googleads/googleads-adsense-examples/tree/master/php-clientlib-1.x/v1.x
Then, get the API key so you can start playing:
https://developers.google.com/api-client-library/php/auth/api-keys
https://console.developers.google.com/
https://developers.google.com/apis-explorer/
https://stackoverflow.com/a/20199357/246808
EDIT: Almost forgot - the manual:
https://developers.google.com/adsense/management/getting_started

Google Analytics Handling multiple domains

Hello There I have 3 different sites hosted on same server having different domains. Let's say they are
www.abc.com
www.xyz.com
www.mno.com
I have successfully integrated google tracking code (using ga.js) and get data through reporting api for www.abc.com. Now I also want tracking of data and getting data for others too. What I need to do that? Can I create seperate profiles in same google account for all three sites? Or I need to create separate google analytics account for each site or I can do it with same profile and same account?
I have searched but couldn't be able to find out any solutions. Please guide.
GA is structured in an Account --> Property --> Profile way.
So for your example I would suggest the best method would be to run all the sites in the same account, but create a new Property for each site.
When you do this GA will give you a new UA-xxxxxx-x number for each site.
Check this out for more help https://support.google.com/analytics/answer/1042508?hl=en-GB&ref_topic=1009620
Cheers
John

Google API for search data

Is there a Google API to get the following:
How often a search query is entered (Per month) into Google?
Where a site ranks for a particular search term?
There is some data on search volumes available via the AdWords API Keyword tool at http://code.google.com/apis/adwords/docs/reference/latest/TrafficEstimatorService.html
Not really. There is some limited data available via Google Webmaster tools for domains that you own but it doesn't report on all keywords and it can't be pulled via the API yet.

Resources