Questions tagged [google-search]

SEO discussions are not relevant to this forum. Please limit inquiries to programming questions specifically related to the Google search engine.

Google has not detected any hreflang return tag

My website has encountered indexing errors on Google Search Console. According to the reports, many pages are showing an alternate version in a different language without the "return tag". This "return tag" is believed to be the pointer back to the origina ...

Retrieving search results from Google using YAML

Note: I am completely new to YAML and have not yet grasped the concepts behind it. Therefore, my question might include some irrelevant content related to YAML. Please excuse me and feel free to correct any mistakes. While using a music player (MusicBee), ...

What is the best way to eliminate the specific element containing our desired word from the webpage data extracted through selenium?

After scraping 6 elements from a website using the Selenium find_element(By.XPATH) module, I stored these elements in a list. I then converted these elements into text and searched on Google. However, due to the ever-changing nature of the elements, somet ...

What is the process for obtaining the indirect link of a Google search result?

I am looking to obtain the indirect link of a Google search result. After performing a search on Google, if I right-click on the result link, it changes to something like this: https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&am ...

What could be causing the "module not found" error even after ensuring multiple times that the module is present?

Currently, I am attempting to perform a Google search programmatically using the node module google-search-results-nodejs. Despite my efforts, I continuously encounter the error "not found." My development environment is Gitpod's online workspace, and ...

"Executing a Scrapy spider to scrape data from various sources using multiple

Currently, I am facing an issue while trying to extract email IDs. I have a list of email IDs and I need to execute multiple search queries consecutively. However, when trying to use a list, it shows me an indentation error. Can anyone assist me in resolvi ...