I used these 3 formulas to extract data from thousands of pages, and then all of a sudden the formulas return blanks, no data. If I use SEOTools to extract Title or other similar element, that still works for the URLs.
Example URLs:
https://www.google.com/search?q=Waffle%20House%20review%202-A%20Gateway%20W.%20Blvd.%20Savannah%20GA%2031419%20US
https://www.google.com/search?q=Waffle%20House%20review%20500%20Fieldstown%20Road%20Gardendale%20AL%2035071%20US
Formulas that have stopped working all of a sudden:
=Dump(XPathOnUrl(E3,"//*[@id=""rhs""]/div/div[1]/div/div[1]/div/div[1]/div[2]/div[2]/div[2]/div/div/span[2]",,,"text"))
=Dump(XPathOnUrl(E3,"//*[@id=""rhs""]/div/div[1]/div/div[1]/div/div[1]/div[2]/div[2]/div[2]/div/div/span[1]",,,"text"))
=Dump(XPathOnUrl(E3,"//*[@id=""rhs""]/div/div[1]/div/div[1]/div/div[6]",,,"text"))
Any ideas why the formulas have started returning only blank results?