Alternatively, sell text space to advertisers as LLM SEO
Ask HN: Website with 6^16 subpages and 80k+ daily bots
21–30 of 212 posts
Re: Ask HN: Website with 6^16 subpages and 80k+ daily bots
#22This is a bit of a stretch of how you are defining sub-pages. It is a single page with calculated content based on URL. I could just echo URL parameters to the screen and say that I have infinite subpages if that is how we define thing. So no - what you have is dynamic content. Which is why I'd answer your question by recommending that you focus on the bots, not your content. What are they? How often do they hit the…
Thank's for the idea!
Re: Ask HN: Website with 6^16 subpages and 80k+ daily bots
#23By way of example, 00-99 is 10^2 = 100
So, no, not the largest site on the web :)
Re: Ask HN: Website with 6^16 subpages and 80k+ daily bots
#24Put some sort of grammatically-incorrect text on each page, so it fucks with the weights of whatever they are training. Alternatively, sell text space to advertisers as LLM SEO
Re: Ask HN: Website with 6^16 subpages and 80k+ daily bots
#25That should generate you some link depth for the bots to burn cycles and bandwidth on.
[1]: Not even remotely a color theorist
Re: Ask HN: Website with 6^16 subpages and 80k+ daily bots
#26This is a bit of a stretch of how you are defining sub-pages. It is a single page with calculated content based on URL. I could just echo URL parameters to the screen and say that I have infinite subpages if that is how we define thing. So no - what you have is dynamic content. Which is why I'd answer your question by recommending that you focus on the bots, not your content. What are they? How often do they hit the…
Re: Ask HN: Website with 6^16 subpages and 80k+ daily bots
#27Unless your website has real humans visiting it, there's not a lot of value, I am afraid. The idea of many dynamically generated pages isn't new or unique. IPInfo[1] has 4B sub-pages for every IPv4 address. CompressJPEG[2] has lot of sub-pages to answer the query, "resize image to a x b". ColorHexa[3] has sub-pages for all hex colors. The easiest way to monetize is signup for AdSense and throw some ads on the page. […
Re: Ask HN: Website with 6^16 subpages and 80k+ daily bots
#28You could try serving back html with no links (as in no a-href), and render links in js or some other clever way that works in browsers/for humans.
You won’t get rid of all bots, but it should significantly reduce useless traffic.
Alternative just make a static page that renders the content in js instead of php and put it on github pages or any other free server.
Re: Ask HN: Website with 6^16 subpages and 80k+ daily bots
#29Re: Ask HN: Website with 6^16 subpages and 80k+ daily bots
#30Where does the 6^16 come from? There are only 16.7 million 24-bit RGB triples; naively, if you're treating 3-hexit and 6-hexit colours separately, that'd be 16,781,312 distinct pages. What am I missing?
6 up 16 is a very large number.
16 up 6 is a considerably smaller number.
(I read it that way in my head since it's quicker to think without having to express "to the power of" internally)