threeal / google-rank

Retrieve the Google search ranking of your website for specific keywords

Home Page:https://www.npmjs.com/package/google-rank

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle Invalid URLs

threeal opened this issue · comments

The searchWithPages function of the google-sr library, used in this project, occasionally returns search results that contain null links. These null links trigger invalid URL errors in our code. This issue proposes a solution to address this problem.