Show HN: Tiny Web Crawler(github.com)2 points·by l1feh4ck·8 ปีที่แล้ว·1 commentsgithub.comShow HN: Tiny Web Crawlerhttps://github.com/indrajithi/tiny-web-crawler1 commentsPost comment[–]photonios·8 ปีที่แล้วreplyIt'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
The Googlebot for example considers these two URL's different pages: