Skip to main content

Headings in the age of AI crawlers

Hey all,

I'm a front-end web designer, and one of my SEO partners has told me that with the advent of LLMs and AI crawlers, heading structures are more important than they used to be in the good ol' age of Google.

They've requested that we use quite long and comprehensive headers, which is causing design issues, and I'm wondering if this is actually how headers should actually be used to maximize SEO.

For example, take the following fake copy.

Maximum Velocity Welcome to Maximum Velocity's home page! We're the fastest trucking people in the Atlanta area. Moving, freight and storage are our specialty. Price-matching guaranteed. 

I would previously have styled it as:

<h1>Maximum Velocity</h1> <h2>Welcome to Maximum Velocity's home page!</h1> <p>We're the fastest trucking people in the Atlanta area.</p> <p>Moving, freight and storage are our specialty.</p> <p>Price-matching guaranteed.</p> 

However, my partner insists that it's better for AI crawlers to have it as:

<h1> Maximum Velocity </h1> <h2> <span>Welcome to Maximum Velocity's home page!</span> <span>We're the fastest trucking people in the Atlanta area.</span> <span>Moving, freight and storage are our specialty.</span> <span>Price-matching guaranteed.</span> </h2> 

The latter creates CSS challenges (as each line has a different style despite being in the same H2), but mostly, it seems rather long and unnatural, as it features different types of information.

What would be the best 2025 SEO practice in a case like this?

submitted by /u/anglejongen
[link] [comments]

from Search Engine Optimization: The Latest SEO News https://ift.tt/VhGOyla

Comments

Popular posts from this blog

Local seo vs. natiowide seo?

I've done SEO for local businesses but I recently got my first client that sells an item nation wide. ​ Any suggestions for doing nationwide SEO? ​ I am used to making geopages for local towns. I was going to do the same with some input from the client about what cities or towns he would like to show up in? submitted by /u/Letmeinterviewyou [link] [comments] from Search Engine Optimization: The Latest SEO News http://bit.ly/2JHy0k0

Clients site has a weird issue with 302 redirects that I haven't seen before.

Site is in Drupal, hosted on Amazon CDN & Cloudflare. So here's a quick breakdown: The site itself works normally. It's a bit dated, but you can click on links and navigate around as you'd expect. Seeing no obvious issues, I run a Screaming Frog crawl to begin my audit. Only 5 pages were picked up by the crawl which was super weird, since all internal links are regular html and there shouldn't be any issues. So I go through the site and manually collect a bunch of URLs, which I submit to SF again as a list. Every single link bar the 5 originally crawled return a 302, with the 'redirect' pointing back to the home page. Except as I said, those pages don't browser redirect. Browser side, they work fine. I guess they redirect the crawl bot though, since the rest of the site is functionally invisible. Other tools I've looked at say that the pages return simultaneous 302 and 200s, which doesn't make too much sense. These 302s are also old enough ...