SShortSingh.
Back to feed

Major Publishers Block AI Crawlers, Pushing for Licensing and Content Control

0
·1 views

Leading news organizations, including The Guardian, The New York Times, CNN, and ABC, have increasingly blocked AI crawlers from accessing their websites since mid-2023, signaling a broader shift in how publishers manage digital content rights. The Guardian was among the first high-profile cases, blocking OpenAI's GPTBot in September 2023, while The New York Times updated its terms of service in August 2023 to restrict AI training on its content and later pursued legal action. Reuters Institute research from that period confirmed that a significant share of top publishers had restricted access for AI crawlers from OpenAI and Google. Publishers are not uniformly rejecting AI, however — some are simultaneously engaging in licensing negotiations, with The Guardian exploring licensing deals and The New York Times reportedly in discussions with Amazon as recently as 2025. The trend reflects a deliberate move by publishers to establish formal terms for AI access to their content, rather than allowing automated collection to continue by default.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingHacker News ·

Cloudflare Unveils Open Platform Designed for AI Agents and Applications

Cloudflare has announced what it calls 'Cloudflare OS,' an open platform aimed at supporting AI agents, applications, and automated workflows. The initiative positions Cloudflare's infrastructure as a foundational layer for developers building agent-based and app-driven systems. The platform is designed to integrate various tools and services within Cloudflare's ecosystem to streamline development and deployment. Details were shared via the official Cloudflare blog, signaling the company's push into the growing AI and agentic computing space.

0
ProgrammingDEV Community ·

MLCC Supply Crunch in 2026 Drives Sharp Price Hikes for Industrial Components

Multilayer ceramic capacitor (MLCC) prices are rising sharply in 2026 due to a significant supply shortage in the market. No new production capacity was added across the industry during 2024 and 2025, following a prolonged period of weak demand. High-capacity MLCC manufacturing requires a lead time of at least 12 to 18 months, making it difficult to quickly scale up output. As a result, the supply gap has widened rapidly, causing prices to spike and raising costs for industrial applications such as electronic switches.

0
ProgrammingDEV Community ·

How Suspense, Partial Prerendering, and Cache Components Work Together in Next.js

A technical deep-dive on DEV Community explains how React Suspense is a core building block of Next.js Partial Prerendering (PPR) and the Cache Components model. Components are rendered statically at build time unless they contain dynamic elements such as runtime APIs, uncached data fetches, or draft mode. When a route mixes static and dynamic components, Next.js prerenders the static content into an HTML shell at build time and streams dynamic content to the client at request time. This optimization means only dynamic components run at request time, improving overall page delivery performance. Routes that combine static and dynamic components require Suspense boundaries to wrap the dynamic parts, enabling this streaming behavior.

0
ProgrammingDEV Community ·

How to Build Stripe Web Checkout in a .NET MAUI App After Epic v. Apple Ruling

Following the Epic v. Apple injunction, US App Store apps can now direct users to external web payment flows, bypassing the store's 15–30% commission cut. A technical guide outlines an architecture using ASP.NET Core and .NET MAUI, where a Stripe-hosted checkout page is opened in the device's system browser rather than a WebView, a requirement for app store compliance. Subscription entitlements are granted server-side via Stripe webhooks rather than client-side claims, preventing fraud and enabling purchases made outside the app to unlock in-app features. A key implementation detail is setting the ClientReferenceId field in the Stripe session to link anonymous checkout sessions back to authenticated users when webhook events fire. The same pattern applies to Google's external-offers program and works across any technology stack, with the app checking both store SDKs and the backend API to determine a user's subscription status.

Major Publishers Block AI Crawlers, Pushing for Licensing and Content Control · ShortSingh