Show Phone No is Google Search - seo

When I'm trying to search any helpline number from google search the result showing like the image shown below with number that's a very good improvement in search result
is there possible that I can show my own personal number there? if yes than what procedure should I followed for it. Thanks

To make your phone number visible on google search first submit snippets of your site. Submit your information to google business *free. Try to add you number in meta tags so that google can index it.

Related

Is it possible to increase the character number for the title of the search result?

I think the default character number for the title in the search result is 70 characters before it gets cut off. Is there a way to change and increase this number? I have lengthy article titles and I want them shown in my search results page.
I don't see a setting for this in my Programmable Search dashboard, but it might be a possibility with the API. If you have done something similar, can you share the steps you took or where to begin with? I am very new with Google programmable search.

Google custom search engine result counts changing as results are paged

I have implemented a Google custom search engine in a website. When searching a word, it brings out results like totalResults - 168 and I am retrieving it by 10 results per page.
Up to 60 results it works fine, but in the 7th page, the total results from Google api response changes to a total of 67.
I am using a free version of the Google custom search API. I don't know whether it is working correctly or not. Please provide me a solution if it is wrong or correct me if I am wrong.
It is because of google search behaviour well explained in following links.
https://productforums.google.com/forum/m/#!topic/customsearch/D4--2TfYk9A
https://productforums.google.com/forum/m/#!topic/customsearch/SjlrUMa-X-k

Google custom search apiGet the total number search results by country

I'd like to get the Totla Number Search Results for a specific term in a specific country
I can't get it throw google custom search api i only get the entire web number search result
I thought about scrapping google but i don't know about legaly issues
Regards
Frank

Getting data from Google Spreadsheets

I quickly made a little form in Google Docs that lets people insert the most current attraction wait times at Disneyland and submit them to a Google Spreadsheet. I want to make a web page that will display the bottom, most recent row from that spreadsheet so the current wait time for each attraction is always displayed when someone visits the web page. Is there a possible way already to share and embed just the bottom row of data from the spreadsheet?
Hooray for google's api documentation section, although it's hard to sometimes find the right section... I've never done this before but it looks pretty straightforward
for list based feeds
see this: http://code.google.com/apis/spreadsheets/data/3.0/developers_guide.html#ListFeeds
or for cell based feeds
see this: http://code.google.com/apis/spreadsheets/data/3.0/developers_guide.html#CellFeeds

How can I track incoming search keywords

Does anyone know how I could track what search terms people are using to arrive at my site. For instance, someone searchs google for 'giant inflatable house' and clicks through to my site. I want to be able to capture those keywords and which search engine they came from.
You must parse the referer. For exemple a google search query will contains: http://www.google.be/search?q=oostende+taxi&ie=UTF-8&oe=UTF-8&hl=en&client=safari
It's a real life query, yes I'm in Oostebde right now :)
See the query string. You can determine pretty easily what I was looking for.
Not all search engines are seo friendly, must major players are.
How to get the referer ? It depends on the script language you use.
You should use a tool like Google analytics.
Besides the Google Analytics, Google Webmaster Tools is also very useful. It can report a detail analysis of the search queries' impressions, clicks, CTR, position etc.