Generative AI 2025 queries#4302
Merged
tunetheweb merged 15 commits intomainfrom Jan 9, 2026
Merged
Conversation
This SQL query calculates the percentage of sites using CSS gradients over specific years, grouped by client and rank.
This SQL query calculates the percentage of sites with a valid robots.txt file, including various directives, based on data from the HTTP Archive crawl.
This SQL script calculates the percentage of sites mentioning a specific user-agent in their robots.txt file, categorized by rank bucket. Inspired by https://paulcalvano.com/2025-08-21-ai-bots-and-robots-txt/
This SQL query analyzes the adoption of CSS gradients by clients over specific years, grouping results by rank and calculating the percentage of sites using gradients.
eb9f816 to
7e499b3
Compare
7e499b3 to
5c6f001
Compare
tunetheweb
requested changes
Dec 29, 2025
Member
tunetheweb
left a comment
There was a problem hiding this comment.
LGTM, but suggesting some formatting improvements
Member
Author
|
@jcmpagel Could you have a look at @tunetheweb's suggestions? |
tunetheweb
requested changes
Jan 5, 2026
Member
tunetheweb
left a comment
There was a problem hiding this comment.
Lots of comments, but most are editorial nits. Once we fix those I think this is good to merge!
Member
Ignore - wrong PR!! |
tunetheweb
reviewed
Jan 5, 2026
tunetheweb
reviewed
Jan 9, 2026
tunetheweb
approved these changes
Jan 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Makes progress on #4104