Show HN: Tiny Web Crawler
github.com
Show HN: Tiny Web Crawler
1–2 of 2 posts
Re: Show HN: Tiny Web Crawler
#2It's not entirely correct to remove query parameters from the URL. Query parameters are part of the URL and can make a website show entirely different content.
The Googlebot for example considers these two URL's different pages:
/mypage?name=name1
/mypage?name=name2