[{"data":1,"prerenderedAt":1353},["ShallowReactive",2],{"blog-post-/blog/how-to-find-your-sitemap":3,"blog-all-posts":376},{"id":4,"title":5,"author":6,"body":7,"category":359,"cover":360,"coverAlt":361,"description":362,"draft":363,"extension":364,"featured":360,"meta":365,"navigation":360,"path":366,"publishedAt":367,"seo":368,"stem":369,"tags":370,"updatedAt":374,"__hash__":375},"blog/blog/how-to-find-your-sitemap.md","How to Find Your Sitemap.xml (and What to Do When You Can't)","SeoSitemap.app",{"type":8,"value":9,"toc":343},"minimark",[10,14,17,22,25,45,70,73,77,84,94,101,107,114,123,127,130,135,154,158,175,179,188,192,201,205,214,218,221,254,258,265,274,305,308,312],[11,12,13],"p",{},"A sitemap is the single most useful file for understanding a website at a glance: it's the site's own list of the pages it wants search engines to know about. When we built SeoSitemap.app, the very first thing every scan needs is that file — and we quickly learned that \"where is the sitemap?\" trips people up more often than you'd expect.",[11,15,16],{},"This guide walks through exactly how to find the sitemap for any site, in the order we actually try ourselves, plus what to do when the obvious paths come back empty.",[18,19,21],"h2",{"id":20},"start-with-the-obvious-sitemapxml","Start with the obvious: /sitemap.xml",[11,23,24],{},"Nine times out of ten the sitemap lives at the root of the domain. Before anything clever, just type the address bar guesses:",[26,27,28,35,40],"ul",{},[29,30,31],"li",{},[32,33,34],"code",{},"https://example.com/sitemap.xml",[29,36,37],{},[32,38,39],{},"https://example.com/sitemap_index.xml",[29,41,42],{},[32,43,44],{},"https://example.com/sitemap-index.xml",[11,46,47,48,51,52,56,57,60,61,65,66,69],{},"That ",[32,49,50],{},"_index"," variant matters. Large sites split their sitemap into chunks (a sitemap ",[53,54,55],"strong",{},"index"," that points to many child sitemaps), because a single sitemap file is capped at 50,000 URLs or 50 MB. If ",[32,58,59],{},"/sitemap.xml"," shows a short list of ",[62,63,64],"em",{},"other"," ",[32,67,68],{},".xml"," links rather than your actual pages, you've found an index file — that's normal, and a good auditor will follow those children automatically.",[11,71,72],{},"If one of these loads, you're done. If they all 404, don't give up — move to the reliable shortcut below.",[18,74,76],{"id":75},"check-robotstxt-the-reliable-shortcut","Check robots.txt (the reliable shortcut)",[11,78,79,80,83],{},"Every well-configured site has a ",[32,81,82],{},"robots.txt"," at its root, and by convention it declares where the sitemap lives. Open:",[85,86,91],"pre",{"className":87,"code":89,"language":90},[88],"language-text","https://example.com/robots.txt\n","text",[32,92,89],{"__ignoreMap":93},"",[11,95,96,97,100],{},"Look for a line that starts with ",[32,98,99],{},"Sitemap:",". You'll often see something like this:",[85,102,105],{"className":103,"code":104,"language":90},[88],"User-agent: *\nAllow: /\n\nSitemap: https://example.com/sitemap.xml\n",[32,106,104],{"__ignoreMap":93},[11,108,109,110,113],{},"This is the most dependable method, because it's the location the site ",[62,111,112],{},"itself"," advertises to Googlebot — no guessing required. A site can even list several sitemaps here (one for pages, one for images, one for news), so scan the whole file, not just the first match.",[11,115,116,117,119,120,122],{},"If ",[32,118,82],{}," exists but has no ",[32,121,99],{}," line, that's a finding in itself: the site is making search engines work harder than they should. Adding that one line is a free, five-second SEO win.",[18,124,126],{"id":125},"platform-specific-sitemap-locations","Platform-specific sitemap locations",[11,128,129],{},"If you know what the site is built on, you can skip straight to the right path. Here are the defaults for the platforms we see most often:",[131,132,134],"h3",{"id":133},"wordpress","WordPress",[11,136,137,138,141,142,145,146,149,150,153],{},"Modern WordPress generates a sitemap at ",[32,139,140],{},"/wp-sitemap.xml"," out of the box. If the site uses ",[53,143,144],{},"Yoast SEO"," or ",[53,147,148],{},"Rank Math"," (most do), the canonical location becomes ",[32,151,152],{},"/sitemap_index.xml"," instead — those plugins take over sitemap duties.",[131,155,157],{"id":156},"shopify","Shopify",[11,159,160,161,163,164,167,168,167,171,174],{},"Always ",[32,162,59],{},", and it's always an index file that links to ",[32,165,166],{},"sitemap_products_1.xml",", ",[32,169,170],{},"sitemap_pages_1.xml",[32,172,173],{},"sitemap_collections_1.xml",", and so on. You can't customise it on Shopify, which is actually convenient — you always know where it is.",[131,176,178],{"id":177},"wix-and-squarespace","Wix and Squarespace",[11,180,181,182,184,185,187],{},"Both expose ",[32,183,59],{}," automatically and don't let you move it. Squarespace also responds to ",[32,186,59],{}," for every site by default.",[131,189,191],{"id":190},"webflow","Webflow",[11,193,194,196,197,200],{},[32,195,59],{},", but note Webflow only auto-generates it when the setting is enabled in ",[53,198,199],{},"Project Settings → SEO",". On some plans you have to paste a sitemap in manually.",[131,202,204],{"id":203},"custom-framework-sites","Custom / framework sites",[11,206,207,208,210,211,213],{},"Static-site frameworks (Next.js, Nuxt, Astro, Hugo) usually emit ",[32,209,59],{}," at build time via a plugin. If a developer built the site, ask them — or fall back to ",[32,212,82],{},", which is the one place a custom setup almost always points correctly.",[18,215,217],{"id":216},"still-cant-find-it-three-fallbacks","Still can't find it? Three fallbacks",[11,219,220],{},"Occasionally none of the above works. Here's what we reach for next:",[222,223,224,234,248],"ol",{},[29,225,226,229,230,233],{},[53,227,228],{},"Google Search Console."," If you own the site, open ",[53,231,232],{},"Indexing → Sitemaps",". Any sitemap that's been submitted is listed there with its exact URL and submission status. This is the source of truth for what Google is actually reading.",[29,235,236,243,244,247],{},[53,237,238,239,242],{},"A ",[32,240,241],{},"site:"," search."," Search ",[32,245,246],{},"site:example.com"," in Google to see what's indexed. It won't hand you the sitemap file, but it confirms whether the site is indexed at all — useful for ruling out a bigger problem.",[29,249,250,253],{},[53,251,252],{},"No sitemap exists."," Some small or older sites genuinely don't have one. That's not the end of the world for a handful of pages, but for anything larger it's worth generating one. Every major platform and CMS plugin can create a sitemap automatically; there's rarely a reason not to have one.",[18,255,257],{"id":256},"found-it-now-audit-it","Found it — now audit it",[11,259,260,261,264],{},"Locating the sitemap is step one. The reason you went looking is usually step two: you want to know whether the pages ",[62,262,263],{},"in"," it are healthy.",[11,266,267,268,273],{},"This is exactly what we built SeoSitemap.app to do. Paste the sitemap URL you just found into the ",[269,270,272],"a",{"href":271},"/sitemap-checker","Sitemap Checker"," and it pulls every URL from the file and audits each page — up to 500 at a time — for the things that quietly hurt rankings:",[26,275,276,282,288,294],{},[29,277,278,281],{},[53,279,280],{},"Missing, empty or duplicate H1 tags"," across the whole site.",[29,283,284,287],{},[53,285,286],{},"Title and meta description problems"," — too long, too short, or missing entirely.",[29,289,290,293],{},[53,291,292],{},"Broken links and redirect chains"," that waste crawl budget.",[29,295,296,299,300,304],{},[53,297,298],{},"Duplicate titles and H1s"," that signal ",[269,301,303],{"href":302},"/content-analysis","keyword cannibalisation"," between competing pages.",[11,306,307],{},"Reading a sitemap by eye tells you which pages exist. Auditing it tells you which ones are actually doing their job — and that's the difference between a list of URLs and an SEO action plan.",[18,309,311],{"id":310},"key-takeaways","Key takeaways",[26,313,314,326,334,337,340],{},[29,315,316,317,319,320,322,323,325],{},"Try ",[32,318,59],{}," and ",[32,321,152],{}," first; the ",[32,324,50],{}," version means the site splits its sitemap into chunks.",[29,327,328,330,331,333],{},[32,329,82],{}," is the most reliable place to find the declared sitemap location — look for the ",[32,332,99],{}," line.",[29,335,336],{},"Most platforms (WordPress, Shopify, Wix, Squarespace, Webflow) expose the sitemap at a predictable path.",[29,338,339],{},"If all else fails, Google Search Console shows the exact sitemap Google is reading.",[29,341,342],{},"Finding the sitemap is just the start — audit the pages inside it to turn that list into something actionable.",{"title":93,"searchDepth":344,"depth":344,"links":345},2,[346,347,348,356,357,358],{"id":20,"depth":344,"text":21},{"id":75,"depth":344,"text":76},{"id":125,"depth":344,"text":126,"children":349},[350,352,353,354,355],{"id":133,"depth":351,"text":134},3,{"id":156,"depth":351,"text":157},{"id":177,"depth":351,"text":178},{"id":190,"depth":351,"text":191},{"id":203,"depth":351,"text":204},{"id":216,"depth":344,"text":217},{"id":256,"depth":344,"text":257},{"id":310,"depth":344,"text":311},"sitemaps",true,"How to Find Your Sitemap.xml — SeoSitemap.app blog cover","A practical, step-by-step guide to locating any website's sitemap — the common URLs, the robots.txt shortcut, platform-specific paths, and how to audit it once you've found it.",false,"md",{},"/blog/how-to-find-your-sitemap","2026-06-07",{"title":5,"description":362},"blog/how-to-find-your-sitemap",[371,82,372,373],"sitemap","crawling","indexing",null,"g2_23FGrMzt1bZ4zo4FgS5Cp4iCgJkCcLHP8ZSz_k2w",[377,595,834,1059],{"id":4,"title":5,"author":6,"body":378,"category":359,"cover":360,"coverAlt":361,"description":362,"draft":363,"extension":364,"featured":360,"meta":592,"navigation":360,"path":366,"publishedAt":367,"seo":593,"stem":369,"tags":594,"updatedAt":374,"__hash__":375},{"type":8,"value":379,"toc":578},[380,382,384,386,388,402,414,416,418,422,427,431,436,440,446,448,450,452,462,464,474,476,482,484,490,492,498,500,502,522,524,528,532,552,554,556],[11,381,13],{},[11,383,16],{},[18,385,21],{"id":20},[11,387,24],{},[26,389,390,394,398],{},[29,391,392],{},[32,393,34],{},[29,395,396],{},[32,397,39],{},[29,399,400],{},[32,401,44],{},[11,403,47,404,51,406,56,408,60,410,65,412,69],{},[32,405,50],{},[53,407,55],{},[32,409,59],{},[62,411,64],{},[32,413,68],{},[11,415,72],{},[18,417,76],{"id":75},[11,419,79,420,83],{},[32,421,82],{},[85,423,425],{"className":424,"code":89,"language":90},[88],[32,426,89],{"__ignoreMap":93},[11,428,96,429,100],{},[32,430,99],{},[85,432,434],{"className":433,"code":104,"language":90},[88],[32,435,104],{"__ignoreMap":93},[11,437,109,438,113],{},[62,439,112],{},[11,441,116,442,119,444,122],{},[32,443,82],{},[32,445,99],{},[18,447,126],{"id":125},[11,449,129],{},[131,451,134],{"id":133},[11,453,137,454,141,456,145,458,149,460,153],{},[32,455,140],{},[53,457,144],{},[53,459,148],{},[32,461,152],{},[131,463,157],{"id":156},[11,465,160,466,163,468,167,470,167,472,174],{},[32,467,59],{},[32,469,166],{},[32,471,170],{},[32,473,173],{},[131,475,178],{"id":177},[11,477,181,478,184,480,187],{},[32,479,59],{},[32,481,59],{},[131,483,191],{"id":190},[11,485,486,196,488,200],{},[32,487,59],{},[53,489,199],{},[131,491,204],{"id":203},[11,493,207,494,210,496,213],{},[32,495,59],{},[32,497,82],{},[18,499,217],{"id":216},[11,501,220],{},[222,503,504,510,518],{},[29,505,506,229,508,233],{},[53,507,228],{},[53,509,232],{},[29,511,512,243,516,247],{},[53,513,238,514,242],{},[32,515,241],{},[32,517,246],{},[29,519,520,253],{},[53,521,252],{},[18,523,257],{"id":256},[11,525,260,526,264],{},[62,527,263],{},[11,529,267,530,273],{},[269,531,272],{"href":271},[26,533,534,538,542,546],{},[29,535,536,281],{},[53,537,280],{},[29,539,540,287],{},[53,541,286],{},[29,543,544,293],{},[53,545,292],{},[29,547,548,299,550,304],{},[53,549,298],{},[269,551,303],{"href":302},[11,553,307],{},[18,555,311],{"id":310},[26,557,558,566,572,574,576],{},[29,559,316,560,319,562,322,564,325],{},[32,561,59],{},[32,563,152],{},[32,565,50],{},[29,567,568,330,570,333],{},[32,569,82],{},[32,571,99],{},[29,573,336],{},[29,575,339],{},[29,577,342],{},{"title":93,"searchDepth":344,"depth":344,"links":579},[580,581,582,589,590,591],{"id":20,"depth":344,"text":21},{"id":75,"depth":344,"text":76},{"id":125,"depth":344,"text":126,"children":583},[584,585,586,587,588],{"id":133,"depth":351,"text":134},{"id":156,"depth":351,"text":157},{"id":177,"depth":351,"text":178},{"id":190,"depth":351,"text":191},{"id":203,"depth":351,"text":204},{"id":216,"depth":344,"text":217},{"id":256,"depth":344,"text":257},{"id":310,"depth":344,"text":311},{},{"title":5,"description":362},[371,82,372,373],{"id":596,"title":597,"author":6,"body":598,"category":821,"cover":360,"coverAlt":822,"description":823,"draft":363,"extension":364,"featured":363,"meta":824,"navigation":360,"path":825,"publishedAt":826,"seo":827,"stem":828,"tags":829,"updatedAt":374,"__hash__":833},"blog/blog/keyword-cannibalization.md","Keyword Cannibalization: How to Find and Fix It",{"type":8,"value":599,"toc":805},[600,603,606,610,617,620,624,627,634,638,641,645,648,651,655,658,673,679,690,694,701,705,712,715,719,725,728,732,743,746,750,753,756,765,767],[11,601,602],{},"You wrote two solid articles on the same broad topic, published both, and now neither ranks as well as you hoped. The pages aren't fighting Google — they're fighting each other. That's keyword cannibalisation, and it's one of the quieter ways a growing site sabotages its own search performance.",[11,604,605],{},"The good news: it's diagnosable and fixable without guesswork. In this guide we'll define what cannibalisation actually is (and clear up a common myth), show you how to spot it across a whole site quickly, and walk through a decision framework for fixing each case.",[18,607,609],{"id":608},"what-keyword-cannibalisation-really-is","What keyword cannibalisation really is",[11,611,612,613,616],{},"Keyword cannibalisation happens when two or more pages on your site target the same ",[53,614,615],{},"search intent"," — the underlying job a searcher is trying to get done — so they end up competing for the same positions in the results. Google has to pick one URL per site for a given query in most cases, and when your pages are too similar, it picks for you. Often it picks badly, splitting signals (links, clicks, relevance) across both pages so neither earns the authority a single consolidated page would.",[11,618,619],{},"The symptoms are familiar. Rankings flip-flop between two URLs week to week. A page that used to sit at position four slides to nine when you publish a near-duplicate. Internal links and backlinks get diluted because they point at two competing destinations instead of one.",[131,621,623],{"id":622},"the-myth-its-about-overlapping-intent-not-reused-keywords","The myth: it's about overlapping intent, not reused keywords",[11,625,626],{},"The biggest misconception is that cannibalisation means \"using the same keyword on more than one page\". It doesn't. You can mention \"running shoes\" on dozens of pages — a category page, a buying guide, individual product pages, a blog post about marathon training — without any of them cannibalising each other, because each serves a different intent.",[11,628,629,630,633],{},"Cannibalisation is about intent overlap. \"Best running shoes for beginners\" and \"running shoes for new runners\" are different strings but the ",[62,631,632],{},"same"," intent, so two articles built around them will compete. Meanwhile \"buy Nike Pegasus 41\" (transactional) and \"how to choose running shoes\" (informational) share words but serve genuinely different needs, so they coexist happily. When you audit, ask \"would the same searcher be satisfied by either page?\" If yes, you have overlap worth fixing.",[18,635,637],{"id":636},"how-to-detect-it","How to detect it",[11,639,640],{},"There are two reliable signals, and you'll usually want both.",[131,642,644],{"id":643},"search-console-one-query-multiple-urls","Search Console: one query, multiple URLs",[11,646,647],{},"The clearest evidence lives in Google Search Console. Open Performance, add a filter for a specific query, then switch to the Pages tab. If a single query is being served by two or more of your URLs over time — especially if their positions are similar and unstable — those pages are competing for it. Sort by impressions to find the queries that matter most, and watch for queries where the average position is mediocre despite decent impressions. That mediocrity is often two pages each pulling the other down.",[11,649,650],{},"This tells you which queries are affected, but it's slow to review one query at a time, and it only surfaces pages Google already has data for.",[131,652,654],{"id":653},"duplicate-titles-and-h1s-across-the-site","Duplicate titles and H1s across the site",[11,656,657],{},"The faster, more structural signal is duplication in your on-page metadata. When two pages carry near-identical title tags or the same H1 heading, that's a strong hint they were written around the same intent — and it's something you can check across an entire site at once, before Search Console has even accumulated data.",[11,659,660,661,664,665,668,669,672],{},"This is exactly what our ",[269,662,663],{"href":302},"Content Analyser"," is built for. Point it at your site and it pulls every URL from your sitemap, then groups identical and near-identical H1s and title tags across the whole site so the clusters jump out immediately. Instead of squinting at one query at a time, you get a list: \"these four pages all use the H1 ",[62,666,667],{},"Email Marketing Tips","\", \"these two share the title ",[62,670,671],{},"Pricing","\". Each cluster is a cannibalisation candidate to investigate.",[11,674,675,676,678],{},"A practical workflow: run the ",[269,677,663],{"href":302}," first to find the structural duplicates fast, then confirm the real damage in Search Console for the clusters that matter. Structure tells you where to look; Search Console tells you whether it's actually costing you rankings.",[11,680,681,682,685,686,689],{},"If the analyser only sees part of your site, the problem is usually that pages are missing from your sitemap — so the auditor never reaches them. Run the ",[269,683,684],{"href":271},"sitemap checker"," to confirm your sitemap is complete and valid first, and if you're not sure where your sitemap even lives, our guide on ",[269,687,688],{"href":366},"how to find your sitemap"," walks through it.",[18,691,693],{"id":692},"the-fix-framework","The fix framework",[11,695,696,697,700],{},"Once you've identified a cluster, you have three options. Pick based on whether the pages ",[62,698,699],{},"should"," exist separately at all.",[131,702,704],{"id":703},"_1-merge-the-weaker-page-into-the-stronger-one","1. Merge the weaker page into the stronger one",[11,706,707,708,711],{},"This is the right call when both pages target the same intent and there's no good reason to keep two. Decide which page is stronger — usually the one with more backlinks, better rankings, higher engagement, or simply the better-written piece. Fold the unique, useful content from the weaker page into the stronger one so nothing valuable is lost, then ",[53,709,710],{},"301-redirect"," the weaker URL to the stronger one.",[11,713,714],{},"The 301 (a permanent redirect) matters: it passes the weaker page's accumulated link equity to the survivor and tells search engines the content has permanently moved, consolidating the signals you'd otherwise be splitting. Update any internal links that pointed at the old URL so they target the survivor directly rather than bouncing through the redirect.",[131,716,718],{"id":717},"_2-differentiate-the-intent-and-headings","2. Differentiate the intent and headings",[11,720,721,722,724],{},"Sometimes the two pages ",[62,723,699],{}," exist — they were just written too similarly. Maybe one was meant to be a beginner overview and the other an advanced deep-dive, but both drifted into covering the same middle ground. Here the fix is editorial: pull them apart so each clearly owns a distinct intent.",[11,726,727],{},"Rewrite the titles, H1s, and opening paragraphs to signal who each page is for. Trim the overlapping sections from each so they stop repeating one another, and add internal links between them (\"new to this? start with our beginner's guide\") so the relationship is explicit. Done well, you turn two competing pages into a complementary pair that each rank for their own queries.",[131,729,731],{"id":730},"_3-canonicalise-when-they-must-coexist","3. Canonicalise when they must coexist",[11,733,734,735,738,739,742],{},"Occasionally you need two near-identical pages for reasons that have nothing to do with search — say a printable version, or the same product reachable through two category paths. When the duplication is unavoidable, use a ",[53,736,737],{},"canonical tag"," (a ",[32,740,741],{},"\u003Clink rel=\"canonical\">"," pointing at the preferred URL) to tell search engines which version is the original. Search engines then consolidate ranking signals onto the canonical and leave the duplicate out of the index, without you having to delete or redirect anything.",[11,744,745],{},"Canonicalisation is the weakest of the three because it's a hint rather than a command, and it doesn't help users who land on the \"wrong\" version. Reach for merge or differentiate first; canonicalise only when neither fits.",[18,747,749],{"id":748},"how-to-prevent-it","How to prevent it",[11,751,752],{},"Fixing cannibalisation is satisfying, but not creating it is cheaper. Two habits do most of the work.",[11,754,755],{},"First, keep a simple content plan that maps one primary intent to one page. Before commissioning anything new, check whether an existing page already owns that intent — if it does, improve that page instead of publishing a rival. A spreadsheet of \"page → primary query → intent\" is enough; the point is forcing the question before you write.",[11,757,758,759,761,762,764],{},"Second, use internal linking deliberately to nominate the canonical page for each topic. When you consistently link to the ",[62,760,632],{}," page with the same descriptive anchor text whenever a topic comes up, you tell search engines which page is the authoritative one — and you tell yourself, which keeps future articles from drifting into its territory. Re-running the ",[269,763,663],{"href":302}," after big publishing pushes turns this into a routine: catch new duplicate H1s and titles before they've had time to hurt.",[18,766,311],{"id":310},[26,768,769,775,781,787,793,799],{},[29,770,771,774],{},[53,772,773],{},"Cannibalisation is about overlapping intent, not reused keywords"," — the test is whether the same searcher would be satisfied by either page.",[29,776,777,780],{},[53,778,779],{},"Detect it two ways",": one query serving multiple URLs in Search Console, and duplicate titles or H1s across your site. Structure points you to the problem; Search Console confirms the cost.",[29,782,783,786],{},[53,784,785],{},"Our Content Analyser groups identical and near-identical H1s and titles across the whole site",", so cannibalisation clusters surface fast — far quicker than reviewing queries one at a time.",[29,788,789,792],{},[53,790,791],{},"Fix with one of three moves",": merge the weaker page and 301-redirect it, differentiate the intent and headings, or canonicalise when the pages genuinely must coexist.",[29,794,795,798],{},[53,796,797],{},"Prefer merge or differentiate over canonicalise"," — a canonical is a hint, and it doesn't help users who land on the duplicate.",[29,800,801,804],{},[53,802,803],{},"Prevent it"," with a one-intent-per-page content plan and consistent internal linking that nominates the authoritative page for each topic.",{"title":93,"searchDepth":344,"depth":344,"links":806},[807,810,814,819,820],{"id":608,"depth":344,"text":609,"children":808},[809],{"id":622,"depth":351,"text":623},{"id":636,"depth":344,"text":637,"children":811},[812,813],{"id":643,"depth":351,"text":644},{"id":653,"depth":351,"text":654},{"id":692,"depth":344,"text":693,"children":815},[816,817,818],{"id":703,"depth":351,"text":704},{"id":717,"depth":351,"text":718},{"id":730,"depth":351,"text":731},{"id":748,"depth":344,"text":749},{"id":310,"depth":344,"text":311},"content","Keyword Cannibalization: How to Find and Fix It — SeoSitemap.app blog cover","What keyword cannibalization actually is, how to tell whether two of your pages are competing, and a practical workflow to fix it — merge, differentiate, or canonicalise.",{},"/blog/keyword-cannibalization","2026-06-06",{"title":597,"description":823},"blog/keyword-cannibalization",[830,831,832],"keyword-cannibalization","duplicate-content","content-strategy","aLUKvlevbrrww5K0-ytTYl3TT8A8iQL4CXt45GVWD3s",{"id":835,"title":836,"author":6,"body":837,"category":1045,"cover":360,"coverAlt":1046,"description":1047,"draft":363,"extension":364,"featured":363,"meta":1048,"navigation":360,"path":1049,"publishedAt":1050,"seo":1051,"stem":1052,"tags":1053,"updatedAt":374,"__hash__":1058},"blog/blog/multiple-h1-tags.md","Multiple H1 Tags: Does It Still Hurt Your SEO?",{"type":8,"value":838,"toc":1029},[839,842,845,849,856,859,862,866,873,892,895,899,903,906,910,913,916,920,923,929,933,936,940,943,947,958,962,968,974,978,981,987,990,992],[11,840,841],{},"If you have ever run an SEO audit, you have probably seen a warning about\nH1 tags — too many of them, none at all, or the same one repeated across\nyour site. The old advice was strict: one H1 per page, no exceptions. But\nthe web has changed, Google has clarified its position, and a lot of that\nadvice is now out of date.",[11,843,844],{},"So let's settle it. Does having more than one H1 actually hurt your\nrankings in 2026? The short answer is no — not on its own. The longer\nanswer is more useful, because a few genuine H1 problems still do harm,\nand they are easy to miss without checking every page.",[18,846,848],{"id":847},"where-the-exactly-one-h1-rule-came-from","Where the \"exactly one H1\" rule came from",[11,850,851,852,855],{},"The single-H1 rule is older than most people realise. In the HTML 4 era,\nthe document outline was flat: there was one top-level heading, and\neverything else nested beneath it. An H1 was understood to be ",[62,853,854],{},"the"," title\nof the page, full stop. Putting two of them on a page felt like having two\ntitles on a book cover — confusing and a bit broken.",[11,857,858],{},"Early SEO guidance baked this in. Crawlers were less sophisticated, and\nthe safest way to tell a search engine \"this is what the page is about\"\nwas a single, keyword-rich H1 at the top. The rule stuck around long after\nthe technology that justified it had moved on. To this day you will find\naudit tools, checklists and blog posts that flag any page with more than\none H1 as an error.",[11,860,861],{},"It is worth being honest about this: the rule was never wrong, exactly. It\nwas a reasonable default that got frozen in time and then treated as a law\nof physics.",[18,863,865],{"id":864},"what-google-actually-says-now","What Google actually says now",[11,867,868,869,872],{},"Google has been unusually clear on this one. Its representatives have\nstated publicly, more than once, that using multiple H1 tags on a page is\n",[53,870,871],{},"not"," a problem for Google Search. Modern Googlebot renders pages much\nlike a browser, understands document structure, and does not penalise you\nfor the number of H1s it finds. You can have one, several, or — in\npractice — even zero, and Google will still try to work out what your page\nis about from the content, the title tag, and the overall structure.",[11,874,875,876,167,879,167,882,319,885,888,889,891],{},"Part of the reason is HTML5. The introduction of sectioning elements like\n",[32,877,878],{},"\u003Csection>",[32,880,881],{},"\u003Carticle>",[32,883,884],{},"\u003Caside>",[32,886,887],{},"\u003Cnav>"," changed how documents are\nmeant to be structured. Under the HTML5 model, each sectioning element can\nhave its own heading hierarchy. A long page with several distinct articles\ncould legitimately carry an H1 inside each ",[32,890,881],{},". Browsers and\nassistive technology never fully implemented the \"document outline\nalgorithm\" that this model promised, but the spirit of it — that pages are\ncomposed of nested sections rather than one flat outline — is now baked\ninto how the web is built.",[11,893,894],{},"So if Google does not care about the count, why are we still recommending\none clear H1? Because ranking is not the only thing that matters, and\n\"Google won't penalise it\" is a lower bar than \"this is the best choice\nfor your page\".",[18,896,898],{"id":897},"why-one-clear-h1-is-still-the-safe-default","Why one clear H1 is still the safe default",[131,900,902],{"id":901},"clarity-for-readers","Clarity for readers",[11,904,905],{},"A page with a single, obvious H1 tells everyone — humans and machines —\nwhat they are looking at within half a second. When you scatter several\nH1s across a page, you blur the answer to the most basic question a visitor\nasks: \"what is this page about?\" One H1 is simply the clearest way to say\n\"this, specifically, is the topic.\"",[131,907,909],{"id":908},"accessibility-and-screen-reader-navigation","Accessibility and screen-reader navigation",[11,911,912],{},"This is the strongest practical argument, and it is the one most people\nforget. Screen-reader users navigate by headings. They pull up a list of\nall the headings on a page and jump between them, exactly the way a sighted\nuser scans down the screen. A clean hierarchy — one H1, then H2s for major\nsections, H3s nested beneath those — gives them a reliable map.",[11,914,915],{},"Multiple H1s, or headings that skip levels (H1 straight to H3), break that\nmap. The user can no longer tell which heading is the page title and which\nare subsections. Getting this right is not an SEO trick; it is a\nbaseline of building a usable page. And because accessible structure and\ngood SEO structure are the same structure, you get both for the price of\none.",[131,917,919],{"id":918},"an-unambiguous-page-topic","An unambiguous page topic",[11,921,922],{},"Search engines weigh your H1 as a strong hint about the page's subject.\nWhen you have one H1, that hint is unambiguous. When you have five, you are\neither diluting the signal or — worse — sending conflicting signals if the\nH1s cover different topics. One clear H1 keeps your most important on-page\nsignal sharp.",[11,924,925,926,928],{},"You can check how clearly your main heading lines up with the rest of your\ncopy using our ",[269,927,663],{"href":302}," tool, which looks at how your headings,\ntitle and body content reinforce a single topic rather than pulling in\ndifferent directions.",[18,930,932],{"id":931},"the-h1-problems-that-genuinely-hurt","The H1 problems that genuinely hurt",[11,934,935],{},"Here is the part that matters more than the count. A few H1 issues do real\ndamage, and they tend to hide in the pages you never look at.",[131,937,939],{"id":938},"missing-h1","Missing H1",[11,941,942],{},"A page with no H1 at all leaves both readers and crawlers without that\ntop-level anchor. It is rarely fatal — Google will fall back to other\nsignals — but it is a missed opportunity to state your topic plainly, and\nit is a common symptom of a template that dropped the heading somewhere\nalong the way. Templated pages, category archives and landing pages built\nin a hurry are the usual offenders.",[131,944,946],{"id":945},"empty-h1","Empty H1",[11,948,949,950,953,954,957],{},"Worse than missing is an H1 that ",[62,951,952],{},"exists"," but contains nothing useful — an\nempty ",[32,955,956],{},"\u003Ch1>\u003C/h1>",", an H1 wrapping only a logo image with no alt text, or an\nH1 holding a single non-breaking space. To a crawler and a screen reader\nthis is an H1 that says nothing. It passes a naive \"does an H1 exist?\"\ncheck while delivering none of the benefit. These are surprisingly common\nin themes that put the site logo inside an H1 on every page.",[131,959,961],{"id":960},"the-same-h1-repeated-across-many-pages","The same H1 repeated across many pages",[11,963,964,965,967],{},"This is the H1 problem with the clearest SEO downside, and it has nothing\nto do with how many H1s sit on a single page. It is about the ",[62,966,632],{}," H1\ntext appearing on dozens or hundreds of different URLs.",[11,969,970,971,973],{},"When many pages share an identical H1 — think \"Products\", \"Blog\", or your\nbrand name on every page — you are telling search engines that these pages\nare about the same thing. That is a textbook signal of keyword\ncannibalisation, where multiple pages compete for the same query and none\nof them ranks as well as one focused page would. If that sounds familiar,\nour guide to ",[269,972,303],{"href":825}," walks through how to diagnose\nand fix it. Distinct, descriptive H1s are one of the simplest ways to keep\nyour pages clearly differentiated.",[18,975,977],{"id":976},"how-to-audit-h1s-across-a-whole-site","How to audit H1s across a whole site",[11,979,980],{},"Spot-checking a handful of pages by hand will never catch these problems,\nbecause the broken pages are almost always the ones you forget exist — old\narchives, paginated lists, auto-generated tag pages. The only reliable\napproach is to check every URL.",[11,982,983,984,986],{},"That is exactly what the ",[269,985,272],{"href":271}," is for. It pulls every URL\nfrom your sitemap and audits each page's heading structure, so instead of\nguessing you get a concrete list: which pages have no H1, which have an\nempty one, where the same H1 is duplicated across many URLs, and where the\nheading levels skip. From there you can prioritise — fix the missing and\nempty H1s first, then hunt down the duplicates that point to\ncannibalisation.",[11,988,989],{},"The point is to move from \"I think our headings are fine\" to \"here are the\nseventeen pages that aren't, in order of severity\". At that scale, an\nautomated pass beats human review every time.",[18,991,311],{"id":310},[26,993,994,1000,1003,1006,1020],{},[29,995,996,997,999],{},"Multiple H1s on a single page do ",[53,998,871],{}," hurt your rankings — Google has\nsaid this directly, and HTML5 sectioning makes several H1s structurally\nvalid.",[29,1001,1002],{},"One clear H1 is still the pragmatic default because it gives readers,\nscreen-reader users and crawlers an unambiguous answer to \"what is this\npage about?\".",[29,1004,1005],{},"Accessibility is the strongest reason to keep a clean hierarchy: screen\nreaders navigate by headings, so don't skip levels or scatter H1s.",[29,1007,1008,1009,1012,1013,1016,1017,1019],{},"The H1 issues that genuinely cost you are ",[53,1010,1011],{},"missing"," H1s, ",[53,1014,1015],{},"empty"," H1s,\nand the ",[53,1018,632],{}," H1 repeated across many pages — the last being a clear\ncannibalisation signal.",[29,1021,1022,1023,1025,1026,1028],{},"Hand-checking won't catch these; audit every URL with the\n",[269,1024,272],{"href":271}," and confirm your topic focus with the ",[269,1027,663],{"href":302},".",{"title":93,"searchDepth":344,"depth":344,"links":1030},[1031,1032,1033,1038,1043,1044],{"id":847,"depth":344,"text":848},{"id":864,"depth":344,"text":865},{"id":897,"depth":344,"text":898,"children":1034},[1035,1036,1037],{"id":901,"depth":351,"text":902},{"id":908,"depth":351,"text":909},{"id":918,"depth":351,"text":919},{"id":931,"depth":344,"text":932,"children":1039},[1040,1041,1042],{"id":938,"depth":351,"text":939},{"id":945,"depth":351,"text":946},{"id":960,"depth":351,"text":961},{"id":976,"depth":344,"text":977},{"id":310,"depth":344,"text":311},"technical-seo","Multiple H1 Tags: Does It Still Hurt Your SEO? — SeoSitemap.app blog cover","Whether multiple H1s actually hurt rankings today, what Google really says, why one clear H1 is still the safe default, and how to audit your whole site for H1 problems.",{},"/blog/multiple-h1-tags","2026-06-05",{"title":836,"description":1047},"blog/multiple-h1-tags",[1054,1055,1056,1057],"h1","headings","on-page-seo","accessibility","3NJG_Aks_tMOpHccIPQAEkKEY7qs7blUkl7_ETkLjBs",{"id":1060,"title":1061,"author":6,"body":1062,"category":821,"cover":360,"coverAlt":1340,"description":1341,"draft":363,"extension":364,"featured":363,"meta":1342,"navigation":360,"path":1343,"publishedAt":1344,"seo":1345,"stem":1346,"tags":1347,"updatedAt":374,"__hash__":1352},"blog/blog/meta-tag-length.md","Title & Meta Description Length: What Google Actually Shows",{"type":8,"value":1063,"toc":1326},[1064,1067,1070,1074,1077,1084,1088,1110,1113,1141,1145,1152,1156,1163,1166,1170,1177,1181,1188,1192,1195,1202,1206,1209,1224,1227,1253,1262,1266,1274,1280,1283,1285],[11,1065,1066],{},"Your title tag and meta description are the two lines a searcher reads before deciding whether to click. They are also the two pieces of metadata most likely to get cut off mid-word, quietly rewritten by Google, or left blank because nobody filled them in. None of that is catastrophic on its own, but together it adds up to a search result that undersells the page behind it.",[11,1068,1069],{},"This guide covers the practical limits for both, why Google so often ignores what you wrote, and how to write titles and descriptions that survive truncation and still earn the click. We will keep the rules of thumb honest: they are guides, not laws, and the real constraint is pixels, not characters.",[18,1071,1073],{"id":1072},"why-length-matters-at-all","Why length matters at all",[11,1075,1076],{},"The search engine results page (SERP) gives each result a fixed amount of horizontal space. When your title or description overflows that space, Google truncates it — usually with an ellipsis (…) — and the part that gets cut is the end. If your most persuasive words live there, the searcher never sees them.",[11,1078,1079,1080,1083],{},"Truncation rarely tanks your rankings directly. What it costs you is click-through rate (CTR): the share of people who see your result and actually click it. A result that reads ",[32,1081,1082],{},"How to Audit Your Site's Heading Structure in Und…"," is doing less work than one that finishes its thought. On a page that ranks well but converts few of its impressions into visits, tightening the title and description is some of the cheapest SEO work you can do.",[18,1085,1087],{"id":1086},"title-tags-the-pixel-width-reality","Title tags: the pixel-width reality",[11,1089,1090,1091,1094,1095,1098,1099,1102,1103,1098,1106,1109],{},"Here is the detail most \"title tag length\" advice skips: ",[53,1092,1093],{},"Google truncates titles by pixel width, not character count."," Desktop results have roughly 580 pixels of room for the title. A title of capital ",[32,1096,1097],{},"W","s and ",[32,1100,1101],{},"M","s fills that space far faster than one of ",[32,1104,1105],{},"i",[32,1107,1108],{},"l","s, so two titles with the same character count can render completely differently — one whole, one clipped.",[11,1111,1112],{},"You do not need to count pixels by hand. The reliable shortcut is this:",[26,1114,1115,1121,1135],{},[29,1116,1117,1120],{},[53,1118,1119],{},"Aim for about 50–60 characters."," Below ~60 characters, most titles render in full on desktop. Treat 60 as a soft ceiling, not a finish line.",[29,1122,1123,1126,1127,1130,1131,1134],{},[53,1124,1125],{},"Watch the wide letters."," A 58-character title that is mostly uppercase or full of ",[32,1128,1129],{},"m","/",[32,1132,1133],{},"w"," can still be cut. If a title is visually dense, trim it a little harder.",[29,1136,1137,1140],{},[53,1138,1139],{},"Mobile is narrower."," Phones wrap rather than clip, but the principle holds: shorter titles read cleanly across more devices.",[131,1142,1144],{"id":1143},"front-load-the-words-that-matter","Front-load the words that matter",[11,1146,1147,1148,1151],{},"Because the end is what gets cut, put your most important, most descriptive terms first. A title like ",[32,1149,1150],{},"Meta Tags Checker — Audit Titles & Descriptions Across Your Site"," leads with what the page is. The reverse — opening with your brand or a generic phrase — wastes the prime real estate that always survives truncation.",[131,1153,1155],{"id":1154},"where-the-brand-goes","Where the brand goes",[11,1157,1158,1159,1162],{},"For most pages, append your brand at the end, separated by a pipe or dash: ",[32,1160,1161],{},"Sitemap Validator | SeoSitemap.app",". That way, if Google clips the title, it loses the brand (which the searcher can often infer from the URL) rather than the descriptive part. The homepage is the natural exception — there, leading with the brand makes sense.",[11,1164,1165],{},"Two small habits prevent a surprising number of problems. Make every title unique: duplicate titles across pages confuse both searchers and Google, and they are a classic symptom of templating gone wrong. And give every page a title at all — a missing title tag forces Google to invent one from whatever it can find, usually the page's first heading or a snippet of body text.",[18,1167,1169],{"id":1168},"meta-descriptions-a-ctr-tool-not-a-ranking-signal","Meta descriptions: a CTR tool, not a ranking signal",[11,1171,1172,1173,1176],{},"Let us be precise about what a meta description does. It is ",[53,1174,1175],{},"not a ranking factor"," — Google has said for years that the text of your description does not influence where you rank. What it does influence is whether anyone clicks. It is your sales pitch in the SERP, the one chance to explain in your own words why this result answers the query.",[131,1178,1180],{"id":1179},"the-150160-character-guide","The ~150–160 character guide",[11,1182,1183,1184,1187],{},"As a practical limit, ",[53,1185,1186],{},"keep descriptions to about 150–160 characters."," Like titles, the true constraint is pixel width and the cut-off varies — Google has at times shown longer snippets and at other times shorter ones — but 150–160 is the range that renders reliably on desktop without getting clipped. On mobile the visible portion is shorter still, so the first sentence has to carry the weight.",[131,1189,1191],{"id":1190},"write-for-the-query-not-the-keyword","Write for the query, not the keyword",[11,1193,1194],{},"A good description does three things: it confirms the page matches what the searcher asked, it previews the value (a number, a benefit, a specific feature), and it does so in natural language. \"Free meta tags checker — scan every page on your site and flag titles or descriptions that are too long, too short, or missing\" tells a searcher exactly what they will get. Stuffing the same keyword three times does the opposite; it reads like spam and Google may discard it.",[11,1196,1197,1198,1201],{},"One more reason to write a good one: when your description contains the words the searcher typed, Google ",[53,1199,1200],{},"bolds"," those terms in the snippet. A description written around the genuine query naturally collects those bolded matches, which makes the result more eye-catching.",[18,1203,1205],{"id":1204},"why-google-rewrites-your-tags-and-how-to-reduce-the-odds","Why Google rewrites your tags — and how to reduce the odds",[11,1207,1208],{},"You can write a perfect title and description and still see something different in the wild. Google frequently rewrites both, and understanding why helps you write tags it is more likely to keep.",[11,1210,1211,1212,1215,1216,1219,1220,1223],{},"Google rewrites a ",[53,1213,1214],{},"title"," when it judges your version to be a poor fit for the query — too long, half-empty boilerplate, keyword-stuffed, identical across many pages, or simply less descriptive than your own ",[32,1217,1218],{},"\u003Ch1>"," or a clear bit of on-page text. It rewrites a ",[53,1221,1222],{},"description"," even more readily: if your description does not address the specific search, Google will often pull a more relevant sentence straight from the page body instead. This is why the same page can show different descriptions for different queries — there is no single \"the\" snippet.",[11,1225,1226],{},"You cannot force Google to use your text, but you can stack the odds:",[26,1228,1229,1235,1241,1247],{},[29,1230,1231,1234],{},[53,1232,1233],{},"Be accurate and specific."," Tags that genuinely summarise the page get kept far more often than vague ones.",[29,1236,1237,1240],{},[53,1238,1239],{},"Match real search intent."," If people reach the page via several distinct queries, a description that speaks to the page's core purpose travels better than one tuned to a single phrase.",[29,1242,1243,1246],{},[53,1244,1245],{},"Avoid the obvious triggers."," Cut keyword stuffing, kill duplicate tags, and make sure nothing is auto-generated filler.",[29,1248,1249,1252],{},[53,1250,1251],{},"Keep within the visible limits."," A tag that fits is a tag Google has less reason to trim or replace.",[11,1254,1255,1256,1258,1259,1261],{},"Treat rewrites as feedback. If Google consistently swaps your title for your ",[32,1257,1218],{},", that is a strong hint your ",[32,1260,1218],{}," is the clearer summary — so bring your title closer to it.",[18,1263,1265],{"id":1264},"auditing-length-across-every-page-at-once","Auditing length across every page at once",[11,1267,1268,1269,1273],{},"Checking one page in a browser tab is easy. Checking five hundred is not, and that is exactly where length problems hide — in the templated pages nobody reviews by hand. This is the job our ",[269,1270,1272],{"href":1271},"/meta-tags-checker","Meta Tags Checker"," is built for: point it at your site and it crawls every page, then flags titles and descriptions that are too long, too short, or missing entirely, so you can fix the worst offenders first instead of guessing.",[11,1275,1276,1277,1279],{},"To make sure the crawler reaches every page worth checking, it is worth confirming your sitemap is complete and valid first — our ",[269,1278,272],{"href":271}," pulls and validates the sitemap that feeds the audit. A page missing from your sitemap is a page whose tags you will never get around to reviewing.",[11,1281,1282],{},"Work through the results in priority order: missing tags first (Google is improvising those completely), then over-length titles on pages that already rank (where truncation is costing you clicks you have already earned), then thin or duplicate descriptions. You will usually find that a handful of templates are responsible for most of the issues, so one fix can clear dozens of pages.",[18,1284,311],{"id":310},[26,1286,1287,1293,1299,1305,1311,1317],{},[29,1288,1289,1292],{},[53,1290,1291],{},"Titles are limited by pixel width, not characters"," — use ~50–60 characters as a safe rule of thumb and trim harder when the text is visually wide.",[29,1294,1295,1298],{},[53,1296,1297],{},"Front-load the descriptive words"," and put your brand at the end, so truncation eats the least important part.",[29,1300,1301,1304],{},[53,1302,1303],{},"Meta descriptions do not affect rankings"," but they drive CTR; aim for ~150–160 characters and write for the actual query.",[29,1306,1307,1310],{},[53,1308,1309],{},"Google rewrites titles and descriptions often"," — keep tags accurate, specific, unique, and within the visible limits to reduce the odds.",[29,1312,1313,1316],{},[53,1314,1315],{},"Audit at scale, not page by page."," Use the meta tags checker to flag length problems across the whole site, after validating your sitemap so nothing is missed.",[29,1318,1319,1322,1323,1325],{},[53,1320,1321],{},"Treat rewrites as feedback"," — if Google keeps swapping in your ",[32,1324,1218],{},", your title probably should look more like it.",{"title":93,"searchDepth":344,"depth":344,"links":1327},[1328,1329,1333,1337,1338,1339],{"id":1072,"depth":344,"text":1073},{"id":1086,"depth":344,"text":1087,"children":1330},[1331,1332],{"id":1143,"depth":351,"text":1144},{"id":1154,"depth":351,"text":1155},{"id":1168,"depth":344,"text":1169,"children":1334},[1335,1336],{"id":1179,"depth":351,"text":1180},{"id":1190,"depth":351,"text":1191},{"id":1204,"depth":344,"text":1205},{"id":1264,"depth":344,"text":1265},{"id":310,"depth":344,"text":311},"Title & Meta Description Length: What Google Actually Shows — SeoSitemap.app blog cover","The practical limits for title tags and meta descriptions, why Google rewrites them, and how to write ones that survive truncation and earn more clicks.",{},"/blog/meta-tag-length","2026-06-04",{"title":1061,"description":1341},"blog/meta-tag-length",[1348,1349,1350,1351],"meta-tags","title-tag","meta-description","ctr","Sv1BV1dIWNeuslAdhc7xAUNxHLEZ0XLPhYuCksfLIN0",1780861390801]