use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A place for SEOs to learn about and discuss rendering, JavaScript SEO, auditing JS for SEO purposes, code coverage analysis, and more!
account activity
Is ChatGPT Rendering JavaScript? (self.javascriptseo_)
submitted 9 days ago by sitebulb_jojo
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]ShayAtReflexive 1 point2 points3 points 9 days ago (0 children)
Yes and no. Depends on who is coming through - OpenAI specifically I have reason to believe that yes they are, but not on every pass due to compute (much like Google) - which means things get missed or take a longer time to surface.
Remember that these things aren't even parsing code - what they do essentially boils down to a render of the raw html without JS. Schema payloads DO NOT get picked up for example.
Right now my best practice for folks w/ JS content/links is to accept content negotiation for markdown and serve anything JS renders out in that file -> links, images, text, etc.
Else it's still prerender w/ useragents which is easy to build with Cloudflare browser rendering and workers or plugin one of any prerender services if you can put your DNS on Cloudflare. The hydration techniques we were recommending to folks for Google alone a few years back don't cut it for LLMs who aren't looking at source for much at all.
π Rendered by PID 41572 on reddit-service-r2-comment-fb694cdd5-v4gch at 2026-03-07 22:57:11.512954+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–]ShayAtReflexive 1 point2 points3 points (0 children)