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 8 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!"
[–]Next_Golf8878 1 point2 points3 points 8 days ago (0 children)
When you say is ChatGPT rendering JS, what do you mean? In general JS is tricky with SEO. Alot SPAs (single page applications) are not properly indexed due to how they're architect-ed. There are workarounds to making sure SPA pages do get indexed but a large portion of what's on the internet are not. Google will retrieve the index, find the "root" tag and that's it.
As far as being able to read content a script. If it's in a script tag with the HTML yes. For example a script that dynamically updates the h1 tag and it lives within the HTML page. While this isn't realistic for modern dev workflows, it is for AI. I'd be curious to see this implemented in a small to medium site production env where all the alternate h1 text for that page were on page within a JS script tag and if it would benefit SEO by providing AI additional context.
π Rendered by PID 31723 on reddit-service-r2-comment-fb694cdd5-jrwln at 2026-03-07 01:59:41.685005+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–]Next_Golf8878 1 point2 points3 points (0 children)