KeywordNumbers
Back to Blog
SERP & Meta

Bulk Meta Tag Analysis: Effortlessly Audit Multiple URLs

Graham keywordnumbersJuly 7, 20266 min read
Bulk Meta Tag Analysis: Effortlessly Audit Multiple URLs

Meta tags are the unsung heroes of SEO, shaping how your site appears in search results and influencing click-through rates. But auditing meta tags across dozens, hundreds, or thousands of pages can be a daunting task—unless you know how to do it in bulk. In this guide, you’ll learn about bulk meta tag analysis, why it’s crucial, and the easiest ways to audit multiple URLs at once.

Why Meta Tags Matter

Meta tags—like the title and description—live in your website’s head section and tell search engines what each page is about. Well-optimised meta tags help:

  • Improve your click-through rates from SERPs
  • Ensure search engines understand your content
  • Prevent duplicate content issues
  • Poor or missing meta tags can mean lost traffic, low rankings, and a less appealing presence in search results.

    What Is Bulk Meta Tag Analysis?

    Bulk meta tag analysis is the process of checking the meta tags for multiple web pages at once. Instead of manually visiting each URL and inspecting its source code, you can use specialised tools to analyse many pages in one go.

    Who Needs Bulk Meta Tag Audits?

  • SEOs managing large sites
  • Digital marketers launching new campaigns
  • Bloggers with growing archives
  • Agencies conducting technical SEO audits
  • Easiest Ways to Audit Multiple URLs

    Let’s explore some of the most efficient methods:

    1. Online Bulk Meta Tag Analyser Tools

    There are free and paid tools designed for this exact task. Tools like the Bulk Meta Tag Analysis Tool on KeywordNumbers let you paste or upload a list of URLs and instantly see:

  • Title tags
  • Meta descriptions
  • Meta robots
  • Canonical URLs
  • Word counts and more
  • Example:*
  • Suppose you have a site with 50 product pages. You paste your 50 URLs into the tool. In seconds, you get a table showing which pages have missing, duplicate, or too-long meta descriptions, helping you spot issues at a glance.

    URLTitle TagMeta DescriptionLength (characters)
    example.com/product-1Blue Widget – ShopHigh quality blue widget for all uses.45
    example.com/product-2Red Widget – Shop0 (missing)
    example.com/product-3Green Widget – ShopBuy green widget – durable, affordable.38

    This makes it easy to see that product 2 needs a meta description added.

    2. Screaming Frog SEO Spider

    Screaming Frog is a desktop application that crawls your website and exports all meta data. It’s fast, flexible, and ideal for large sites. The free version crawls up to 500 URLs per project.

  • Steps:*
  • Enter your site’s URL
  • Let it crawl
  • Export meta tag data as a CSV for spreadsheet analysis
  • 3. Google Sheets + IMPORTXML

    For small batches, you can use Google Sheets with the IMPORTXML function to fetch meta tag data from multiple URLs. However, this can be fiddly and is limited by Google’s quotas.

  • Formula Example:*
  • `

    =IMPORTXML("https://example.com", "//meta[@name='description']/@content")

    `

    4. Custom Scripts

    If you’re comfortable with coding, you can write Python or Node.js scripts using libraries like BeautifulSoup (Python) or Cheerio (Node.js) to fetch and analyse meta tags in bulk.

    What Metrics Should You Analyse?

    When auditing meta tags, focus on:

  • Title tag length: Aim for 50–60 characters
  • Meta description length: Target 140–160 characters (about 20–25 words)
  • Uniqueness: Avoid duplicates
  • Keyword usage: Relevant but not spammy
  • Presence: Ensure none are missing
  • Worked Example: Meta Description Length

    Suppose you want to check if your meta descriptions are the right length. Google typically displays up to 155–160 characters (about 20–25 words) on desktop.

  • If your meta description is 155 characters, that’s about 23–25 words (UK: 155 characters, US: 155 characters; 1 metre ≈ 3.28 feet, but here, character count is universal).
  • Exceeding this may result in truncation: “Buy green widget – durable, affordable, ideal for…”
  • Benefits of Bulk Meta Tag Analysis

  • Saves time: Audit hundreds of pages in minutes
  • Improves SEO: Quickly spot gaps and errors
  • Scalable: Essential for larger sites
  • Data-driven: Easier to report and track improvements
  • How to Get Started

  • Compile your URLs: Use your sitemap, Google Search Console, or crawl your site.
  • Choose your tool: Online analyser, Screaming Frog, or a custom approach.
  • Audit and fix: Review the exported data, prioritise issues, and update your site.
  • For a seamless start, try the Bulk Meta Tag Analyser on KeywordNumbers—it’s free, fast, and beginner-friendly.

    Questions People Are Actually Asking

    What is a meta tag?

    A meta tag is a snippet of HTML code in a web page’s head section that provides information to search engines and browsers, such as the page title, description, and indexing instructions.

    What is true about meta tags?

    Meta tags do not directly affect rankings, but they influence how your site appears in search results and impact click-through rates. Accurate, well-written meta tags are essential for SEO and user experience.

    How to meta tag?

    To add meta tags, edit your page’s HTML within the section. Use tags like </code>, <code class="px-1.5 py-0.5 bg-slate-700/50 rounded text-teal-300 text-sm font-mono"><meta name="description" content="..."></code>, and <code class="px-1.5 py-0.5 bg-slate-700/50 rounded text-teal-300 text-sm font-mono"><meta name="robots" content="..."></code> as needed.</p><h3 id="how-to-write-meta-tags" class="text-xl font-semibold text-white mt-8 mb-3 scroll-mt-20">How to write meta tags?</h3><p class="text-slate-300 leading-relaxed mb-4">Write meta tags that accurately describe each page, include relevant keywords, and stay within recommended length limits. For meta descriptions, aim for 140–160 characters with a clear call to action.</p><h3 id="what-is-meta-tag-description" class="text-xl font-semibold text-white mt-8 mb-3 scroll-mt-20">What is meta tag description?</h3><p class="text-slate-300 leading-relaxed mb-4">A meta tag description is the meta description: a brief summary of the page, shown in search results beneath the title. It should be unique, relevant, and entice users to click.</p><h3 id="how-to-make-a-meta-tag" class="text-xl font-semibold text-white mt-8 mb-3 scroll-mt-20">How to make a meta tag?</h3><p class="text-slate-300 leading-relaxed mb-4">You can create a meta tag by adding the appropriate HTML in your page’s head section, for example: <code class="px-1.5 py-0.5 bg-slate-700/50 rounded text-teal-300 text-sm font-mono"><meta name="description" content="Your description here"></code>.</p><h3 id="how-much-is-a-meta" class="text-xl font-semibold text-white mt-8 mb-3 scroll-mt-20">How much is a meta?</h3><p class="text-slate-300 leading-relaxed mb-4">There’s no cost to add meta tags—they’re free to implement. However, tools for bulk analysis may range from free to paid, depending on features and volume.</p><h2 id="conclusion" class="text-2xl font-bold text-white mt-10 mb-4 scroll-mt-20">Conclusion</h2><p class="text-slate-300 leading-relaxed mb-4">Bulk meta tag analysis is a game-changer for efficient SEO audits, helping you spot issues, optimise your metadata, and boost your site’s visibility. Ready to uncover hidden SEO opportunities? <a href="https://keywordnumbers.com/tools/meta-tags" class="text-teal-400 hover:text-teal-300 underline" target="_blank" rel="noopener noreferrer">Try the free Bulk Meta Tag Analyser on KeywordNumbers</a> and streamline your next audit.</p><h2 id="free-tools-to-put-this-into-practice" class="text-2xl font-bold text-white mt-10 mb-4 scroll-mt-20">Free tools to put this into practice</h2><p class="text-slate-300 leading-relaxed mb-4">Reading is one thing — testing your own pages is what moves the needle. Here are the free KeywordNumbers tools that pair best with this guide:</p><li class="text-slate-300 leading-relaxed ml-5 list-disc mb-1"><strong class="text-white font-semibold"><a href="https://keywordnumbers.com/tools/meta-tags" class="text-teal-400 hover:text-teal-300 underline" target="_blank" rel="noopener noreferrer">Meta Tag Analyser</a></strong> — audit every meta tag on a page in one click.</li><li class="text-slate-300 leading-relaxed ml-5 list-disc mb-1"><strong class="text-white font-semibold"><a href="https://keywordnumbers.com/tools/title-tag-analyser" class="text-teal-400 hover:text-teal-300 underline" target="_blank" rel="noopener noreferrer">Title Tag Analyzer</a></strong> — score your page title and see how it looks in Google.</li><li class="text-slate-300 leading-relaxed ml-5 list-disc mb-1"><strong class="text-white font-semibold"><a href="https://keywordnumbers.com/tools/serp-preview" class="text-teal-400 hover:text-teal-300 underline" target="_blank" rel="noopener noreferrer">SERP Preview</a></strong> — preview exactly how your page will appear in search results before you publish.</li><p class="text-slate-300 leading-relaxed mb-4">Every one of our <a href="https://keywordnumbers.com/tools" class="text-teal-400 hover:text-teal-300 underline" target="_blank" rel="noopener noreferrer">free SEO tools</a> is genuinely free to use, with no sign-up required.</p></div><div class="py-6"><div class="w-full min-h-[100px] "><ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-4285595085227692" data-ad-slot="auto" data-ad-format="auto" data-full-width-responsive="true"></ins></div></div><div class="rounded-lg border text-card-foreground shadow-sm bg-[#1e293b]/80 border-white/10 p-6 mt-12 text-center"><h3 class="text-lg font-semibold text-white mb-2">Ready to research your keywords?</h3><p class="text-slate-400 text-sm mb-4">Try our free keyword tools — no signup required.</p><div class="flex gap-3 justify-center flex-wrap"><a class="px-5 py-2.5 rounded-lg bg-gradient-to-r from-teal-600 to-cyan-600 text-white text-sm font-medium hover:from-teal-500 hover:to-cyan-500 transition-colors" href="/">Keyword Search</a><a class="px-5 py-2.5 rounded-lg bg-white/5 border border-white/10 text-white text-sm font-medium hover:bg-white/10 transition-colors" href="/tools">SEO Tools</a></div></div></article></main><footer class="border-t border-white/5 bg-[#0a0a1a]"><div class="max-w-6xl mx-auto px-4 sm:px-6 py-5"><div class="flex flex-col lg:flex-row items-start lg:items-center gap-4 lg:gap-8"><a class="flex items-center gap-2 shrink-0" href="/"><div class="w-6 h-6 rounded-md bg-[#1a1a2e] border border-teal-500/30 flex items-center justify-center"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-trending-up w-3.5 h-3.5 text-teal-400"><polyline points="22 7 13.5 15.5 8.5 10.5 2 17"></polyline><polyline points="16 7 22 7 22 13"></polyline></svg></div><span class="text-sm font-bold gradient-text">KeywordNumbers</span></a><div class="flex flex-wrap items-center gap-x-5 gap-y-2"><a class="text-xs text-slate-400 hover:text-teal-400 transition-colors whitespace-nowrap" href="/">Home</a><a class="text-xs text-slate-400 hover:text-teal-400 transition-colors whitespace-nowrap" href="/tools">All Tools</a><a class="text-xs text-slate-400 hover:text-teal-400 transition-colors whitespace-nowrap" href="/blog">Blog</a><a class="text-xs text-slate-400 hover:text-teal-400 transition-colors whitespace-nowrap" href="/about">About</a><a class="text-xs text-slate-400 hover:text-teal-400 transition-colors whitespace-nowrap" href="/contact">Contact</a><a class="text-xs text-slate-400 hover:text-teal-400 transition-colors whitespace-nowrap" href="/suggestions">Send Feedback</a><a class="text-xs text-slate-400 hover:text-teal-400 transition-colors whitespace-nowrap" href="/extension">Chrome Extension</a><a class="text-xs text-slate-400 hover:text-teal-400 transition-colors whitespace-nowrap" href="/support">Support Us</a><span class="hidden sm:inline text-white/10">|</span><a class="text-xs text-slate-500 hover:text-teal-400 transition-colors whitespace-nowrap" href="/tools/ai-keywords">AI Keywords</a><a class="text-xs text-slate-500 hover:text-teal-400 transition-colors whitespace-nowrap" href="/tools/pagespeed">PageSpeed</a><a class="text-xs text-slate-500 hover:text-teal-400 transition-colors whitespace-nowrap" href="/tools/meta-tags">Meta Tags</a><a class="text-xs text-slate-500 hover:text-teal-400 transition-colors whitespace-nowrap" href="/tools/dns-checker">DNS Checker</a><a class="text-xs text-slate-500 hover:text-teal-400 transition-colors whitespace-nowrap" href="/tools/ssl-checker">SSL Checker</a><a class="text-xs text-slate-500 hover:text-teal-400 transition-colors whitespace-nowrap" href="/tools/keyword-density">Keyword Density</a></div></div><div class="border-t border-white/5 mt-4 pt-3 flex flex-col sm:flex-row items-center justify-between gap-2"><p class="text-xs text-slate-500">© 2026 KeywordNumbers. All rights reserved.</p><div class="flex items-center gap-4"><a href="https://howmuchdoineed.co" target="_blank" rel="noopener" class="text-xs text-slate-500 hover:text-teal-400 transition-colors">Also from us: HowMuchDoINeed.co</a><a class="text-xs text-slate-500 hover:text-teal-400 transition-colors" href="/privacy">Privacy Policy</a><a class="text-xs text-slate-500 hover:text-teal-400 transition-colors" href="/terms">Terms & Disclaimer</a></div></div></div></footer><script src="/_next/static/chunks/webpack-887f22bf.js" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script><script>self.__next_f.push([1,"1:HL[\"/_next/static/media/13971731025ec697-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n2:HL[\"/_next/static/media/636a5ac981f94f8b-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n3:HL[\"/_next/static/media/bb3ef058b751a6ad-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n4:HL[\"/_next/static/css/7e540d3e190a88f5.css\",\"style\"]\n5:HL[\"/_next/static/css/6d7efe108dc2d26f.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"6:I[12846,[],\"\"]\n9:I[4707,[],\"\"]\nb:I[36423,[],\"\"]\nc:I[82798,[\"901\",\"static/chunks/901-ceb8ed23.js\",\"972\",\"static/chunks/972-a70bc8dd.js\",\"324\",\"static/chunks/324-d5d3c09c.js\",\"565\",\"static/chunks/565-f819b42a.js\",\"185\",\"static/chunks/app/layout-8741e1f7.js\"],\"ThemeProvider\"]\nd:I[9510,[\"901\",\"static/chunks/901-ceb8ed23.js\",\"972\",\"static/chunks/972-a70bc8dd.js\",\"324\",\"static/chunks/324-d5d3c09c.js\",\"565\",\"static/chunks/565-f819b42a.js\",\"185\",\"static/chunks/app/layout-8741e1f7.js\"],\"Navbar\"]\ne:I[72972,[\"972\",\"static/chunks/972-a70bc8dd.js\",\"878\",\"static/chunks/878-3394d3cc.js\",\"308\",\"static/chunks/app/blog/%5Bslug%5D/page-885eac04.js\"],\"\"]\nf:I[33606,[\"901\",\"static/chunks/901-ceb8ed23.js\",\"972\",\"static/chunks/972-a70bc8dd.js\",\"324\",\"static/chunks/324-d5d3c09c.js\",\"565\",\"static/chunks/565-f819b42a.js\",\"185\",\"static/chunks/app/layout-8741e1f7.js\"],\"Toaster\"]\n10:I[64215,[\"901\",\"static/chunks/901-ceb8ed23.js\",\"972\",\"static/chunks/972-a70bc8dd.js\",\"324\",\"static/chunks/324-d5d3c09c.js\",\"565\",\"static/chunks/565-f819b42a.js\",\"185\",\"static/chunks/app/layout-8741e1f7.js\"],\"ChunkLoadErrorHandler\"]\n11:I[7701,[\"901\",\"static/chunks/901-ceb8ed23.js\",\"972\",\"static/chunks/972-a70bc8dd.js\",\"324\",\"static/chunks/324-d5d3c09c.js\",\"565\",\"static/chunks/565-f819b42a.js\",\"185\",\"static/chunks/app/layout-8741e1f7.js\"],\"AnimatedFavicon\"]\n12:I[12935,[\"901\",\"static/chunks/901-ceb8ed23.js\",\"972\",\"static/chunks/972-a70bc8dd.js\",\"324\",\"static/chunks/324-d5d3c09c.js\",\"565\",\"static/chunks/565-f819b42a.js\",\"185\",\"static/chunks/app/layout-8741e1f7.js\"],\"SupportBanner\"]\n13:I[21159,[\"901\",\"static/chunks/901-ceb8ed23.js\",\"972\",\"static/chunks/972-a70bc8dd.js\",\"324\",\"static/chunks/324-d5d3c09c.js\",\"565\",\"static/chunks/565-f819b42a.js\",\"185\",\"static/chunks/app/layout-8741e1f7.js\"],\"CookieConsent\"]\n14:I[88003,[\"901\",\"static/chunks/901-ceb8ed23.js\",\"972\",\"static/chunks/972-a70bc8dd.js\",\"324\",\"static/chunks/324-d5d3c09c.js\",\"565\",\"static/chunks/565-f819b42a.js\",\"185\",\"static/chunks/app/layout-8741e1f7.js\"],\"\"]\n16:I[61060,[],\"\"]\na:[\"slug\",\"bulk-meta-tag-analysis-"])</script><script>self.__next_f.push([1,"audit-multiple-urls\",\"d\"]\n17:[]\n"])</script><script>self.__next_f.push([1,"0:[\"$\",\"$L6\",null,{\"buildId\":\"4xNLCc7oVhgHKyNaYxA5p\",\"assetPrefix\":\"\",\"urlParts\":[\"\",\"blog\",\"bulk-meta-tag-analysis-audit-multiple-urls\"],\"initialTree\":[\"\",{\"children\":[\"blog\",{\"children\":[[\"slug\",\"bulk-meta-tag-analysis-audit-multiple-urls\",\"d\"],{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true],\"initialSeedData\":[\"\",{\"children\":[\"blog\",{\"children\":[[\"slug\",\"bulk-meta-tag-analysis-audit-multiple-urls\",\"d\"],{\"children\":[\"__PAGE__\",{},[[\"$L7\",\"$L8\",null],null],null]},[null,[\"$\",\"$L9\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"blog\",\"children\",\"$a\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$Lb\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\"}]],null]},[null,[\"$\",\"$L9\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"blog\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$Lb\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\"}]],null]},[[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/7e540d3e190a88f5.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/6d7efe108dc2d26f.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"meta\",null,{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"link\",null,{\"rel\":\"preconnect\",\"href\":\"https://apps.abacus.ai\"}],[\"$\",\"link\",null,{\"rel\":\"dns-prefetch\",\"href\":\"https://apps.abacus.ai\"}],[\"$\",\"link\",null,{\"rel\":\"preconnect\",\"href\":\"https://pagead2.googlesyndication.com\"}],[\"$\",\"link\",null,{\"rel\":\"dns-prefetch\",\"href\":\"https://pagead2.googlesyndication.com\"}],[\"$\",\"script\",null,{\"src\":\"https://apps.abacus.ai/chatllm/appllm-lib.js\",\"defer\":true}]]}],[\"$\",\"body\",null,{\"className\":\"__variable_0d7163 __variable_646807 __variable_3c557b font-sans\",\"children\":[[\"$\",\"$Lc\",null,{\"attribute\":\"class\",\"defaultTheme\":\"dark\",\"enableSystem\":false,\"disableTransitionOnChange\":true,\"children\":[[\"$\",\"$Ld\",null,{}],[\"$\",\"div\",null,{\"className\":\"w-full max-w-[1200px] mx-auto px-4 sm:px-6 pt-4\",\"children\":[\"$\",\"div\",null,{\"className\":\"w-full min-h-[90px]\",\"children\":[\"$\",\"ins\",null,{\"className\":\"adsbygoogle\",\"style\":{\"display\":\"block\"},\"data-ad-client\":\"ca-pub-4285595085227692\",\"data-ad-slot\":\"auto\",\"data-ad-format\":\"horizontal\",\"data-full-width-responsive\":\"true\"}]}]}],[\"$\",\"$L9\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$Lb\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":\"404\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],\"notFoundStyles\":[]}],[\"$\",\"footer\",null,{\"className\":\"border-t border-white/5 bg-[#0a0a1a]\",\"children\":[\"$\",\"div\",null,{\"className\":\"max-w-6xl mx-auto px-4 sm:px-6 py-5\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col lg:flex-row items-start lg:items-center gap-4 lg:gap-8\",\"children\":[[\"$\",\"$Le\",null,{\"href\":\"/\",\"className\":\"flex items-center gap-2 shrink-0\",\"children\":[[\"$\",\"div\",null,{\"className\":\"w-6 h-6 rounded-md bg-[#1a1a2e] border border-teal-500/30 flex items-center justify-center\",\"children\":[\"$\",\"svg\",null,{\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":24,\"height\":24,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-trending-up w-3.5 h-3.5 text-teal-400\",\"children\":[[\"$\",\"polyline\",\"126l90\",{\"points\":\"22 7 13.5 15.5 8.5 10.5 2 17\"}],[\"$\",\"polyline\",\"kwv8wd\",{\"points\":\"16 7 22 7 22 13\"}],\"$undefined\"]}]}],[\"$\",\"span\",null,{\"className\":\"text-sm font-bold gradient-text\",\"children\":\"KeywordNumbers\"}]]}],[\"$\",\"div\",null,{\"className\":\"flex flex-wrap items-center gap-x-5 gap-y-2\",\"children\":[[[\"$\",\"$Le\",\"/\",{\"href\":\"/\",\"className\":\"text-xs text-slate-400 hover:text-teal-400 transition-colors whitespace-nowrap\",\"children\":\"Home\"}],[\"$\",\"$Le\",\"/tools\",{\"href\":\"/tools\",\"className\":\"text-xs text-slate-400 hover:text-teal-400 transition-colors whitespace-nowrap\",\"children\":\"All Tools\"}],[\"$\",\"$Le\",\"/blog\",{\"href\":\"/blog\",\"className\":\"text-xs text-slate-400 hover:text-teal-400 transition-colors whitespace-nowrap\",\"children\":\"Blog\"}],[\"$\",\"$Le\",\"/about\",{\"href\":\"/about\",\"className\":\"text-xs text-slate-400 hover:text-teal-400 transition-colors whitespace-nowrap\",\"children\":\"About\"}],[\"$\",\"$Le\",\"/contact\",{\"href\":\"/contact\",\"className\":\"text-xs text-slate-400 hover:text-teal-400 transition-colors whitespace-nowrap\",\"children\":\"Contact\"}],[\"$\",\"$Le\",\"/suggestions\",{\"href\":\"/suggestions\",\"className\":\"text-xs text-slate-400 hover:text-teal-400 transition-colors whitespace-nowrap\",\"children\":\"Send Feedback\"}],[\"$\",\"$Le\",\"/extension\",{\"href\":\"/extension\",\"className\":\"text-xs text-slate-400 hover:text-teal-400 transition-colors whitespace-nowrap\",\"children\":\"Chrome Extension\"}],[\"$\",\"$Le\",\"/support\",{\"href\":\"/support\",\"className\":\"text-xs text-slate-400 hover:text-teal-400 transition-colors whitespace-nowrap\",\"children\":\"Support Us\"}]],[\"$\",\"span\",null,{\"className\":\"hidden sm:inline text-white/10\",\"children\":\"|\"}],[[\"$\",\"$Le\",\"/tools/ai-keywords\",{\"href\":\"/tools/ai-keywords\",\"className\":\"text-xs text-slate-500 hover:text-teal-400 transition-colors whitespace-nowrap\",\"children\":\"AI Keywords\"}],[\"$\",\"$Le\",\"/tools/pagespeed\",{\"href\":\"/tools/pagespeed\",\"className\":\"text-xs text-slate-500 hover:text-teal-400 transition-colors whitespace-nowrap\",\"children\":\"PageSpeed\"}],[\"$\",\"$Le\",\"/tools/meta-tags\",{\"href\":\"/tools/meta-tags\",\"className\":\"text-xs text-slate-500 hover:text-teal-400 transition-colors whitespace-nowrap\",\"children\":\"Meta Tags\"}],[\"$\",\"$Le\",\"/tools/dns-checker\",{\"href\":\"/tools/dns-checker\",\"className\":\"text-xs text-slate-500 hover:text-teal-400 transition-colors whitespace-nowrap\",\"children\":\"DNS Checker\"}],[\"$\",\"$Le\",\"/tools/ssl-checker\",{\"href\":\"/tools/ssl-checker\",\"className\":\"text-xs text-slate-500 hover:text-teal-400 transition-colors whitespace-nowrap\",\"children\":\"SSL Checker\"}],[\"$\",\"$Le\",\"/tools/keyword-density\",{\"href\":\"/tools/keyword-density\",\"className\":\"text-xs text-slate-500 hover:text-teal-400 transition-colors whitespace-nowrap\",\"children\":\"Keyword Density\"}]]]}]]}],[\"$\",\"div\",null,{\"className\":\"border-t border-white/5 mt-4 pt-3 flex flex-col sm:flex-row items-center justify-between gap-2\",\"children\":[[\"$\",\"p\",null,{\"className\":\"text-xs text-slate-500\",\"children\":\"© 2026 KeywordNumbers. All rights reserved.\"}],[\"$\",\"div\",null,{\"className\":\"flex items-center gap-4\",\"children\":[[\"$\",\"a\",null,{\"href\":\"https://howmuchdoineed.co\",\"target\":\"_blank\",\"rel\":\"noopener\",\"className\":\"text-xs text-slate-500 hover:text-teal-400 transition-colors\",\"children\":\"Also from us: HowMuchDoINeed.co\"}],[\"$\",\"$Le\",null,{\"href\":\"/privacy\",\"className\":\"text-xs text-slate-500 hover:text-teal-400 transition-colors\",\"children\":\"Privacy Policy\"}],[\"$\",\"$Le\",null,{\"href\":\"/terms\",\"className\":\"text-xs text-slate-500 hover:text-teal-400 transition-colors\",\"children\":\"Terms \u0026 Disclaimer\"}]]}]]}]]}]}],[\"$\",\"$Lf\",null,{}],[\"$\",\"$L10\",null,{}],[\"$\",\"$L11\",null,{}],[\"$\",\"$L12\",null,{}],[\"$\",\"$L13\",null,{}]]}],[\"$\",\"$L14\",null,{\"src\":\"https://www.googletagmanager.com/gtag/js?id=G-670RP49WQS\",\"strategy\":\"afterInteractive\"}],[\"$\",\"$L14\",null,{\"id\":\"ga-init\",\"strategy\":\"afterInteractive\",\"children\":\"window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments);}gtag('js',new Date());gtag('config','G-670RP49WQS');\"}],[\"$\",\"$L14\",null,{\"src\":\"https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4285595085227692\",\"strategy\":\"lazyOnload\",\"crossOrigin\":\"anonymous\"}]]}]]}]],null],null],\"couldBeIntercepted\":false,\"initialHead\":[null,\"$L15\"],\"globalErrorComponent\":\"$16\",\"missingSlots\":\"$W17\"}]\n"])</script><script>self.__next_f.push([1,"18:I[65878,[\"972\",\"static/chunks/972-a70bc8dd.js\",\"878\",\"static/chunks/878-3394d3cc.js\",\"308\",\"static/chunks/app/blog/%5Bslug%5D/page-885eac04.js\"],\"Image\"]\n19:I[78117,[\"972\",\"static/chunks/972-a70bc8dd.js\",\"878\",\"static/chunks/878-3394d3cc.js\",\"308\",\"static/chunks/app/blog/%5Bslug%5D/page-885eac04.js\"],\"AdUnit\"]\n"])</script><script>self.__next_f.push([1,"8:[\"$\",\"main\",null,{\"className\":\"min-h-screen bg-background\",\"children\":[\"$\",\"article\",null,{\"className\":\"w-full max-w-3xl mx-auto px-4 pt-10 pb-16\",\"children\":[[\"$\",\"$Le\",null,{\"href\":\"/blog\",\"className\":\"text-sm text-teal-400 hover:text-teal-300 flex items-center gap-1 mb-8\",\"children\":[[\"$\",\"svg\",null,{\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":24,\"height\":24,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-arrow-left w-3 h-3\",\"children\":[[\"$\",\"path\",\"1l729n\",{\"d\":\"m12 19-7-7 7-7\"}],[\"$\",\"path\",\"x3x0zl\",{\"d\":\"M19 12H5\"}],\"$undefined\"]}],\" Back to Blog\"]}],[\"$\",\"header\",null,{\"className\":\"mb-8\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-3 mb-4 flex-wrap\",\"children\":[\"$\",\"span\",null,{\"className\":\"px-3 py-1 rounded-full text-xs font-medium bg-purple-500/10 text-purple-400 border border-purple-500/20 flex items-center gap-1\",\"children\":[[\"$\",\"svg\",null,{\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":24,\"height\":24,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-tag w-3 h-3\",\"children\":[[\"$\",\"path\",\"vktsd0\",{\"d\":\"M12.586 2.586A2 2 0 0 0 11.172 2H4a2 2 0 0 0-2 2v7.172a2 2 0 0 0 .586 1.414l8.704 8.704a2.426 2.426 0 0 0 3.42 0l6.58-6.58a2.426 2.426 0 0 0 0-3.42z\"}],[\"$\",\"circle\",\"kqv944\",{\"cx\":\"7.5\",\"cy\":\"7.5\",\"r\":\".5\",\"fill\":\"currentColor\"}],\"$undefined\"]}],\" \",\"SERP \u0026 Meta\"]}]}],[\"$\",\"h1\",null,{\"className\":\"text-3xl sm:text-4xl font-bold text-white leading-tight mb-4\",\"children\":\"Bulk Meta Tag Analysis: Effortlessly Audit Multiple URLs\"}],[\"$\",\"div\",null,{\"className\":\"flex items-center gap-4 text-sm text-slate-500\",\"children\":[[\"$\",\"span\",null,{\"className\":\"flex items-center gap-1\",\"children\":[[\"$\",\"svg\",null,{\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":24,\"height\":24,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-user w-3.5 h-3.5\",\"children\":[[\"$\",\"path\",\"975kel\",{\"d\":\"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2\"}],[\"$\",\"circle\",\"17ys0d\",{\"cx\":\"12\",\"cy\":\"7\",\"r\":\"4\"}],\"$undefined\"]}],\" \",\"Graham keywordnumbers\"]}],[\"$\",\"span\",null,{\"className\":\"flex items-center gap-1\",\"children\":[[\"$\",\"svg\",null,{\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":24,\"height\":24,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-calendar w-3.5 h-3.5\",\"children\":[[\"$\",\"path\",\"1cmpym\",{\"d\":\"M8 2v4\"}],[\"$\",\"path\",\"4m81vk\",{\"d\":\"M16 2v4\"}],[\"$\",\"rect\",\"1hopcy\",{\"width\":\"18\",\"height\":\"18\",\"x\":\"3\",\"y\":\"4\",\"rx\":\"2\"}],[\"$\",\"path\",\"8toen8\",{\"d\":\"M3 10h18\"}],\"$undefined\"]}],\"July 7, 2026\"]}],[\"$\",\"span\",null,{\"className\":\"text-slate-600\",\"children\":[6,\" min read\"]}]]}]]}],[\"$\",\"div\",null,{\"className\":\"aspect-video relative rounded-xl overflow-hidden mb-10 bg-slate-800\",\"children\":[\"$\",\"$L18\",null,{\"src\":\"https://abacusai-apps-08139cc898cf015aef33dd4c-us-west-2.s3.us-west-2.amazonaws.com/54359/public/uploads/1783461595516-blog-bulk-meta-tag-analysis-audit-multiple-urls.png\",\"alt\":\"Bulk Meta Tag Analysis: Effortlessly Audit Multiple URLs\",\"fill\":true,\"className\":\"object-cover\",\"sizes\":\"(max-width: 768px) 100vw, 768px\",\"priority\":true}]}],[\"$\",\"div\",null,{\"className\":\"prose-custom\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-slate-300 leading-relaxed mb-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Meta tags are the unsung heroes of SEO, shaping how your site appears in search results and influencing click-through rates. But auditing meta tags across dozens, hundreds, or thousands of pages can be a daunting task—unless you know how to do it in bulk. In this guide, you’ll learn about bulk meta tag analysis, why it’s crucial, and the easiest ways to audit multiple URLs at once.\"}}],[\"$\",\"h2\",\"2\",{\"id\":\"why-meta-tags-matter\",\"className\":\"text-2xl font-bold text-white mt-10 mb-4 scroll-mt-20\",\"dangerouslySetInnerHTML\":{\"__html\":\"Why Meta Tags Matter\"}}],[\"$\",\"p\",\"3\",{\"className\":\"text-slate-300 leading-relaxed mb-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Meta tags—like the title and description—live in your website’s head section and tell search engines what each page is about. Well-optimised meta tags help:\"}}],[\"$\",\"li\",\"4\",{\"className\":\"text-slate-300 leading-relaxed ml-5 list-disc mb-1\",\"dangerouslySetInnerHTML\":{\"__html\":\"Improve your click-through rates from SERPs\"}}],[\"$\",\"li\",\"5\",{\"className\":\"text-slate-300 leading-relaxed ml-5 list-disc mb-1\",\"dangerouslySetInnerHTML\":{\"__html\":\"Ensure search engines understand your content\"}}],[\"$\",\"li\",\"6\",{\"className\":\"text-slate-300 leading-relaxed ml-5 list-disc mb-1\",\"dangerouslySetInnerHTML\":{\"__html\":\"Prevent duplicate content issues\"}}],[\"$\",\"p\",\"8\",{\"className\":\"text-slate-300 leading-relaxed mb-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Poor or missing meta tags can mean lost traffic, low rankings, and a less appealing presence in search results.\"}}],[\"$\",\"h2\",\"10\",{\"id\":\"what-is-bulk-meta-tag-analysis\",\"className\":\"text-2xl font-bold text-white mt-10 mb-4 scroll-mt-20\",\"dangerouslySetInnerHTML\":{\"__html\":\"What Is Bulk Meta Tag Analysis?\"}}],[\"$\",\"p\",\"11\",{\"className\":\"text-slate-300 leading-relaxed mb-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Bulk meta tag analysis is the process of checking the meta tags for multiple web pages at once. Instead of manually visiting each URL and inspecting its source code, you can use specialised tools to analyse many pages in one go.\"}}],[\"$\",\"h3\",\"13\",{\"id\":\"who-needs-bulk-meta-tag-audits\",\"className\":\"text-xl font-semibold text-white mt-8 mb-3 scroll-mt-20\",\"dangerouslySetInnerHTML\":{\"__html\":\"Who Needs Bulk Meta Tag Audits?\"}}],[\"$\",\"li\",\"14\",{\"className\":\"text-slate-300 leading-relaxed ml-5 list-disc mb-1\",\"dangerouslySetInnerHTML\":{\"__html\":\"SEOs managing large sites\"}}],[\"$\",\"li\",\"15\",{\"className\":\"text-slate-300 leading-relaxed ml-5 list-disc mb-1\",\"dangerouslySetInnerHTML\":{\"__html\":\"Digital marketers launching new campaigns\"}}],[\"$\",\"li\",\"16\",{\"className\":\"text-slate-300 leading-relaxed ml-5 list-disc mb-1\",\"dangerouslySetInnerHTML\":{\"__html\":\"Bloggers with growing archives\"}}],[\"$\",\"li\",\"17\",{\"className\":\"text-slate-300 leading-relaxed ml-5 list-disc mb-1\",\"dangerouslySetInnerHTML\":{\"__html\":\"Agencies conducting technical SEO audits\"}}],[\"$\",\"h2\",\"19\",{\"id\":\"easiest-ways-to-audit-multiple-urls\",\"className\":\"text-2xl font-bold text-white mt-10 mb-4 scroll-mt-20\",\"dangerouslySetInnerHTML\":{\"__html\":\"Easiest Ways to Audit Multiple URLs\"}}],[\"$\",\"p\",\"20\",{\"className\":\"text-slate-300 leading-relaxed mb-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Let’s explore some of the most efficient methods:\"}}],[\"$\",\"h3\",\"22\",{\"id\":\"1-online-bulk-meta-tag-analyser-tools\",\"className\":\"text-xl font-semibold text-white mt-8 mb-3 scroll-mt-20\",\"dangerouslySetInnerHTML\":{\"__html\":\"1. Online Bulk Meta Tag Analyser Tools\"}}],[\"$\",\"p\",\"23\",{\"className\":\"text-slate-300 leading-relaxed mb-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"There are free and paid tools designed for this exact task. Tools like the \u003ca href=\\\"https://keywordnumbers.com/tools/meta-tags\\\" class=\\\"text-teal-400 hover:text-teal-300 underline\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"\u003eBulk Meta Tag Analysis Tool on KeywordNumbers\u003c/a\u003e let you paste or upload a list of URLs and instantly see:\"}}],[\"$\",\"li\",\"24\",{\"className\":\"text-slate-300 leading-relaxed ml-5 list-disc mb-1\",\"dangerouslySetInnerHTML\":{\"__html\":\"Title tags\"}}],[\"$\",\"li\",\"25\",{\"className\":\"text-slate-300 leading-relaxed ml-5 list-disc mb-1\",\"dangerouslySetInnerHTML\":{\"__html\":\"Meta descriptions\"}}],[\"$\",\"li\",\"26\",{\"className\":\"text-slate-300 leading-relaxed ml-5 list-disc mb-1\",\"dangerouslySetInnerHTML\":{\"__html\":\"Meta robots\"}}],[\"$\",\"li\",\"27\",{\"className\":\"text-slate-300 leading-relaxed ml-5 list-disc mb-1\",\"dangerouslySetInnerHTML\":{\"__html\":\"Canonical URLs\"}}],[\"$\",\"li\",\"28\",{\"className\":\"text-slate-300 leading-relaxed ml-5 list-disc mb-1\",\"dangerouslySetInnerHTML\":{\"__html\":\"Word counts and more\"}}],[\"$\",\"li\",\"30\",{\"className\":\"text-slate-300 leading-relaxed ml-5 list-disc mb-1\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cem class=\\\"text-slate-300\\\"\u003eExample:\u003c/em\u003e*\"}}],[\"$\",\"p\",\"31\",{\"className\":\"text-slate-300 leading-relaxed mb-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Suppose you have a site with 50 product pages. You paste your 50 URLs into the tool. In seconds, you get a table showing which pages have missing, duplicate, or too-long meta descriptions, helping you spot issues at a glance.\"}}],[\"$\",\"div\",\"table-38\",{\"className\":\"overflow-x-auto my-4\",\"children\":[\"$\",\"table\",null,{\"className\":\"w-full text-sm border-collapse\",\"children\":[[\"$\",\"thead\",null,{\"children\":[\"$\",\"tr\",null,{\"className\":\"border-b border-white/10\",\"children\":[[\"$\",\"th\",\"0\",{\"className\":\"text-left p-3 text-slate-400 font-medium\",\"dangerouslySetInnerHTML\":{\"__html\":\"URL\"}}],[\"$\",\"th\",\"1\",{\"className\":\"text-left p-3 text-slate-400 font-medium\",\"dangerouslySetInnerHTML\":{\"__html\":\"Title Tag\"}}],[\"$\",\"th\",\"2\",{\"className\":\"text-left p-3 text-slate-400 font-medium\",\"dangerouslySetInnerHTML\":{\"__html\":\"Meta Description\"}}],[\"$\",\"th\",\"3\",{\"className\":\"text-left p-3 text-slate-400 font-medium\",\"dangerouslySetInnerHTML\":{\"__html\":\"Length (characters)\"}}]]}]}],[\"$\",\"tbody\",null,{\"children\":[[\"$\",\"tr\",\"0\",{\"className\":\"border-b border-white/5\",\"children\":[[\"$\",\"td\",\"0\",{\"className\":\"p-3 text-slate-300\",\"dangerouslySetInnerHTML\":{\"__html\":\"example.com/product-1\"}}],[\"$\",\"td\",\"1\",{\"className\":\"p-3 text-slate-300\",\"dangerouslySetInnerHTML\":{\"__html\":\"Blue Widget – Shop\"}}],[\"$\",\"td\",\"2\",{\"className\":\"p-3 text-slate-300\",\"dangerouslySetInnerHTML\":{\"__html\":\"High quality blue widget for all uses.\"}}],[\"$\",\"td\",\"3\",{\"className\":\"p-3 text-slate-300\",\"dangerouslySetInnerHTML\":{\"__html\":\"45\"}}]]}],[\"$\",\"tr\",\"1\",{\"className\":\"border-b border-white/5\",\"children\":[[\"$\",\"td\",\"0\",{\"className\":\"p-3 text-slate-300\",\"dangerouslySetInnerHTML\":{\"__html\":\"example.com/product-2\"}}],[\"$\",\"td\",\"1\",{\"className\":\"p-3 text-slate-300\",\"dangerouslySetInnerHTML\":{\"__html\":\"Red Widget – Shop\"}}],[\"$\",\"td\",\"2\",{\"className\":\"p-3 text-slate-300\",\"dangerouslySetInnerHTML\":{\"__html\":\"\"}}],[\"$\",\"td\",\"3\",{\"className\":\"p-3 text-slate-300\",\"dangerouslySetInnerHTML\":{\"__html\":\"0 (missing)\"}}]]}],[\"$\",\"tr\",\"2\",{\"className\":\"border-b border-white/5\",\"children\":[[\"$\",\"td\",\"0\",{\"className\":\"p-3 text-slate-300\",\"dangerouslySetInnerHTML\":{\"__html\":\"example.com/product-3\"}}],[\"$\",\"td\",\"1\",{\"className\":\"p-3 text-slate-300\",\"dangerouslySetInnerHTML\":{\"__html\":\"Green Widget – Shop\"}}],[\"$\",\"td\",\"2\",{\"className\":\"p-3 text-slate-300\",\"dangerouslySetInnerHTML\":{\"__html\":\"Buy green widget – durable, affordable.\"}}],[\"$\",\"td\",\"3\",{\"className\":\"p-3 text-slate-300\",\"dangerouslySetInnerHTML\":{\"__html\":\"38\"}}]]}]]}]]}]}],[\"$\",\"p\",\"39\",{\"className\":\"text-slate-300 leading-relaxed mb-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"This makes it easy to see that product 2 needs a meta description added.\"}}],[\"$\",\"h3\",\"41\",{\"id\":\"2-screaming-frog-seo-spider\",\"className\":\"text-xl font-semibold text-white mt-8 mb-3 scroll-mt-20\",\"dangerouslySetInnerHTML\":{\"__html\":\"2. Screaming Frog SEO Spider\"}}],[\"$\",\"p\",\"42\",{\"className\":\"text-slate-300 leading-relaxed mb-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Screaming Frog is a desktop application that crawls your website and exports all meta data. It’s fast, flexible, and ideal for large sites. The free version crawls up to 500 URLs per project.\"}}],[\"$\",\"li\",\"44\",{\"className\":\"text-slate-300 leading-relaxed ml-5 list-disc mb-1\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cem class=\\\"text-slate-300\\\"\u003eSteps:\u003c/em\u003e*\"}}],[\"$\",\"li\",\"45\",{\"className\":\"text-slate-300 leading-relaxed ml-5 list-decimal mb-1\",\"dangerouslySetInnerHTML\":{\"__html\":\"Enter your site’s URL\"}}],[\"$\",\"li\",\"46\",{\"className\":\"text-slate-300 leading-relaxed ml-5 list-decimal mb-1\",\"dangerouslySetInnerHTML\":{\"__html\":\"Let it crawl\"}}],[\"$\",\"li\",\"47\",{\"className\":\"text-slate-300 leading-relaxed ml-5 list-decimal mb-1\",\"dangerouslySetInnerHTML\":{\"__html\":\"Export meta tag data as a CSV for spreadsheet analysis\"}}],[\"$\",\"h3\",\"49\",{\"id\":\"3-google-sheets-importxml\",\"className\":\"text-xl font-semibold text-white mt-8 mb-3 scroll-mt-20\",\"dangerouslySetInnerHTML\":{\"__html\":\"3. Google Sheets + IMPORTXML\"}}],[\"$\",\"p\",\"50\",{\"className\":\"text-slate-300 leading-relaxed mb-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"For small batches, you can use Google Sheets with the \u003ccode class=\\\"px-1.5 py-0.5 bg-slate-700/50 rounded text-teal-300 text-sm font-mono\\\"\u003eIMPORTXML\u003c/code\u003e function to fetch meta tag data from multiple URLs. However, this can be fiddly and is limited by Google’s quotas.\"}}],[\"$\",\"li\",\"52\",{\"className\":\"text-slate-300 leading-relaxed ml-5 list-disc mb-1\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cem class=\\\"text-slate-300\\\"\u003eFormula Example:\u003c/em\u003e*\"}}],[\"$\",\"p\",\"53\",{\"className\":\"text-slate-300 leading-relaxed mb-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003ccode class=\\\"px-1.5 py-0.5 bg-slate-700/50 rounded text-teal-300 text-sm font-mono\\\"\u003e`\u003c/code\u003e\"}}],[\"$\",\"p\",\"54\",{\"className\":\"text-slate-300 leading-relaxed mb-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"=IMPORTXML(\\\"https://example.com\\\", \\\"//meta[@name='description']/@content\\\")\"}}],[\"$\",\"p\",\"55\",{\"className\":\"text-slate-300 leading-relaxed mb-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003ccode class=\\\"px-1.5 py-0.5 bg-slate-700/50 rounded text-teal-300 text-sm font-mono\\\"\u003e`\u003c/code\u003e\"}}],[\"$\",\"h3\",\"57\",{\"id\":\"4-custom-scripts\",\"className\":\"text-xl font-semibold text-white mt-8 mb-3 scroll-mt-20\",\"dangerouslySetInnerHTML\":{\"__html\":\"4. Custom Scripts\"}}],[\"$\",\"p\",\"58\",{\"className\":\"text-slate-300 leading-relaxed mb-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"If you’re comfortable with coding, you can write Python or Node.js scripts using libraries like BeautifulSoup (Python) or Cheerio (Node.js) to fetch and analyse meta tags in bulk.\"}}],[\"$\",\"h2\",\"60\",{\"id\":\"what-metrics-should-you-analyse\",\"className\":\"text-2xl font-bold text-white mt-10 mb-4 scroll-mt-20\",\"dangerouslySetInnerHTML\":{\"__html\":\"What Metrics Should You Analyse?\"}}],[\"$\",\"p\",\"61\",{\"className\":\"text-slate-300 leading-relaxed mb-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"When auditing meta tags, focus on:\"}}],[\"$\",\"li\",\"62\",{\"className\":\"text-slate-300 leading-relaxed ml-5 list-disc mb-1\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-white font-semibold\\\"\u003eTitle tag length:\u003c/strong\u003e Aim for 50–60 characters\"}}],[\"$\",\"li\",\"63\",{\"className\":\"text-slate-300 leading-relaxed ml-5 list-disc mb-1\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-white font-semibold\\\"\u003eMeta description length:\u003c/strong\u003e Target 140–160 characters (about 20–25 words)\"}}],[\"$\",\"li\",\"64\",{\"className\":\"text-slate-300 leading-relaxed ml-5 list-disc mb-1\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-white font-semibold\\\"\u003eUniqueness:\u003c/strong\u003e Avoid duplicates\"}}],[\"$\",\"li\",\"65\",{\"className\":\"text-slate-300 leading-relaxed ml-5 list-disc mb-1\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-white font-semibold\\\"\u003eKeyword usage:\u003c/strong\u003e Relevant but not spammy\"}}],[\"$\",\"li\",\"66\",{\"className\":\"text-slate-300 leading-relaxed ml-5 list-disc mb-1\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-white font-semibold\\\"\u003ePresence:\u003c/strong\u003e Ensure none are missing\"}}],[\"$\",\"h3\",\"68\",{\"id\":\"worked-example-meta-description-length\",\"className\":\"text-xl font-semibold text-white mt-8 mb-3 scroll-mt-20\",\"dangerouslySetInnerHTML\":{\"__html\":\"Worked Example: Meta Description Length\"}}],[\"$\",\"p\",\"69\",{\"className\":\"text-slate-300 leading-relaxed mb-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Suppose you want to check if your meta descriptions are the right length. Google typically displays up to 155–160 characters (about 20–25 words) on desktop.\"}}],[\"$\",\"li\",\"71\",{\"className\":\"text-slate-300 leading-relaxed ml-5 list-disc mb-1\",\"dangerouslySetInnerHTML\":{\"__html\":\"If your meta description is 155 characters, that’s about 23–25 words (UK: 155 characters, US: 155 characters; 1 metre ≈ 3.28 feet, but here, character count is universal).\"}}],[\"$\",\"li\",\"72\",{\"className\":\"text-slate-300 leading-relaxed ml-5 list-disc mb-1\",\"dangerouslySetInnerHTML\":{\"__html\":\"Exceeding this may result in truncation: “Buy green widget – durable, affordable, ideal for…”\"}}],[\"$\",\"h2\",\"74\",{\"id\":\"benefits-of-bulk-meta-tag-analysis\",\"className\":\"text-2xl font-bold text-white mt-10 mb-4 scroll-mt-20\",\"dangerouslySetInnerHTML\":{\"__html\":\"Benefits of Bulk Meta Tag Analysis\"}}],[\"$\",\"li\",\"75\",{\"className\":\"text-slate-300 leading-relaxed ml-5 list-disc mb-1\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-white font-semibold\\\"\u003eSaves time:\u003c/strong\u003e Audit hundreds of pages in minutes\"}}],[\"$\",\"li\",\"76\",{\"className\":\"text-slate-300 leading-relaxed ml-5 list-disc mb-1\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-white font-semibold\\\"\u003eImproves SEO:\u003c/strong\u003e Quickly spot gaps and errors\"}}],[\"$\",\"li\",\"77\",{\"className\":\"text-slate-300 leading-relaxed ml-5 list-disc mb-1\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-white font-semibold\\\"\u003eScalable:\u003c/strong\u003e Essential for larger sites\"}}],[\"$\",\"li\",\"78\",{\"className\":\"text-slate-300 leading-relaxed ml-5 list-disc mb-1\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-white font-semibold\\\"\u003eData-driven:\u003c/strong\u003e Easier to report and track improvements\"}}],[\"$\",\"h2\",\"80\",{\"id\":\"how-to-get-started\",\"className\":\"text-2xl font-bold text-white mt-10 mb-4 scroll-mt-20\",\"dangerouslySetInnerHTML\":{\"__html\":\"How to Get Started\"}}],[\"$\",\"li\",\"81\",{\"className\":\"text-slate-300 leading-relaxed ml-5 list-decimal mb-1\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-white font-semibold\\\"\u003eCompile your URLs:\u003c/strong\u003e Use your sitemap, Google Search Console, or crawl your site.\"}}],[\"$\",\"li\",\"82\",{\"className\":\"text-slate-300 leading-relaxed ml-5 list-decimal mb-1\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-white font-semibold\\\"\u003eChoose your tool:\u003c/strong\u003e Online analyser, Screaming Frog, or a custom approach.\"}}],[\"$\",\"li\",\"83\",{\"className\":\"text-slate-300 leading-relaxed ml-5 list-decimal mb-1\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-white font-semibold\\\"\u003eAudit and fix:\u003c/strong\u003e Review the exported data, prioritise issues, and update your site.\"}}],[\"$\",\"p\",\"85\",{\"className\":\"text-slate-300 leading-relaxed mb-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"For a seamless start, try the \u003ca href=\\\"https://keywordnumbers.com/tools/meta-tags\\\" class=\\\"text-teal-400 hover:text-teal-300 underline\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"\u003eBulk Meta Tag Analyser on KeywordNumbers\u003c/a\u003e—it’s free, fast, and beginner-friendly.\"}}],[\"$\",\"h2\",\"87\",{\"id\":\"questions-people-are-actually-asking\",\"className\":\"text-2xl font-bold text-white mt-10 mb-4 scroll-mt-20\",\"dangerouslySetInnerHTML\":{\"__html\":\"Questions People Are Actually Asking\"}}],[\"$\",\"h3\",\"89\",{\"id\":\"what-is-a-meta-tag\",\"className\":\"text-xl font-semibold text-white mt-8 mb-3 scroll-mt-20\",\"dangerouslySetInnerHTML\":{\"__html\":\"What is a meta tag?\"}}],[\"$\",\"p\",\"90\",{\"className\":\"text-slate-300 leading-relaxed mb-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"A meta tag is a snippet of HTML code in a web page’s head section that provides information to search engines and browsers, such as the page title, description, and indexing instructions.\"}}],[\"$\",\"h3\",\"92\",{\"id\":\"what-is-true-about-meta-tags\",\"className\":\"text-xl font-semibold text-white mt-8 mb-3 scroll-mt-20\",\"dangerouslySetInnerHTML\":{\"__html\":\"What is true about meta tags?\"}}],[\"$\",\"p\",\"93\",{\"className\":\"text-slate-300 leading-relaxed mb-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Meta tags do not directly affect rankings, but they influence how your site appears in search results and impact click-through rates. Accurate, well-written meta tags are essential for SEO and user experience.\"}}],[\"$\",\"h3\",\"95\",{\"id\":\"how-to-meta-tag\",\"className\":\"text-xl font-semibold text-white mt-8 mb-3 scroll-mt-20\",\"dangerouslySetInnerHTML\":{\"__html\":\"How to meta tag?\"}}],[\"$\",\"p\",\"96\",{\"className\":\"text-slate-300 leading-relaxed mb-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"To add meta tags, edit your page’s HTML within the \u003ccode class=\\\"px-1.5 py-0.5 bg-slate-700/50 rounded text-teal-300 text-sm font-mono\\\"\u003e\u003chead\u003e\u003c/code\u003e section. Use tags like \u003ccode class=\\\"px-1.5 py-0.5 bg-slate-700/50 rounded text-teal-300 text-sm font-mono\\\"\u003e\u003ctitle\u003e\u003c/code\u003e, \u003ccode class=\\\"px-1.5 py-0.5 bg-slate-700/50 rounded text-teal-300 text-sm font-mono\\\"\u003e\u003cmeta name=\\\"description\\\" content=\\\"...\\\"\u003e\u003c/code\u003e, and \u003ccode class=\\\"px-1.5 py-0.5 bg-slate-700/50 rounded text-teal-300 text-sm font-mono\\\"\u003e\u003cmeta name=\\\"robots\\\" content=\\\"...\\\"\u003e\u003c/code\u003e as needed.\"}}],[\"$\",\"h3\",\"98\",{\"id\":\"how-to-write-meta-tags\",\"className\":\"text-xl font-semibold text-white mt-8 mb-3 scroll-mt-20\",\"dangerouslySetInnerHTML\":{\"__html\":\"How to write meta tags?\"}}],[\"$\",\"p\",\"99\",{\"className\":\"text-slate-300 leading-relaxed mb-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Write meta tags that accurately describe each page, include relevant keywords, and stay within recommended length limits. For meta descriptions, aim for 140–160 characters with a clear call to action.\"}}],[\"$\",\"h3\",\"101\",{\"id\":\"what-is-meta-tag-description\",\"className\":\"text-xl font-semibold text-white mt-8 mb-3 scroll-mt-20\",\"dangerouslySetInnerHTML\":{\"__html\":\"What is meta tag description?\"}}],[\"$\",\"p\",\"102\",{\"className\":\"text-slate-300 leading-relaxed mb-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"A meta tag description is the meta description: a brief summary of the page, shown in search results beneath the title. It should be unique, relevant, and entice users to click.\"}}],[\"$\",\"h3\",\"104\",{\"id\":\"how-to-make-a-meta-tag\",\"className\":\"text-xl font-semibold text-white mt-8 mb-3 scroll-mt-20\",\"dangerouslySetInnerHTML\":{\"__html\":\"How to make a meta tag?\"}}],[\"$\",\"p\",\"105\",{\"className\":\"text-slate-300 leading-relaxed mb-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"You can create a meta tag by adding the appropriate HTML in your page’s head section, for example: \u003ccode class=\\\"px-1.5 py-0.5 bg-slate-700/50 rounded text-teal-300 text-sm font-mono\\\"\u003e\u003cmeta name=\\\"description\\\" content=\\\"Your description here\\\"\u003e\u003c/code\u003e.\"}}],[\"$\",\"h3\",\"107\",{\"id\":\"how-much-is-a-meta\",\"className\":\"text-xl font-semibold text-white mt-8 mb-3 scroll-mt-20\",\"dangerouslySetInnerHTML\":{\"__html\":\"How much is a meta?\"}}],[\"$\",\"p\",\"108\",{\"className\":\"text-slate-300 leading-relaxed mb-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"There’s no cost to add meta tags—they’re free to implement. However, tools for bulk analysis may range from free to paid, depending on features and volume.\"}}],[\"$\",\"h2\",\"110\",{\"id\":\"conclusion\",\"className\":\"text-2xl font-bold text-white mt-10 mb-4 scroll-mt-20\",\"dangerouslySetInnerHTML\":{\"__html\":\"Conclusion\"}}],[\"$\",\"p\",\"111\",{\"className\":\"text-slate-300 leading-relaxed mb-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Bulk meta tag analysis is a game-changer for efficient SEO audits, helping you spot issues, optimise your metadata, and boost your site’s visibility. Ready to uncover hidden SEO opportunities? \u003ca href=\\\"https://keywordnumbers.com/tools/meta-tags\\\" class=\\\"text-teal-400 hover:text-teal-300 underline\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"\u003eTry the free Bulk Meta Tag Analyser on KeywordNumbers\u003c/a\u003e and streamline your next audit.\"}}],[\"$\",\"h2\",\"113\",{\"id\":\"free-tools-to-put-this-into-practice\",\"className\":\"text-2xl font-bold text-white mt-10 mb-4 scroll-mt-20\",\"dangerouslySetInnerHTML\":{\"__html\":\"Free tools to put this into practice\"}}],[\"$\",\"p\",\"115\",{\"className\":\"text-slate-300 leading-relaxed mb-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Reading is one thing — testing your own pages is what moves the needle. Here are the free KeywordNumbers tools that pair best with this guide:\"}}],[\"$\",\"li\",\"117\",{\"className\":\"text-slate-300 leading-relaxed ml-5 list-disc mb-1\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-white font-semibold\\\"\u003e\u003ca href=\\\"https://keywordnumbers.com/tools/meta-tags\\\" class=\\\"text-teal-400 hover:text-teal-300 underline\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"\u003eMeta Tag Analyser\u003c/a\u003e\u003c/strong\u003e — audit every meta tag on a page in one click.\"}}],[\"$\",\"li\",\"118\",{\"className\":\"text-slate-300 leading-relaxed ml-5 list-disc mb-1\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-white font-semibold\\\"\u003e\u003ca href=\\\"https://keywordnumbers.com/tools/title-tag-analyser\\\" class=\\\"text-teal-400 hover:text-teal-300 underline\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"\u003eTitle Tag Analyzer\u003c/a\u003e\u003c/strong\u003e — score your page title and see how it looks in Google.\"}}],[\"$\",\"li\",\"119\",{\"className\":\"text-slate-300 leading-relaxed ml-5 list-disc mb-1\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-white font-semibold\\\"\u003e\u003ca href=\\\"https://keywordnumbers.com/tools/serp-preview\\\" class=\\\"text-teal-400 hover:text-teal-300 underline\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"\u003eSERP Preview\u003c/a\u003e\u003c/strong\u003e — preview exactly how your page will appear in search results before you publish.\"}}],[\"$\",\"p\",\"121\",{\"className\":\"text-slate-300 leading-relaxed mb-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Every one of our \u003ca href=\\\"https://keywordnumbers.com/tools\\\" class=\\\"text-teal-400 hover:text-teal-300 underline\\\" target=\\\"_blank\\\" rel=\\\"noopener noreferrer\\\"\u003efree SEO tools\u003c/a\u003e is genuinely free to use, with no sign-up required.\"}}]]}],[\"$\",\"div\",null,{\"className\":\"py-6\",\"children\":[\"$\",\"$L19\",null,{\"format\":\"auto\",\"slot\":\"auto\"}]}],[\"$\",\"div\",null,{\"className\":\"rounded-lg border text-card-foreground shadow-sm bg-[#1e293b]/80 border-white/10 p-6 mt-12 text-center\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-lg font-semibold text-white mb-2\",\"children\":\"Ready to research your keywords?\"}],[\"$\",\"p\",null,{\"className\":\"text-slate-400 text-sm mb-4\",\"children\":\"Try our free keyword tools — no signup required.\"}],[\"$\",\"div\",null,{\"className\":\"flex gap-3 justify-center flex-wrap\",\"children\":[[\"$\",\"$Le\",null,{\"href\":\"/\",\"className\":\"px-5 py-2.5 rounded-lg bg-gradient-to-r from-teal-600 to-cyan-600 text-white text-sm font-medium hover:from-teal-500 hover:to-cyan-500 transition-colors\",\"children\":\"Keyword Search\"}],[\"$\",\"$Le\",null,{\"href\":\"/tools\",\"className\":\"px-5 py-2.5 rounded-lg bg-white/5 border border-white/10 text-white text-sm font-medium hover:bg-white/10 transition-colors\",\"children\":\"SEO Tools\"}]]}]]}]]}]}]\n"])</script><script>self.__next_f.push([1,"15:[[\"$\",\"meta\",\"0\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"1\",{\"charSet\":\"utf-8\"}],[\"$\",\"title\",\"2\",{\"children\":\"Bulk Meta Tag Analysis Made Easy\"}],[\"$\",\"meta\",\"3\",{\"name\":\"description\",\"content\":\"Discover how to perform bulk meta tag analysis, audit multiple URLs, and improve your SEO with simple, effective tools and expert tips.\"}],[\"$\",\"meta\",\"4\",{\"name\":\"keywords\",\"content\":\"SEO,keyword research,search volume,free SEO tool,keyword analysis,Google Trends,keyword search volume,SEO keyword tool,monthly search volume\"}],[\"$\",\"meta\",\"5\",{\"name\":\"robots\",\"content\":\"index, follow\"}],[\"$\",\"meta\",\"6\",{\"name\":\"googlebot\",\"content\":\"index, follow, max-video-preview:-1, max-image-preview:large, max-snippet:-1\"}],[\"$\",\"link\",\"7\",{\"rel\":\"canonical\",\"href\":\"https://keywordnumbers.com\"}],[\"$\",\"meta\",\"8\",{\"property\":\"og:title\",\"content\":\"Bulk Meta Tag Analysis Made Easy\"}],[\"$\",\"meta\",\"9\",{\"property\":\"og:description\",\"content\":\"Discover how to perform bulk meta tag analysis, audit multiple URLs, and improve your SEO with simple, effective tools and expert tips.\"}],[\"$\",\"meta\",\"10\",{\"property\":\"og:image\",\"content\":\"https://abacusai-apps-08139cc898cf015aef33dd4c-us-west-2.s3.us-west-2.amazonaws.com/54359/public/uploads/1783461595516-blog-bulk-meta-tag-analysis-audit-multiple-urls.png\"}],[\"$\",\"meta\",\"11\",{\"name\":\"twitter:card\",\"content\":\"summary_large_image\"}],[\"$\",\"meta\",\"12\",{\"name\":\"twitter:title\",\"content\":\"KeywordNumbers — Free SEO Keyword Research \u0026 Search Volume Tool\"}],[\"$\",\"meta\",\"13\",{\"name\":\"twitter:description\",\"content\":\"Free SEO keyword research tool. Analyze search volume trends and get estimated monthly search numbers.\"}],[\"$\",\"meta\",\"14\",{\"name\":\"twitter:image\",\"content\":\"https://keywordnumbers.com/og-image.png\"}],[\"$\",\"link\",\"15\",{\"rel\":\"shortcut icon\",\"href\":\"/favicon.svg\"}],[\"$\",\"link\",\"16\",{\"rel\":\"icon\",\"href\":\"/favicon.svg\"}],[\"$\",\"meta\",\"17\",{\"name\":\"next-size-adjust\"}]]\n7:null\n"])</script></body></html>