Hide url parameters on google search result - seo

Hello there i have a question about google search result.
I searched website on google and the result is just like following image:
I don't want to show parameter on google result. Is there a way to hide it?

Yes you can hide parameters in Google.
Follow
Google Webmaster --> Crawl --> URL Parameters
after that click Configure URL parameters ยป
than click add parameters
add parameters which you want not to index in Google.
Regards

Related

Get thumbnail from website with Bing Web Search API

Currently I am working on a website that uses google search for searching pages in the domain, google returns a thumbnail from a specific page (Most of the time a random image it finds on the page) together with the search result.
Wanting to move to Bing Web Search API, because google will start adding adds to the result, I was wondering if there was any possibility to get a site's thumbnail together with the search on a specific website? Bing Web Search API Docs says that thumbnails are not supported for all webpages, however there is no clear explanation about how to add one. Is there a workaround for this?
Thanks!
If you are looking for search for your site only, you should use the Bing Custom Search: https://azure.microsoft.com/en-us/services/cognitive-services/bing-custom-search/. You can create your search instance from customsearch.ai. I see custom search returns thumbnails for (al)most (all) results.

Google search results displaying links to subpages instead of complete url

When I do a google search on my site, google lists all search results of my webpages with links to subpages instead of the full url. (which appears in green). Is this ok? Is it possible to force google to display the full url instead of several links to subpages.
Thanks
You are talking about sitelinks which can be managed by Google Webmaster Tools. In Google webmaster tool, under your site property go to Search Appearance > Sitelinks. Here you can modify and edit these sitelinks.

Add extra link to google custom search engine result

I need to build a search results page, hopefully using a Google Custom Search Engine. My problem though is that I need to add an extra link or icon to each item in the search result.
It would be an icon to generate a custom short-link for that particular result.
What would be the best way to go about doing that?
If you want to add html and stuff to google result,
you couldn't use the simple google custom search engine.
You should use google search api,
and than process the results and display them by yourself to the screen.

How do i get google cse to just search images

Google's Custom search engine is really good. Though im having problems with it. Whenever i search on it, it has 2 tabs. (Web and Image). How do i get it to have the image tab to be the default tab when something is searched.
Thanks
You can use "defaultToImageSearch" param in your search box configuration:
It is explained here:
https://developers.google.com/custom-search/docs/element#supported_attributes

Changing the behavior of YouTube API generated links

My goal is to display YouTube search results in my website based on a keywords search (e.g through YouTube API or GoogleCustomSearch using youtube.com), but change it so when you click on the link - instead of redirecting you to the youtube video page, it will get the link's URL and transfer it to a PHP file as a variable.
You can read the result page with a CURL command, and use regular expressions to change the link urls to a link to your own link, wrapping the target url.
Something like this :
http://www.youtube.com/watch?v=XJ87Lsx40PI
turn it into :
http://yoursite.com/youtube.php?XJ87Lsx40PI