Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
24 views

Example: Context: My website is localised in 3 languages: English, German and Ukrainian. Initially the default Ukrainian version didn't have a locale in url, e.g. homepage https://languageranch.com/ ...
Eugene's user avatar
  • 11
0 votes
0 answers
89 views

I'm trying to use a Gemini model in Java, using Google Search tool (as can be done in Google AI Studio). There is 0 documentation on internet on how to use Java SDK objects: only js and python. There ...
Vinz486's user avatar
  • 123
0 votes
0 answers
47 views

I'm encountering a strange issue with my website: https://fspadvisors.com/ As you can see, the correct logo appears at the top of the website. However, for some unknown reason, Google is displaying a ...
pgmendormi's user avatar
0 votes
1 answer
86 views

I am trying to create VBA code to complete an automated Google batch search of multiple names, to include the following : First name (A1 cell), plus Surname (B1 cell) [next name in A2 and B2 cells, ...
Ian Heads's user avatar
1 vote
1 answer
79 views

I'm having trouble getting my favicon to appear in Google search results. It works fine in browser tabs, but in Google search, it shows the default globe icon instead of my custom favicon. Hosting ...
Andrea Marcanti's user avatar
0 votes
0 answers
27 views

I have a website that displays an advertisement on nearly every page. The advertisement has an image with an Alt text set to a company name. When you search our website google programmable search ...
Sarfaraz Jamal's user avatar
0 votes
1 answer
66 views

I made a website using VueJs and a Template. Google crawled the website and used the Vue icon as Google results icon (see screen). I removed the icon and replaced by another one using the same icon ...
Jean-Loup's user avatar
  • 398
-1 votes
1 answer
50 views

Google will not pull our preferred site name into search results. Instead it's pulling our domain as the site name. We followed Google’s site name guidelines, but it still displays only the domain. ...
Website Jake's user avatar
0 votes
0 answers
77 views

I've had a few problems on about 30 pages (all have the same format of an article, just the content of the page changes), that appears to be validated, but only 5 of those actually got indexed. All ...
ummmno's user avatar
  • 1
3 votes
4 answers
3k views

I am trying to change LLM model (Grounding with Google Search). We plan on changing our service LLM model from gemini-1.5-pro-002 to gemini-2.0-flash-exp. However, when I changed the model to a pre-...
손승운's user avatar
0 votes
1 answer
82 views

I'm working with the API of Google's Programmable Search Engine and using a callback to chnage the stying of output, specificaly the font size of the title of each search result snippet. What I have ...
BlueDogRanch's user avatar
-1 votes
1 answer
98 views

I'm trying to use Python googlesearch library. It works very well, though it seems like the search() function of this library has some filters that prevent it from searching for certain things (18+ ...
Mendo's user avatar
  • 37
0 votes
2 answers
2k views

I'm trying to use Google Search for grounding in Vertex AI with dynamic retrieval configuration, but I'm encountering issues with the Tool.from_google_search_retrieval method. from vertexai....
Will's user avatar
  • 1,885
0 votes
1 answer
96 views

from langchain_community.utilities.serpapi import SerpAPIWrapper search = SerpAPIWrapper(params={ "engine": "google_shopping", "num":5 }) query = "Rice ...
Alvin Rachmat's user avatar
0 votes
1 answer
185 views

I would like to run Google Search using the default browser from a C# program using a specified search string. I can do this via the command Process.Start(new ProcessStartInfo { FileName = url, ...
SimonKravis's user avatar
1 vote
0 answers
53 views

I have a website with the following structure: site.com/game-01 site.com/game-02 site.com/game-03 and so on... There are additional sections for each such section: site.com/game-01/news site.com/game-...
Zhivago's user avatar
  • 189
0 votes
1 answer
313 views

My website (https://blackmaps.com.ar) is supposed to display rich results, as I’ve added JSON-LD schemas to every page, and the Schema.org validator detects them correctly. However, for some reason, ...
GenaDev's user avatar
1 vote
1 answer
46 views

I have a filter page and some filter combinations may exclude all products or content. Search engines (especially Google) index these pages well and find a huge number of these empty content filter ...
Dmitriy.Net's user avatar
  • 1,520
0 votes
1 answer
96 views

I'm using next js 13 with pages structure. I have configured _document with a meta tags and title for global pages using Head, now I want to set specific meta tags and title for one page called "...
Luis's user avatar
  • 129
0 votes
1 answer
98 views

enter image description here this is my meta code : <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport&...
Khalid R's user avatar
1 vote
0 answers
125 views

There is private autocomplete endpoint: https://wwww.google.com/complete/search?q=term&client=chrome And I wonder how does google get its SERP results? I inspected HTTP requests through Dev Tools ...
fliptamine's user avatar
2 votes
1 answer
174 views

I'm having trouble getting Google search results to display 'Site Name' and image. My current schema object looks like: <script type="application/ld+json">{ "@context&...
Kathy's user avatar
  • 21
0 votes
0 answers
120 views

it's been probably a month from when we published new pages to improve the SEO of our website : o-matic.ch. Google doesn't index those pages from the beginning and doesn't crawled them. Our website is ...
user25013798's user avatar
0 votes
1 answer
35 views

I want code for a bookmarklet I can have in my bookmarks bar to avoid the logging on Google's sponsored results.
bjornte's user avatar
  • 849
0 votes
1 answer
464 views

I have a website and have now published it. The problem is that it still shows the React icon from the sample in the search engine and I don't know how to change this. header: <head> <meta ...
CoMaE's user avatar
  • 1
2 votes
2 answers
543 views

I'm currently working on a project where I can successfully generate a sitemap. Among the various sitemaps I've created, one is specifically for "videos". After conducting research, I ...
Lhony's user avatar
  • 120
3 votes
2 answers
916 views

I am experiencing an issue when adding a website to the Google Search Console . The page is indexed correctly, and the title is set correctly in the <head>. I've also added the structured data ...
endosama's user avatar
  • 123
1 vote
1 answer
90 views

I'm hosting my website online and my HTML page contains the following: <link rel="icon" href="{{ MEDIA_URL }}website_pictures/picture.ico" type="image/x-icon"> ...
Simeon Thomas's user avatar
2 votes
1 answer
84 views

I'm trying to list of all the pages of a certain level on a website. The website is kind of mostly text links of reported events, which each link to a more detailed report. So the main link to the ...
Sarah's user avatar
  • 67
1 vote
0 answers
302 views

I have a React project with multiple pages, and I'm not utilizing any Server-Side Rendering (SSR) framework. However, I want to assist search engine crawlers in indexing my site effectively. In my ...
benny hassan's user avatar
0 votes
1 answer
238 views

I need to prevent Google web crawler from crawling only my homepage, located in / But I need to allow all the other pages to be crawled. How can I achieve that? I tried doing: User-agent: * Disallow: /...
victor.ja's user avatar
  • 927
0 votes
0 answers
148 views

i am trying to get the full html response of an http request with Google Search API. GET https://www.googleapis.com/customsearch/v1?key=MY_API_KEY&exactTerms=site:trovaweb24.com&cx=...
daniele's user avatar
  • 21
1 vote
1 answer
1k views

I'm trying to do a google search using python, it's basically web scraping. I'm searching using a specific phrase, and I'm expecting a detailed output. I also would like to avoid using other web ...
5rod's user avatar
  • 450
1 vote
1 answer
285 views

I'm trying to perform a google search using python, using the googlesearch python module. I don't just want urls to be outputted, I also want a description of the information in the url, basically web ...
5rod's user avatar
  • 450
0 votes
1 answer
45 views

http://infolab.stanford.edu/~backrub/google.html I was reading Google's whitepaper on search engine implementation. In google's system design, the Inverted Index is being sharded into Barrels, ...
Geek's user avatar
  • 91
0 votes
1 answer
734 views

When I am importing google from googlesearch I am getting the following error. from googlesearch import search (...\AppData\Roaming\Python\Python39\site-packages\googlesearch\__init__.py) ImportError: ...
Arun's user avatar
  • 119
-1 votes
1 answer
1k views

i have a 100 list in spreadsheet that content many keywords. i want to search in google automatically. i have try this code but does not work. what should i do ? from selenium import webdriver # ...
iyya's user avatar
  • 43
0 votes
2 answers
211 views

i am using googlesearch library in python for scraping google search results . although if i type normal words in chrome i get results..but while sending the search string thriugh python library ...
John Moores's user avatar
0 votes
0 answers
2k views

I have a react+vite project, which I wish to index in google search. So, I created a sitemap.xml file and included it in the public folder of my root directory. How do I make this sitemap.xml file ...
Sriram Bharadwaj's user avatar
0 votes
0 answers
62 views

from googlesearch import search query = input(": ") for j in search(query, tld="co.in", num=1, user_agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (...
Aslantokot's user avatar
1 vote
0 answers
63 views

I have a autocomplete fragment search bar that I use for my map for the users destination, I got it from the documentation of places autocomplete, I want it to save the recent search the user made, is ...
Chichi's user avatar
  • 61
1 vote
0 answers
368 views

When run, the code should search different search engines for notes from notepad, but right now it only searches google and gives incorrect results ! Results after search https://accounts.google.com/...
Kavis's user avatar
  • 11
0 votes
1 answer
70 views

Within R, I am using the package gtrendsR. On the web version of google trends, one can "combine" search terms by putting plus signs between them as follows: I believe this effectively ...
James Rider's user avatar
0 votes
1 answer
246 views

I have my google programmable search engine looking and working great on a computer browser: But on mobile it scrunches up: I have tried to adjust the height and width or resize it to look good on ...
Kayla's user avatar
  • 21
0 votes
0 answers
195 views

automatically added "client=ubuntu" When I google, firefox adds "client=ubuntu" to get request. How can I stop this? I had tried to change "general.useragent.override" in ...
somehuman's user avatar
1 vote
1 answer
961 views

I used Google programmable search engine to create a custom search for my website but every time I search something that I know is on the website I get the response "no results" but ads ...
kayla's user avatar
  • 11
0 votes
1 answer
498 views

I have a list of Google Ads search terms (more than 500) and want to exclude them from their campaigns. Google Ads UI doesn't allow me to perform bulk exclude more than 500. How can I use a Google Ads ...
mert dökümcü's user avatar
0 votes
1 answer
313 views

This is my Python code: import requests import json def search_place(api_key, place): base_url = "https://maps.googleapis.com/maps/api/place/findplacefromtext/json?" inputtype = &...
Dineth De Silva's user avatar
0 votes
1 answer
549 views

I created a website and its live. I verified my website in google search console. I also added sitemap and added it in sitemap of google search console tab. This is how my sitemap.txt look like (...
Zohab Ali's user avatar
  • 9,854
0 votes
0 answers
93 views

I'm trying to use Selenium to scrape the list of sponsored items separately for around 1000 keywords. I can successfully get the sponsored URL for the first several keywords, however, it's failed for ...
Jammy Wang's user avatar

1
2 3 4 5
34