URL: https://libertybudsnyc.com/
Platform: wordpress
Archetype: community
Run ID: 2026-04-19T06-18-18-831Z
Scanned: 2026-04-19T06:54:01.388Z
Duration: 1148s
This is a monthly deep audit. The crawler performed a full-site scan including
Lighthouse performance, axe-core accessibility (WCAG 2.2 AA), cross-browser compatibility,
security headers, schema markup validation, and SEO best-practice checks.
Because this site is not a repository we control, Apex Sentinel **cannot automatically
apply fixes** — instead, each finding below includes an AI-generated plain-English
explanation + step-by-step recommended fix you can hand to a developer or execute
in your CMS directly.
Overall grade: F
| Dimension | Count | Meaning |
|---|---|---|
| Pages crawled | 250 | Full sitemap + linked pages |
| P0 (critical) | 1 | Site-down or compliance-breaking |
| P1 (urgent) | 6 | Significant revenue / SEO / UX impact |
| P2 (high) | 103 | Quality / ranking / trust degradation |
| P3 (medium) | 852 | Polish + optimization |
| "Do first" items | 3 | AI-flagged top priorities |
| Quick wins (< 30 min) | 58 | Fastest ROI items |
If you only have time for ten things this month, do these — in this order.
Page: https://libertybudsnyc.com/wp-login.php
Effort: Quick win (< 30 min)
Page: https://libertybudsnyc.com/
Effort: Moderate (1-3 hours)
Page: https://libertybudsnyc.com/
Effort: Quick win (< 30 min)
Page: https://libertybudsnyc.com/
Effort: Quick win (< 30 min)
Page: https://libertybudsnyc.com/
Effort: Moderate (1-3 hours)
Page: https://libertybudsnyc.com/
Page: https://libertybudsnyc.com/
Page: https://libertybudsnyc.com/homepage-update/
Effort: Moderate (1-3 hours)
Page: https://libertybudsnyc.com/about/
Effort: Quick win (< 30 min)
Page: https://libertybudsnyc.com/cannabis-dispensary-queens-nassau/
Effort: Quick win (< 30 min)
tier5.exposed.artifactWhat it means (plain English)
Your WordPress login page (/wp-login.php) is publicly accessible and returns a 200 status code, meaning anyone on the internet can find and attempt to access it. This is a standard WordPress path that attackers actively scan for and target with automated login attempts. While this is normal WordPress behavior, leaving it exposed without protection increases your site's vulnerability to brute-force attacks (repeated password guessing).
Why it matters for your business: An attacker gaining access to your WordPress admin account could modify product listings, disable your age-gate, alter compliance information, inject malicious content, or take your dispensary site offline during peak sales periods.
Technical root cause: WordPress exposes /wp-login.php by default, and your site does not have a Web Application Firewall (WAF) or server-level rule blocking or rate-limiting access to this path. The login page is responding normally instead of being hidden, moved, or protected.
Recommended fix — step by step
tier9.a11y.aria-allowed-attrWhat it means (plain English)
Your website has a navigation menu link that uses ARIA attributes (aria-expanded, aria-controls, aria-haspopup) that aren't allowed on standard anchor tags. ARIA attributes are special instructions for screen readers; when you attach them to elements that don't support them, screen readers become confused and may not announce the menu correctly to people with visual disabilities.
Why it matters for your business: Customers using screen readers cannot properly navigate your menu, which blocks access to product pages, compliance info, and age-gate verification—directly reducing traffic from disabled visitors and potentially creating legal accessibility liability.
Technical root cause: The Elementor page builder (WordPress plugin) is auto-generating ARIA attributes on anchor tags without checking role compatibility. The <a> tag does not have a recognized role that supports aria-expanded, which is only valid on elements with roles like 'button', 'menuitem', or 'tab'.
Recommended fix — step by step
tier9.a11y.link-nameWhat it means (plain English)
A link on your homepage has no visible or hidden text label. Screen readers—software that reads pages aloud for blind and low-vision visitors—cannot announce what the link does. In this case, it's a next-slide button in an image carousel. Without a label, users relying on screen readers have no way to know where the link goes or what it controls.
Why it matters for your business: This blocks disabled visitors from navigating your site, exposes you to ADA/WCAG accessibility lawsuits, and reduces organic search ranking because Google penalizes inaccessible content.
Technical root cause: The link element contains only an icon or image with no alt text, aria-label, or title attribute. Elementor's lightbox carousel feature did not auto-generate accessible text for the navigation button.
Recommended fix — step by step
tier9.a11y.color-contrastWhat it means (plain English)
Two location-name buttons on your homepage have black text (#000000) on a dark green background (#347c3c), creating a contrast ratio of 4.09:1. WCAG accessibility standards require at least 4.5:1 contrast for text this size to be readable by people with low vision or color blindness. This affects your 'Manhattan/Roosevelt Island' and 'Queens/Nassau' location buttons.
Why it matters for your business: Customers with visual impairments or using older devices may struggle to read your location options, reducing navigation ability and potentially losing sales; also exposes you to accessibility compliance complaints.
Technical root cause: The button styling uses inline CSS (style=) that pairs #000000 text with #347c3c background. The dark green is too close in lightness to black, failing the contrast math (4.09 ÷ 4.5 required).
Recommended fix — step by step
.baag3-card-name { color: #ffffff !important; } to override inline styles.tier11.browser.webkit-js-errorsWhat it means (plain English)
Your site is attempting to load a third-party frame (i.liadm.com) in a way that violates browser security rules in Safari and other WebKit browsers. This frame is blocked because the origin (the combination of protocol, domain, and port) doesn't match what the parent page expects. The frame loads fine in Chrome because Chrome's security model is slightly more permissive in edge cases, but Safari enforces it strictly.
Why it matters for your business: Safari users (roughly 25–30% of mobile traffic) may experience broken functionality, missing ads, or incomplete page loads, directly reducing conversion rates and ad revenue.
Technical root cause: A third-party script (likely an ad network or tracking pixel from i.liadm.com) is being loaded with incorrect cross-origin attributes or headers. The frame likely lacks proper CORS headers (Cross-Origin Resource Sharing) or the embedding code uses an insecure protocol or mismatched domain.
Recommended fix — step by step
tier8.lighthouse.bestPractices-desktopDetail
Score 59 is below target 90. See HTML report for details.
tier9.a11y.aria-dialog-nameDetail
Ensure every ARIA dialog and alertdialog node has an accessible name
Impact: serious
WCAG:
Learn more: https://dequeuniversity.com/rules/axe/4.11/aria-dialog-name?application=playwright
tier2.a11y.img-missing-altWhat it means (plain English)
Your homepage update page has 14 images without alt text — short descriptions that screen readers read aloud to blind and low-vision visitors. This means those visitors can't understand what your product photos, strain guides, or promotional graphics show. It also signals to Google that your images aren't properly labeled, which reduces your chances of ranking in image search results.
Why it matters for your business: Customers using assistive technology miss out on product details, which hurts both accessibility compliance and your ability to drive traffic from Google Images—a major channel for cannabis discovery searches.
Technical root cause: Images were uploaded to WordPress without filling in the 'Alt Text' field during the media upload or post editing process, or existing images lack the alt attribute in the HTML.
Recommended fix — step by step
tier2.a11y.img-missing-altWhat it means (plain English)
Seven images on your About page lack alternative text (alt text)—short descriptions that screen readers announce to visitors with visual impairments, and that search engines use to understand image content. This prevents both disabled visitors and search crawlers from knowing what those images show.
Why it matters for your business: Missing alt text reduces SEO ranking for image-driven searches (product photos, dispensary photos), blocks visually impaired customers from using your site fully, and signals to Google that your content may be incomplete or low-effort.
Technical root cause: Images were likely uploaded to WordPress without filling in the Alt Text field in the Media Library, or were embedded in page builders without the alt field being populated during insertion.
Recommended fix — step by step
tier2.a11y.img-missing-altWhat it means (plain English)
Nine images on your Queens/Nassau dispensary page don't have descriptive alt text — text that appears if the image fails to load and that screen readers read aloud to visually impaired visitors. This makes the page less accessible and less visible to search engines, which can't 'see' images without that description.
Why it matters for your business: Visitors using screen readers or those on slow connections can't understand what those images show; search engines can't index the visual content, reducing organic traffic and compliance with ADA accessibility standards that increasingly affect retail sites.
Technical root cause: Images were likely inserted into the WordPress page without the alt text field being populated in the image uploader, or they were added via HTML without alt attributes.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
Your wellness category page doesn't have a meta description — the 155-character summary that appears under your page title in Google search results. Without it, Google may auto-generate something generic or incomplete, which reduces click-through rates from search results.
Why it matters for your business: Customers searching for wellness products won't see a compelling preview of your category, leading to fewer clicks and lower search traffic to that section.
Technical root cause: WordPress category pages often inherit default (empty) meta descriptions from theme settings. You likely haven't customized this field for the wellness category archive.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
Your /category/education/ page is missing a meta description — the 155-character summary that appears under your page title in Google search results. Without it, Google may auto-generate one from your page text, which often looks choppy or fails to tell visitors why they should click.
Why it matters for your business: Missing descriptions reduce click-through rates from search results, meaning fewer visitors discover your educational content and product pages, directly impacting traffic and potential customer acquisition.
Technical root cause: WordPress category archives do not automatically populate the meta description field unless explicitly set. The theme or SEO plugin is not generating fallback descriptions for taxonomy pages.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
Your product reviews category page doesn't have a meta description—the 155-character summary that appears below your page title in Google search results. Without it, Google generates a random snippet from your page content, which often looks unprofessional and fails to encourage clicks.
Why it matters for your business: Missing meta descriptions reduce click-through rates from search results, meaning fewer customers discover your product reviews and cannabis offerings, directly costing you foot traffic.
Technical root cause: WordPress category pages don't automatically generate meta descriptions. The template or SEO plugin hasn't been configured to add one to this archive page.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
Your category archive page (Liberty Buds news/blog section) is missing a meta description—the 160-character summary that appears under your site name in Google search results. Without it, Google generates a random snippet from your page content, which often looks incomplete or irrelevant to searchers.
Why it matters for your business: Missing descriptions reduce click-through rate from search results; potential customers see a confusing preview and choose a competitor's listing instead.
Technical root cause: WordPress category pages often inherit a blank or default meta description from theme settings, especially if a category-specific description was never filled in.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
Your tag page for 'upper-east-side' is missing a meta description — the 160-character text snippet that appears under your link in Google search results. Without it, Google generates a random excerpt from the page, which often looks unprofessional and doesn't tell customers what to expect.
Why it matters for your business: Missing descriptions reduce click-through rates from search results; customers see unclear or irrelevant text and pick a competitor's link instead, directly hurting foot traffic and online orders.
Technical root cause: WordPress tag pages use default templates that don't auto-generate descriptions. The theme or a plugin (like Yoast SEO) must be configured to create descriptions for tag archives, or they must be added manually.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
Search engines like Google use meta descriptions—a 155-character summary of a page—to decide what text appears under your link in search results. Without one, Google generates its own from page content, which often looks messy and fails to convince people to click. This tag page has no description, so potential customers see an auto-generated snippet instead of your marketing message.
Why it matters for your business: Missing meta descriptions reduce click-through rate from search results, directly lowering foot traffic to your dispensary's website and cutting into local cannabis sales.
Technical root cause: WordPress doesn't auto-generate meta descriptions by default. The Yoast SEO or Rank Math plugin (if installed) can do this, but either it's not active, or this tag page wasn't assigned a description in the plugin settings.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
This page doesn't have a meta description—the 155-character summary that appears below your page title in Google search results. Without it, Google generates one automatically, which is often choppy or irrelevant. For a tag page like /tag/cannabis-lifestyle/, this means potential customers won't see a compelling reason to click through from search.
Why it matters for your business: Missing meta descriptions reduce click-through rate from search results, directly lowering traffic to category pages that could drive product discovery and sales.
Technical root cause: WordPress tag pages don't auto-generate meta descriptions by default, and this tag likely wasn't manually configured in an SEO plugin or theme settings.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
Your tag archive page for 'manhattan-weed' doesn't have a meta description—the 150-160 character summary that appears under your site name in Google search results. Without it, Google generates a random snippet from your page, which often looks unprofessional and doesn't encourage clicks.
Why it matters for your business: Lower click-through rates from search results mean fewer visitors discovering your dispensary, especially for location-based searches where people are actively looking to buy.
Technical root cause: WordPress tag pages typically don't auto-generate meta descriptions. The Yoast SEO or Rank Math plugin needs to be configured to create them, or they need to be manually added via a plugin setting.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
Meta descriptions are the short text summaries that appear below your page title in Google search results. This tag/archive page is missing that summary, so search results will show auto-generated text that may not be compelling or accurate. This hurts click-through rates from organic search.
Why it matters for your business: Without a clear, keyword-relevant description on this cannabis-related tag page, fewer potential customers will click through from Google Search, reducing organic traffic to your content hub.
Technical root cause: WordPress archive pages (including tag pages) often lack auto-generated meta descriptions. The site likely has no global rule or plugin setting to populate descriptions for tag archives, leaving them blank.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
Search engines use meta descriptions (the 50–160 character summary under your page title in Google results) to help people decide whether to click your link. When a page lacks one, Google generates a random snippet from your content, which often looks unprofessional and may miss key selling points. This tag page about 'museum-mile' currently has no custom description.
Why it matters for your business: Missing descriptions reduce click-through rates from search results; potential customers see auto-generated text instead of your messaging, hurting traffic and conversions for tag-based content pages.
Technical root cause: WordPress tag archives are not automatically assigned meta descriptions by default. The theme or an SEO plugin must explicitly populate the description field for each tag.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
This page has no meta description — the 160-character text that appears below your page title in search results. Without it, Google shows a random snippet from your page content, which is often poorly formatted or irrelevant. For a cannabis retail site, this means potential customers may not understand what the page offers before clicking.
Why it matters for your business: Lower click-through rates from search results on tag pages, reducing foot traffic and online orders from customers searching for seasonal or themed products.
Technical root cause: WordPress is not automatically generating meta descriptions for tag archive pages. By default, WordPress often leaves these blank unless explicitly filled in via an SEO plugin or theme setting.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
This tag archive page is missing a meta description—a short text summary that appears below your page title in search results. Without it, search engines show a random snippet from your page, making it less likely people click through.
Why it matters for your business: Lower click-through rates from Google search results for cannabis-related queries, directly reducing foot traffic and online inquiries to your dispensary.
Technical root cause: WordPress archive pages (tags, categories) often lack auto-generated meta descriptions. Most sites only add descriptions to individual product or blog posts, leaving taxonomy pages unoptimized.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
This tag page (/tag/thc-beverages/) has no meta description — the 155-character summary that appears below your site title in Google search results. When Google can't find one, it generates a random snippet from page text, which often looks unprofessional and misses keywords customers are searching for.
Why it matters for your business: Potential customers searching for "THC beverages" in your area see a poor or irrelevant preview in search results, reducing click-through rate and losing traffic to competitors with optimized listings.
Technical root cause: WordPress tag pages typically inherit or auto-generate meta descriptions; this tag page either has an empty description field or is using a theme/plugin default that produces nothing.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
Your tag page for 'cannabis-edibles' is missing a meta description — the 50–160 character summary that appears below your page title in Google search results. Without it, search engines write their own summary, which may not highlight what makes your edibles selection special or compelling to customers looking for products.
Why it matters for your business: Missing meta descriptions reduce click-through rates from search results, meaning fewer potential customers visit your edibles category even if you rank well.
Technical root cause: WordPress does not auto-generate meta descriptions for tag archive pages by default. An SEO plugin (like Yoast SEO or Rank Math) is either not installed or not configured to create descriptions for tag pages.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
This page has no meta description—the 155-character summary that appears below your page title in Google search results. Without one, Google generates a random excerpt from your page, which often looks unprofessional and may not mention your most important keywords like 'THC labeling' or 'cannabis education.'
Why it matters for your business: Missing meta descriptions reduce click-through rates from search results, meaning fewer visitors discover your educational content about THC labeling—a key trust and compliance signal for your dispensary.
Technical root cause: The tag page template in your WordPress theme does not include a meta description field, or the field was left blank during setup. This is common on auto-generated archive pages like tag and category pages.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
Your tag page for 'thcv' doesn't have a meta description—a 160-character summary that appears in Google search results below the page title. Without it, Google generates a random snippet from your page content, which often looks unprofessional and doesn't encourage clicks.
Why it matters for your business: Customers searching for THCV products see a poorly formatted or irrelevant preview in search results, reducing click-through rate and foot traffic to that category page.
Technical root cause: WordPress tag archives don't automatically populate meta descriptions. The tag page template is missing either manual description entry or a plugin rule to auto-generate descriptions for taxonomy pages.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
Your tag archive page for 'cdc' has no meta description — the short text that appears below your site name in Google search results. Without it, Google may auto-generate one from your page content, which is often less compelling and may not include your key selling points.
Why it matters for your business: Missing meta descriptions reduce click-through rates from search results; potential customers may choose a competitor's listing instead, directly hurting foot traffic and online orders.
Technical root cause: WordPress tag archive pages typically don't inherit or auto-generate meta descriptions by default. Yoast SEO or similar plugins can manage these, but the setting may not be configured for taxonomy (tag) pages.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
This tag page has no meta description—the 155-character summary that appears below your page title in Google search results. Without it, Google generates a random snippet from your page content, which often looks unprofessional and doesn't tell customers what they'll find.
Why it matters for your business: Missing descriptions reduce click-through rates from search results; customers see a vague or irrelevant excerpt instead of a clear reason to visit your cannabis-oil product category.
Technical root cause: WordPress tag pages typically inherit no auto-generated description by default. If you're using Yoast SEO or Rank Math, the description field for this tag was left blank during setup.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
Your tag page for 'cannabis-delivery-roosevelt-island' is missing a meta description — the 155-character snippet that appears below your page title in Google search results. Without it, Google generates a random excerpt from your page content, which often looks unprofessional and doesn't encourage clicks. This is a quick fix in WordPress.
Why it matters for your business: Missing meta descriptions reduce click-through rate from search results; potential customers see a choppy, auto-generated preview instead of a clear call-to-action about Roosevelt Island delivery.
Technical root cause: WordPress tag pages rarely have meta descriptions set by default. You likely have an SEO plugin (Yoast, Rank Math, All in One SEO) but haven't configured descriptions for tag archive pages.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
Your tag page for 'nyc-cannabis-delivery' doesn't have a meta description — the 160-character summary that appears under your page title in Google search results. Without it, Google generates a random snippet from your page content, which may not highlight what makes your dispensary special or trustworthy.
Why it matters for your business: Missing meta descriptions reduce click-through rates from search results because potential customers see incomplete or irrelevant previews of your page, causing them to click competitors instead.
Technical root cause: WordPress tag pages often don't auto-generate meta descriptions; they require manual input or a plugin setting to populate the SEO field for archive pages.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
This tag page (for 'cannabis-gifts') doesn't have a meta description — the 50–160 character summary that appears below your page title in Google search results. Without it, Google generates a random snippet from your page content, which often looks unprofessional and doesn't encourage clicks.
Why it matters for your business: Missing meta descriptions on category and tag pages reduce click-through rates from search results, directly lowering foot traffic to your site and losing potential customers to competitors who have optimized their listings.
Technical root cause: WordPress doesn't auto-generate meta descriptions for tag archive pages. Either a SEO plugin isn't activated, or it's not configured to create descriptions for tag pages.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
Your tag page for 'self-care' doesn't have a meta description — that's the 2–3 sentence summary that appears under your page title in Google search results. Without it, Google generates one automatically (often poorly), which means potential customers see a less compelling preview and may skip your site.
Why it matters for your business: Missing meta descriptions reduce click-through rates from search results, directly lowering foot traffic to your dispensary's product discovery pages.
Technical root cause: WordPress tag pages often lack manually-written meta descriptions because they're not assigned per-tag by default; the tag archive template uses a generic or empty description field.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
This page is missing a meta description — the short text (usually 150–160 characters) that appears below your page title in Google search results. Without it, Google will auto-generate a snippet from your page content, which may be incomplete or unfocused. For a tag page like 'cannabis-sleep-aid,' a custom description helps searchers understand what products or posts they'll find.
Why it matters for your business: Fewer clicks from search results because your listing looks less relevant or compelling compared to competitors who have written descriptions; this directly reduces organic traffic to product discovery pages.
Technical root cause: WordPress tag pages typically do not have a meta description field by default. The theme or SEO plugin (if installed) needs to be configured to generate or allow custom descriptions for tag archive pages.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
This tag page doesn't have a meta description — the 160-character summary that appears under your page title in Google search results. Without it, Google generates random text from your page, which often looks broken or irrelevant to searchers. This directly hurts click-through rates from search.
Why it matters for your business: Customers searching for 'cannabis for sleep' will see incomplete or confusing preview text in Google results, causing them to skip your link and visit competitors instead.
Technical root cause: WordPress tag pages don't auto-generate meta descriptions by default. Either the SEO plugin (Yoast, Rank Math, etc.) isn't configured to create them for taxonomy pages, or the setting is disabled.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
Your tag page for 'cbd-for-sleep' doesn't have a meta description — the 155-character summary that appears under your page title in Google search results. Without it, Google generates a random snippet from your page content, which often looks unprofessional and doesn't encourage clicks.
Why it matters for your business: Customers searching for CBD sleep products are less likely to click your link in search results because they don't see a compelling description of what's on the page, directly reducing organic traffic to product pages.
Technical root cause: WordPress tag pages typically don't auto-generate meta descriptions unless explicitly configured via an SEO plugin or custom code. The Yoast SEO or Rank Math plugin isn't filling this field, or tag pages are excluded from meta description settings.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
This tag archive page (for 'thc-recovery') doesn't have a meta description — the short text snippet that appears below your site name in Google search results. Without it, Google may auto-generate a snippet from the page content, which is often choppy or irrelevant. For a cannabis retailer, this means potential customers see a poor preview and may skip your listing.
Why it matters for your business: Missing meta descriptions reduce click-through rates from search results, directly hurting foot traffic to your dispensary and online sales.
Technical root cause: WordPress tag archive pages typically inherit a default template that doesn't automatically generate or display meta descriptions. Tag pages are often overlooked because they're auto-generated by the platform.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
Your Events category page is missing a meta description — the 155-character text snippet that appears below your page title in Google search results. Without it, Google generates a random excerpt from your page content, which may not highlight your most important information or entice clicks.
Why it matters for your business: Missing meta descriptions reduce click-through rates from search results; potential customers may skip your Events page for competitors with clearer, more compelling summaries.
Technical root cause: The WordPress category template for /category/events/ has no meta description tag in the page head. By default, WordPress does not auto-generate descriptions for category archives unless a plugin or custom code is configured to do so.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
This archive page (a collection of blog posts about lifestyle and culture) has no meta description — the 155-character summary that appears below your page title in Google search results. Without it, Google generates a random snippet from your page content, which often looks unprofessional and doesn't tell customers what to expect.
Why it matters for your business: Missing descriptions on category pages reduce click-through rates from search results, costing you organic traffic and potential customers who might otherwise visit your blog and stay engaged with your brand.
Technical root cause: The WordPress category page template likely has no custom meta description field populated, and no SEO plugin default is filling it in automatically.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
Your category archive page (Uncategorized) doesn't have a meta description — the 160-character summary that appears below your page title in Google search results. Without it, Google generates a generic snippet that may not entice clicks or clearly explain what visitors will find.
Why it matters for your business: Lower click-through rates from search results, especially for users browsing cannabis product categories; missing opportunity to communicate trust, licensing, or product range in the search preview.
Technical root cause: WordPress category pages default to no meta description unless explicitly set via SEO plugin or custom code. The Uncategorized category likely has no description field populated in the WordPress admin.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
This tag page (one that groups content about 'NYC subway') has no meta description — the 2–3 sentence summary that appears under your page title in Google search results. Without it, Google generates a random snippet from your page content, which often looks awkward and doesn't sell your business.
Why it matters for your business: Missing meta descriptions reduce click-through rates from search results; potential customers see incomplete or irrelevant text and choose competitors instead.
Technical root cause: Tag archive pages in WordPress often inherit a default template that omits meta description tags. The theme or SEO plugin hasn't configured dynamic descriptions for taxonomy pages.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
Your tag archive page for 'cannabis-commuting' doesn't have a meta description — the 50–160 character summary that appears below your page title in Google search results. Without it, Google generates a random snippet from your page content, which often looks unprofessional and fails to tell searchers why they should click.
Why it matters for your business: This tag page likely receives organic search traffic; a missing description reduces click-through rate from search results, costing you foot traffic and online orders.
Technical root cause: WordPress tag archive pages typically inherit the site's default meta description (or none at all) unless you explicitly set a custom description per tag using an SEO plugin like Yoast SEO or Rank Math.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
Your tag page for 'edibles-nyc' is missing a meta description — the 155-character summary that appears below your page title in Google search results. Without it, Google generates its own snippet from your page content, which is often fragmented and less compelling. This reduces click-through rates from search.
Why it matters for your business: Customers searching for 'edibles in NYC' won't see a persuasive description of your products or offers, leading to lower search traffic and lost sales to competitors with optimized listings.
Technical root cause: WordPress tag pages do not auto-generate meta descriptions by default. Most SEO plugins (Yoast, Rank Math, All in One SEO) require you to manually write or enable auto-generation for taxonomy archive pages.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
Your tag page for 'best-albums-for-smoking-weed' has no meta description — that's the 155-character summary that appears below your link in Google search results. Without it, Google auto-generates a snippet from your page content, which often looks choppy and doesn't convince people to click.
Why it matters for your business: Lower click-through rates from search results mean fewer visitors discovering your community content, reducing engagement and time on site.
Technical root cause: WordPress tag pages typically inherit a default (blank) meta description from your theme or SEO plugin settings. The tag archive template is not overriding this with custom text.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
This tag page has no meta description — the 155-character summary that appears below your URL in Google search results. Without it, Google shows a random snippet from the page, which often looks broken or irrelevant to customers searching for cannabis products or strains.
Why it matters for your business: Poorly formatted search results reduce click-through rates from Google; potential customers skip your listing in favor of competitors with clear, compelling descriptions.
Technical root cause: WordPress tag pages typically inherit the site's default meta description (if set globally), but this one has none configured. Tag-specific descriptions are often overlooked during SEO setup.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
Your tag page for 'sesh-playlist' is missing a meta description — the 2–3 sentence summary that appears below your page title in Google search results. Without it, Google generates a random excerpt from your page, which often looks unprofessional and doesn't tell customers what they'll find.
Why it matters for your business: Missing meta descriptions reduce click-through rates from search results, meaning fewer visitors discover your content and promotions even if your pages rank.
Technical root cause: WordPress tag pages typically auto-generate without custom meta descriptions. The tag template hasn't been configured to output a description, and no SEO plugin default has been set for this archive type.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
This page has no meta description — the 155-character snippet that appears below your page title in Google search results. Without it, Google generates a random excerpt from your page content, which often looks unprofessional and doesn't tell customers what they'll find. For tag pages especially, a clear description helps searchers decide whether to click.
Why it matters for your business: Tag pages without descriptions get lower click-through rates from search results, losing potential customers who might otherwise visit your site to browse cannabis products or learn about your brand.
Technical root cause: WordPress tag pages typically inherit no meta description by default. The tag template isn't configured to auto-generate or pull descriptions from tag content, so search engines see a blank field.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
Your tag page for 'weed-culture-and-fashion' is missing a meta description — the 150-160 character summary that appears under your page title in Google search results. Without it, Google generates a random snippet from your page content, which often looks incomplete or unprofessional and may not encourage clicks.
Why it matters for your business: Missing meta descriptions reduce click-through rate from search results, meaning fewer visitors discover your community content and fewer opportunities to build brand loyalty or drive foot traffic to your dispensary.
Technical root cause: WordPress tag pages typically inherit a generic or empty description from theme defaults. The tag template likely has no custom description field filled in, and your SEO plugin (if present) isn't auto-generating one.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
Your tag page for 'memorial-day' is missing a meta description — a 155–160 character snippet that appears below your page title in Google search results. Without it, Google will auto-generate text from your page, which is often choppy and doesn't encourage clicks. This tag page currently shows no summary to searchers.
Why it matters for your business: Lower click-through rate from search results because potential customers see incomplete or irrelevant preview text instead of a compelling description of what's on that page.
Technical root cause: WordPress does not automatically generate meta descriptions for tag archive pages. Your theme or SEO plugin (if installed) is not filling this field, so the tag page is published without one.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
This tag archive page (/tag/legal-cannabis-nyc/) is missing a meta description — the 150–160 character summary that appears below your page title in Google search results. Without it, Google generates its own excerpt, which often looks unprofessional and may not highlight your key message about legal cannabis in NYC.
Why it matters for your business: Missing meta descriptions reduce click-through rate from search results; potential customers see a generic snippet instead of a compelling reason to visit your site, directly impacting foot traffic and online orders.
Technical root cause: WordPress tag archive pages often lack auto-generated meta descriptions because the tag template does not have a description field or SEO plugin configuration to populate it. This is especially true if a recent WordPress or theme update reset default behavior.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
Your tag page for 'cannabis-and-art' doesn't have a meta description — the 50-160 character summary that appears under your page title in Google search results. Without it, Google generates a random snippet from your page content, which often looks unprofessional and doesn't encourage clicks.
Why it matters for your business: Visitors searching for cannabis-related content miss a compelling reason to click your link; lower click-through rate from search results means less traffic and fewer potential customers.
Technical root cause: WordPress tag pages typically don't auto-generate meta descriptions unless explicitly set per-tag or configured via an SEO plugin like Yoast or Rank Math.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
Your tag page for 'cannabis-and-food' doesn't have a meta description — the 50-160 character summary that appears under your site link in Google search results. Without it, Google generates a random snippet from your page content, which often looks unprofessional and misses your key selling points.
Why it matters for your business: Dispensaries rely on search traffic for foot traffic and online orders; a missing description reduces click-through rate from search results and makes your listing appear incomplete compared to competitors.
Technical root cause: WordPress tag pages typically auto-generate without meta descriptions unless you explicitly add them via an SEO plugin (like Yoast SEO or Rank Math) or manual code. Tag archive pages are often overlooked in SEO setup.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
Your tag page for 'cannabis-drinks' doesn't have a meta description — the 50–160 character summary that appears below your page title in Google search results. Search engines generate a default snippet instead, which is often choppy or unhelpful. This reduces click-through rate from search results because potential customers can't quickly understand what's on the page.
Why it matters for your business: Missing meta descriptions on category and tag pages lower click-through rates from Google, directly reducing traffic and sales for high-intent product searches.
Technical root cause: WordPress tag pages typically don't auto-generate meta descriptions by default unless an SEO plugin (like Yoast, Rank Math, or All in One SEO) is configured to create them. The tag archive page is likely not covered by a blanket template rule.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
Your tag page for 'cannabis-beverages' is missing a meta description — the 50–160 character summary that appears under your site name in Google search results. Without it, Google generates a random snippet from your page, which often looks unprofessional and reduces click-through rates. This is a quick fix in WordPress.
Why it matters for your business: Missing meta descriptions on tag pages reduce the likelihood that people searching for cannabis beverages will click through to your site, even if you rank well — you lose potential foot traffic and online orders.
Technical root cause: WordPress tag archives do not auto-generate meta descriptions by default. Most SEO plugins (Yoast, Rank Math, All in One SEO) can populate these automatically or let you set them per tag, but the setting may not be enabled or configured for tag pages.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
Your tag page for 'thc-label' doesn't have a meta description — the 50–160 character summary that appears below your page title in Google search results. Without it, Google generates a random snippet from your page, which often looks unprofessional and may hurt click-through rates.
Why it matters for your business: Low click-through rate from search results means fewer potential customers visiting your site; tag pages are often indexed and ranked, so this affects organic traffic and brand perception.
Technical root cause: WordPress tag archives don't automatically inherit meta descriptions from the site-wide SEO settings. The tag page was created without manually adding a description via an SEO plugin or theme setting.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
Your tag page for 'cannabis-label' doesn't have a meta description — that's the 50-160 character summary that appears below your page title in Google search results. Without it, Google may auto-generate one from your page text, which often looks unprofessional or doesn't match what you want customers to see.
Why it matters for your business: Missing meta descriptions reduce click-through rates from search results because potential customers see a generic snippet instead of a compelling reason to visit your site.
Technical root cause: WordPress tag pages don't auto-generate meta descriptions by default unless your SEO plugin is configured to do so, or unless you manually add them.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
Meta descriptions are the short text snippets that appear below your page title in Google search results. Without one, Google will auto-generate something from your page content, which is often awkward or incomplete. For tag pages like '/tag/cbg/', a missing description means potential customers see a poor preview when they search for CBG products.
Why it matters for your business: Missing meta descriptions reduce click-through rates from search results because customers see generic or irrelevant text instead of a compelling reason to visit your CBG product tag page.
Technical root cause: WordPress tag pages typically inherit default meta description behavior; either the SEO plugin (Yoast, Rank Math, etc.) is not configured to auto-generate descriptions for taxonomy pages, or no custom description was manually set.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
Your tag page for "cbn" doesn't have a meta description — the 160-character summary that appears below your page title in Google search results. Without it, Google will auto-generate one from your page content, which often looks choppy and doesn't encourage clicks.
Why it matters for your business: Missing meta descriptions reduce click-through rates from search results, meaning fewer visitors find your product pages even if you rank well for cannabinoid-related searches.
Technical root cause: WordPress tag archives don't auto-generate meta descriptions by default. The SEO plugin (if installed) either isn't configured to create them for tag pages, or the setting is disabled.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
Your tag page for 'live-resin' doesn't have a meta description — that's the 2-3 sentence summary Google shows under your page title in search results. Without it, Google auto-generates a snippet that may not highlight your best content, and searchers have less reason to click your link.
Why it matters for your business: Low click-through rate from organic search for cannabis product tags means fewer potential customers discover your live resin inventory.
Technical root cause: WordPress tag archives often inherit default settings or no description field is filled in. The tag page template either lacks a dedicated meta description field or the field was left blank.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
Your tag archive page for 'distillate' is missing a meta description—the 50–160 character summary that appears under your site name in Google search results. Without one, Google will auto-generate a snippet, which is often less compelling and may hurt click-through rates from search.
Why it matters for your business: Missing meta descriptions reduce organic click-through rate on tag pages, shrinking free traffic and potential customer inquiries for product-related searches.
Technical root cause: WordPress tag archive pages do not auto-generate meta descriptions by default. Most SEO plugins (Yoast, Rank Math, etc.) require manual input or a template rule to populate them.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
This tag archive page doesn't have a meta description — the 155-character summary that appears under your page title in Google search results. Without it, Google generates a random snippet from your page, which often looks unprofessional and may not mention your dispensary's key info.
Why it matters for your business: Missing meta descriptions reduce click-through rates from search results; potential customers see a generic or confusing preview instead of a compelling reason to visit your Roosevelt Island dispensary listing.
Technical root cause: WordPress tag archive pages typically don't auto-generate meta descriptions by default. The SEO plugin (if installed) may not be configured to create them, or the plugin is missing entirely.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
Your tag page for 'mothers-day' is missing a meta description — the 50-160 character summary that appears below your page title in Google search results. Without it, Google may auto-generate a snippet from your page content, which is often less compelling and may not include your key message.
Why it matters for your business: Missing meta descriptions reduce click-through rates from search results; potential customers see a generic excerpt instead of your crafted message, losing traffic to competitors with better search snippets.
Technical root cause: WordPress tag pages do not auto-generate meta descriptions by default, and no SEO plugin (like Yoast or Rank Math) has been configured to create them, or the tag archive template lacks description fields.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
Your tag page for 'CBD for anxiety' has no meta description—the short text snippet that appears under your page title in Google search results. Without it, Google generates a random excerpt from your page content, which often looks unprofessional and may not convince people to click through from search.
Why it matters for your business: Missing meta descriptions reduce click-through rates from organic search; customers searching for CBD anxiety relief may skip your result in favor of competitors who have clear, benefit-focused descriptions.
Technical root cause: WordPress does not auto-generate meta descriptions for tag archive pages by default. The Yoast SEO or Rank Math plugin can add them, but the description field was either never filled in or the plugin is not active on this tag page.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
This archive page about 'cannabis for stress relief' has no meta description — the 50–160 character summary that appears below your page title in Google search results. Without it, Google generates a random snippet from your page content, which often looks unprofessional and doesn't encourage clicks.
Why it matters for your business: Customers searching for stress-relief cannabis products see a truncated or irrelevant preview instead of a compelling reason to visit your site, reducing click-through rate from search and losing foot traffic to competitors.
Technical root cause: WordPress tag archive pages rarely have meta descriptions auto-generated; they require manual entry via an SEO plugin (Yoast, Rank Math, etc.) or direct theme customization.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
Search results on Google show a brief text snippet under your page title — that's the meta description. This tag page is missing that snippet, so Google will auto-generate one from your page text, which is often choppy or irrelevant. Visitors won't see a compelling reason to click your link over competitors.
Why it matters for your business: Tag pages with weak or missing descriptions get lower click-through rates from search results, reducing organic traffic to your content and product discovery.
Technical root cause: WordPress is not automatically generating or you have not manually set meta descriptions for tag archive pages. Most WordPress themes only apply meta descriptions to posts and product pages by default, leaving tag/category archives unoptimized.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
Your tag page (for 'thc-unwind') doesn't have a meta description—the 50-160 character summary that appears below your page title in Google search results. Without one, Google generates a random excerpt from your page content, which often looks unprofessional and doesn't encourage clicks.
Why it matters for your business: Missing descriptions on tag pages reduce click-through rates from search results, meaning fewer potential customers discover your products and content, directly impacting store traffic.
Technical root cause: WordPress tag pages typically auto-generate pages without custom meta descriptions. Your theme or SEO plugin (if present) isn't filling this field automatically, leaving it blank.
Recommended fix — step by step
tier2.meta.no-descriptionWhat it means (plain English)
Your tag page for 'THC for Insomnia' doesn't have a meta description—the short text snippet (usually 150–160 characters) that appears below your page title in Google search results. Without it, Google generates its own summary, which often looks unprofessional and may not highlight your key selling points.
Why it matters for your business: Missing meta descriptions reduce click-through rates from search results; customers see a generic or truncated preview instead of your message, losing potential foot traffic to competitors with better search snippets.
Technical root cause: WordPress tag archives don't auto-generate meta descriptions by default. The tag page was created without manually adding a description via an SEO plugin or by editing the theme template.
Recommended fix — step by step
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-descriptionDetail
Page has no meta description.
tier2.meta.no-descriptionDetail
Page has no meta description.
tier2.meta.no-descriptionDetail
Page has no meta description.
tier2.meta.no-descriptionDetail
Page has no meta description.
tier2.meta.no-descriptionDetail
Page has no meta description.
tier2.meta.no-descriptionDetail
Page has no meta description.
tier2.meta.no-descriptionDetail
Page has no meta description.
tier2.meta.no-descriptionDetail
Page has no meta description.
tier2.meta.no-descriptionDetail
Page has no meta description.
tier2.meta.no-descriptionDetail
Page has no meta description.
tier2.meta.no-descriptionDetail
Page has no meta description.
tier2.meta.no-descriptionDetail
Page has no meta description.
tier2.meta.no-descriptionDetail
Page has no meta description.
tier2.meta.no-descriptionDetail
Page has no meta description.
tier2.meta.no-descriptionDetail
Page has no meta description.
tier2.meta.no-descriptionDetail
Page has no meta description.
tier2.meta.no-descriptionDetail
Page has no meta description.
tier2.meta.no-descriptionDetail
Page has no meta description.
tier2.meta.no-descriptionDetail
Page has no meta description.
tier2.meta.no-descriptionDetail
Page has no meta description.
tier2.meta.no-descriptionDetail
Page has no meta description.
tier2.meta.no-descriptionDetail
Page has no meta description.
tier2.meta.no-descriptionDetail
Page has no meta description.
tier2.meta.no-descriptionDetail
Page has no meta description.
tier2.meta.no-descriptionDetail
Page has no meta description.
tier2.meta.no-descriptionDetail
Page has no meta description.
tier2.meta.no-descriptionDetail
Page has no meta description.
tier2.meta.no-descriptionDetail
Page has no meta description.
tier2.meta.no-descriptionDetail
Page has no meta description.
tier2.links.brokenDetail
Broken internal links degrade UX + crawl equity.
tier3.cwv.cls-mobileDetail
CLS 0.117 exceeds 0.05 target.
tier4.schema.missing-coreDetail
Every site should emit Organization + LocalBusiness + WebSite JSON-LD.
tier5.header.strict-transport-securityDetail
strict-transport-security not present on homepage response. Affects fortress score and CSP posture.
tier5.header.x-frame-optionsDetail
x-frame-options not present on homepage response. Affects fortress score and CSP posture.
tier5.header.content-security-policyDetail
content-security-policy not present on homepage response. Affects fortress score and CSP posture.
tier6.a11y.small-targetsDetail
Interactive elements smaller than 44x44 fail WCAG 2.5.5 target size.
tier6.a11y.small-targetsDetail
Interactive elements smaller than 44x44 fail WCAG 2.5.5 target size.
tier6.a11y.small-targetsDetail
Interactive elements smaller than 44x44 fail WCAG 2.5.5 target size.
tier6.a11y.small-targetsDetail
Interactive elements smaller than 44x44 fail WCAG 2.5.5 target size.
tier8.lighthouse.perf-mobileDetail
Score 65 is below target 85. See HTML report for details.
tier8.lighthouse.bestPractices-mobileDetail
Score 61 is below target 90. See HTML report for details.
tier8.lighthouse.perf-desktopDetail
Score 75 is below target 90. See HTML report for details.
tier9.a11y.heading-orderDetail
Ensure the order of headings is semantically correct
Impact: moderate
WCAG:
Learn more: https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright
tier2.robots.no-sitemapDetail
robots.txt should contain a Sitemap: directive pointing to the XML sitemap.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "Breaking Myths: Debunking Common Misconceptions about Cannabis | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "Breaking Myths: Debunking Common Misconceptions about Cannabis | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "Get Spooky with Dank at Liberty Buds – Halloween Pre-Roll Celebration! | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "7 Celebrities Who Use Cannabis: NYC Guide from Liberty Buds | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "Upper East Side Dispensary: 5 Chill Things to Do After Visiting Liberty Buds | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "A True Tale from Your Upper East Side Cannabis Dispensary ; What Happens When I Ride the NYC Subway High for a Month? | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "420 Weekend NYC: Best Things to Do from Liberty Buds | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "7 Chill Ways to Enjoy Cannabis for Memorial Day BBQ | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "Cannabis Delivery Near Me: How to Get Top-Shelf Weed Without Leaving the Couch | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "5 High-End Cultural Pairings from Your Upper East Side Cannabis Dispensary | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "Are Cannabis Drinks Worth It? A Budtender Breaks It Down | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "THC Label Guide: How to Read Cannabis Labels Like a Pro | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "Live Resin vs Distillate: Which Extract Is Right for You? | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "Cannabis Delivery Roosevelt Island: Liberty Buds Is Just Minutes Away | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "How Busy New Yorkers Use Cannabis for Stress Relief After Work | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "The Best Cannabis for Sleep: NYC Budtenders Top Picks | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "How Active New Yorkers Use Cannabis for Athletes to Stay Balanced | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "Best Edibles in NYC: What Liberty Buds Customers Are Loving Right Now | Liberty Buds"
tier2.meta.description-lengthDetail
Description should be 80-160 chars.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "Closest Dispensary UES: Shop Fast, Legal Cannabis at Liberty Buds | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "Pre-Rolls Upper East Side: Find Top-Shelf Options at Liberty Buds | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "Weed Pickup Upper East Side at Liberty Buds Dispensary | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "Best Dispensary Near Me: Why Liberty Buds Is NYC’s Top Choice | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "Recreational Dispensary Upper East Side: 5 Reasons Liberty Buds Is NYC’s Top Choice | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "From Courtside to Cloud Nine: NBA Stars Who Support Cannabis | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "Cannabis Skincare: 7 Ways Weed Is Changing the Beauty Industry | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "Buy Weed Upper East Side: Where to Shop Legal Cannabis at Liberty Buds | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "The Summer of Eras: Why Every Artist Has a Tour (and Why You’re Smoking Before It) | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "What Happens Behind the Counter at Your Local Dispensary? Inside Liberty Buds NYC | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "High Fashion: How Cannabis Took Over Pop Culture and Streetwear | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "Vape Cartridges Roosevelt Island Shoppers Love from Liberty Buds | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "Barbiecore, Birkenstocks, and Blunts: What Summer 2025 Style Says About Us | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "Trusted Cannabis Dispensary NYC: 5 Reasons Liberty Buds is the Top Choice | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "Beyond THC and CBD: Minor Cannabinoids You Need to Know | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "Rolling Rituals: The Art and Culture of Joints Around the World | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "High Fashion Icons: The Movie Characters Who Made Smoking Look Cool | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "From Central Park to Rooftops: The Best NYC Spots to Enjoy Cannabis | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "Courtside Clouds: Cannabis Culture Meets the U.S. Open | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "E Sports IRL: Why Fortnite, League, and Rocket League Aren’t Just Online Anymore | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "Why Everyone is Talking About the Venice Film Festival | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "New York’s Museum Boom: Why Immersive Exhibits Are the City’s Hottest Ticket | Liberty Buds | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "NYC Street Murals: How Artists Are Turning the City Into an Open Air Gallery | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "Podcast Power: The Shows Everyone in New York Is Listening to Right Now | Liberty Buds | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "Seasons of the High: How Weather and Time of Year Shape Our Rituals | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "High-Tech Highs: How Innovation is Changing the Way We Smoke | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "Cannabis and the Senses: Why Smell, Taste, and Sound Feel More Intense | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "Warming Up with Cannabis: Perfect Picks for Crisp NYC Nights | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "From Harvest to High: Why Fall Defines the Cannabis Season | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "Vapes for Every Mood: Finding Your Perfect Cartridge at Liberty Buds | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "🕸️ Vape & Vanish: Halloween Vapes That Disappear Quickly | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "🎃 Trick or Terps: Liberty Buds’ Frightfully Flavorful Strains | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "🎃 Smoke and Spells: The Magic of Hybrids This Halloween | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "💚 Gratitude in Every Puff: Finding Calm Before the Holidays | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "Gratitude in Bloom: Honoring Veterans Through Reflection and Flower | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "🎁 Gift of Green: Cannabis Gifting Guide for the Holiday Season | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "Liberty Buds NYC Service Areas - Cannabis Delivery to Manhattan, Queens, Brooklyn & Beyond | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "Liberty Buds Same-Day Cannabis Delivery NYC - Free Delivery, Aeropay & Order Tracking | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "Liberty Buds NYC Cannabis Menu - Buy Flower, Edibles, Vapes & Concentrates Online | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.description-lengthDetail
Description should be 80-160 chars.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.description-lengthDetail
Description should be 80-160 chars.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "FAQ | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.description-lengthDetail
Description should be 80-160 chars.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.description-lengthDetail
Description should be 80-160 chars.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.description-lengthDetail
Description should be 80-160 chars.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.description-lengthDetail
Description should be 80-160 chars.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.description-lengthDetail
Description should be 80-160 chars.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.description-lengthDetail
Description should be 80-160 chars.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.description-lengthDetail
Description should be 80-160 chars.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.description-lengthDetail
Description should be 80-160 chars.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.description-lengthDetail
Description should be 80-160 chars.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.description-lengthDetail
Description should be 80-160 chars.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "Cannabis Dispensary NYC — Liberty Buds Manhattan UES | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "Cannabis Dispensary in Yorkville NYC — Liberty Buds | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "Cannabis Dispensary Sutton Place NYC — Liberty Buds | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "Blog | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "Cannabis Dispensary in Lenox Hill NYC — Liberty Buds | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "thcv | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "cbg | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "cdc | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.title-lengthDetail
Title should be 20-65 chars. Got: "cbn | Liberty Buds"
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier2.meta.no-ogDetail
Page missing og:title and/or og:image.
tier2.meta.no-twitter-cardDetail
No twitter:card meta tag.
tier2.a11y.img-missing-altDetail
Images without alt fail a11y + hurt SEO.
tier3.weight.js-mobileDetail
JavaScript transfer exceeds 250KB budget.
tier3.weight.total-mobileDetail
Total transfer exceeds 2500KB budget.
tier3.weight.js-desktopDetail
JavaScript transfer exceeds 250KB budget.
tier3.weight.total-desktopDetail
Total transfer exceeds 2500KB budget.
tier5.header.x-content-type-optionsDetail
x-content-type-options not present on homepage response. Affects fortress score and CSP posture.
tier5.header.referrer-policyDetail
referrer-policy not present on homepage response. Affects fortress score and CSP posture.
tier5.header.permissions-policyDetail
permissions-policy not present on homepage response. Affects fortress score and CSP posture.
tier5.fortress.ssl-gradeDetail
Qualys SSL Labs: SSL Labs HTTP 400. Aim for A+ via strong TLS 1.3, HSTS, CAA, and preload.
tier5.fortress.dnssec-missingDetail
DNSSEC adds cryptographic verification to DNS responses. Consider enabling via your registrar.
tier5.fortress.caa-missingDetail
CAA records restrict which CAs may issue certs for your domain, preventing rogue issuance. Add CAA for letsencrypt.org / digicert.com / etc.
tier5.fortress.dmarc-weakDetail
DMARC published at p=none — monitoring mode only. After 2-4 weeks of clean reports, tighten to p=quarantine → p=reject.
tier8.lighthouse.a11y-mobileDetail
Score 83 is below target 95. See HTML report for details.
tier8.lh-opportunity.uses-rel-preconnect-mobileDetail
Consider adding preconnect or dns-prefetch resource hints to establish early connections to important third-party origins. https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/" target="_blank" rel="noreferrer">Learn how to preconnect to required origins.
tier8.lh-opportunity.prioritize-lcp-image-mobileDetail
If the LCP element is dynamically added to the page, you should preload the image in order to improve LCP. https://web.dev/articles/optimize-lcp#optimize_when_the_resource_is_discovered" target="_blank" rel="noreferrer">Learn more about preloading LCP elements.
tier8.lh-opportunity.offscreen-images-mobileDetail
Consider lazy-loading offscreen and hidden images after all critical resources have finished loading to lower time to interactive. https://developer.chrome.com/docs/lighthouse/performance/offscreen-images/" target="_blank" rel="noreferrer">Learn how to defer offscreen images.
tier8.lh-opportunity.render-blocking-resources-mobileDetail
Resources are blocking the first paint of your page. Consider delivering critical JS/CSS inline and deferring all non-critical JS/styles. https://developer.chrome.com/docs/lighthouse/performance/render-blocking-resources/" target="_blank" rel="noreferrer">Learn how to eliminate render-blocking resources.
tier8.lh-opportunity.unminified-javascript-mobileDetail
Minifying JavaScript files can reduce payload sizes and script parse time. https://developer.chrome.com/docs/lighthouse/performance/unminified-javascript/" target="_blank" rel="noreferrer">Learn how to minify JavaScript.
tier8.lighthouse.a11y-desktopDetail
Score 83 is below target 95. See HTML report for details.
tier8.lh-opportunity.uses-rel-preconnect-desktopDetail
Consider adding preconnect or dns-prefetch resource hints to establish early connections to important third-party origins. https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/" target="_blank" rel="noreferrer">Learn how to preconnect to required origins.
tier8.lh-opportunity.offscreen-images-desktopDetail
Consider lazy-loading offscreen and hidden images after all critical resources have finished loading to lower time to interactive. https://developer.chrome.com/docs/lighthouse/performance/offscreen-images/" target="_blank" rel="noreferrer">Learn how to defer offscreen images.
tier8.lh-opportunity.unminified-javascript-desktopDetail
Minifying JavaScript files can reduce payload sizes and script parse time. https://developer.chrome.com/docs/lighthouse/performance/unminified-javascript/" target="_blank" rel="noreferrer">Learn how to minify JavaScript.
tier8.lh-opportunity.unused-javascript-desktopDetail
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/" target="_blank" rel="noreferrer">Learn how to reduce unused JavaScript.
tier8.lh-opportunity.modern-image-formats-desktopDetail
Image formats like WebP and AVIF often provide better compression than PNG or JPEG, which means faster downloads and less data consumption. https://developer.chrome.com/docs/lighthouse/performance/uses-webp-images/" target="_blank" rel="noreferrer">Learn more about modern image formats.
tier9.a11y.aria-allowed-roleDetail
Ensure role attribute has an appropriate value for the element
Impact: minor
WCAG:
Learn more: https://dequeuniversity.com/rules/axe/4.11/aria-allowed-role?application=playwright
tier-revenue.dutchie.iframe-absentDetail
No Dutchie iframe detected. If this client uses a different menu provider, add it to clients.yaml dutchieSlug=null + we'll stop flagging.
Grouped by URL — useful when working through the site one page at a time.
_48 findings on this page_
Your website has a navigation menu link that uses ARIA attributes (aria-expanded, aria-controls, aria-haspopup) that aren't allowed on standard anchor tags. ARIA attributes are special instructions fo
Two location-name buttons on your homepage have black text (#000000) on a dark green background (#347c3c), creating a contrast ratio of 4.09:1. WCAG accessibility standards require at least 4.5:1 cont
A link on your homepage has no visible or hidden text label. Screen readers—software that reads pages aloud for blind and low-vision visitors—cannot announce what the link does. In this case, it's a n
Your site is attempting to load a third-party frame (i.liadm.com) in a way that violates browser security rules in Safari and other WebKit browsers. This frame is blocked because the origin (the combi
_5 findings on this page_
_5 findings on this page_
Your tag page for 'thcv' doesn't have a meta description—a 160-character summary that appears in Google search results below the page title. Without it, Google generates a random snippet from your pag
_5 findings on this page_
Meta descriptions are the short text snippets that appear below your page title in Google search results. Without one, Google will auto-generate something from your page content, which is often awkwar
_5 findings on this page_
Your tag archive page for 'cdc' has no meta description — the short text that appears below your site name in Google search results. Without it, Google may auto-generate one from your page content, wh
_5 findings on this page_
Your tag page for "cbn" doesn't have a meta description — the 160-character summary that appears below your page title in Google search results. Without it, Google will auto-generate one from your pag
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
Your wellness category page doesn't have a meta description — the 155-character summary that appears under your page title in Google search results. Without it, Google may auto-generate something gene
_4 findings on this page_
Your Events category page is missing a meta description — the 155-character text snippet that appears below your page title in Google search results. Without it, Google generates a random excerpt from
_4 findings on this page_
Your /category/education/ page is missing a meta description — the 155-character summary that appears under your page title in Google search results. Without it, Google may auto-generate one from your
_4 findings on this page_
Your product reviews category page doesn't have a meta description—the 155-character summary that appears below your page title in Google search results. Without it, Google generates a random snippet
_4 findings on this page_
This archive page (a collection of blog posts about lifestyle and culture) has no meta description — the 155-character summary that appears below your page title in Google search results. Without it,
_4 findings on this page_
Your category archive page (Liberty Buds news/blog section) is missing a meta description—the 160-character summary that appears under your site name in Google search results. Without it, Google gener
_4 findings on this page_
Your category archive page (Uncategorized) doesn't have a meta description — the 160-character summary that appears below your page title in Google search results. Without it, Google generates a gener
_4 findings on this page_
Your tag page for 'upper-east-side' is missing a meta description — the 160-character text snippet that appears under your link in Google search results. Without it, Google generates a random excerpt
_4 findings on this page_
Search engines like Google use meta descriptions—a 155-character summary of a page—to decide what text appears under your link in search results. Without one, Google generates its own from page conten
_4 findings on this page_
This tag page (one that groups content about 'NYC subway') has no meta description — the 2–3 sentence summary that appears under your page title in Google search results. Without it, Google generates
_4 findings on this page_
Your tag archive page for 'cannabis-commuting' doesn't have a meta description — the 50–160 character summary that appears below your page title in Google search results. Without it, Google generates
_4 findings on this page_
This page doesn't have a meta description—the 155-character summary that appears below your page title in Google search results. Without it, Google generates one automatically, which is often choppy o
_4 findings on this page_
_4 findings on this page_
Your tag page for 'edibles-nyc' is missing a meta description — the 155-character summary that appears below your page title in Google search results. Without it, Google generates its own snippet from
_4 findings on this page_
Your tag page for 'best-albums-for-smoking-weed' has no meta description — that's the 155-character summary that appears below your link in Google search results. Without it, Google auto-generates a s
_4 findings on this page_
_4 findings on this page_
This tag page has no meta description — the 155-character summary that appears below your URL in Google search results. Without it, Google shows a random snippet from the page, which often looks broke
_4 findings on this page_
Your tag page for 'sesh-playlist' is missing a meta description — the 2–3 sentence summary that appears below your page title in Google search results. Without it, Google generates a random excerpt fr
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
Your tag archive page for 'manhattan-weed' doesn't have a meta description—the 150-160 character summary that appears under your site name in Google search results. Without it, Google generates a rand
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
This page has no meta description — the 155-character snippet that appears below your page title in Google search results. Without it, Google generates a random excerpt from your page content, which o
_4 findings on this page_
Your tag page for 'weed-culture-and-fashion' is missing a meta description — the 150-160 character summary that appears under your page title in Google search results. Without it, Google generates a r
_4 findings on this page_
Your tag page for 'memorial-day' is missing a meta description — a 155–160 character snippet that appears below your page title in Google search results. Without it, Google will auto-generate text fro
_4 findings on this page_
_4 findings on this page_
Meta descriptions are the short text summaries that appear below your page title in Google search results. This tag/archive page is missing that summary, so search results will show auto-generated tex
_4 findings on this page_
_4 findings on this page_
Search engines use meta descriptions (the 50–160 character summary under your page title in Google results) to help people decide whether to click your link. When a page lacks one, Google generates a
_4 findings on this page_
This tag archive page (/tag/legal-cannabis-nyc/) is missing a meta description — the 150–160 character summary that appears below your page title in Google search results. Without it, Google generates
_4 findings on this page_
Your tag page for 'cannabis-and-art' doesn't have a meta description — the 50-160 character summary that appears under your page title in Google search results. Without it, Google generates a random s
_4 findings on this page_
Your tag page for 'cannabis-and-food' doesn't have a meta description — the 50-160 character summary that appears under your site link in Google search results. Without it, Google generates a random s
_4 findings on this page_
This page has no meta description — the 160-character text that appears below your page title in search results. Without it, Google shows a random snippet from your page content, which is often poorly
_4 findings on this page_
This tag archive page is missing a meta description—a short text summary that appears below your page title in search results. Without it, search engines show a random snippet from your page, making i
_4 findings on this page_
Your tag page for 'cannabis-drinks' doesn't have a meta description — the 50–160 character summary that appears below your page title in Google search results. Search engines generate a default snippe
_4 findings on this page_
This tag page (/tag/thc-beverages/) has no meta description — the 155-character summary that appears below your site title in Google search results. When Google can't find one, it generates a random s
_4 findings on this page_
Your tag page for 'cannabis-edibles' is missing a meta description — the 50–160 character summary that appears below your page title in Google search results. Without it, search engines write their ow
_4 findings on this page_
Your tag page for 'cannabis-beverages' is missing a meta description — the 50–160 character summary that appears under your site name in Google search results. Without it, Google generates a random sn
_4 findings on this page_
This page has no meta description—the 155-character summary that appears below your page title in Google search results. Without one, Google generates a random excerpt from your page, which often look
_4 findings on this page_
Your tag page for 'thc-label' doesn't have a meta description — the 50–160 character summary that appears below your page title in Google search results. Without it, Google generates a random snippet
_4 findings on this page_
Your tag page for 'cannabis-label' doesn't have a meta description — that's the 50-160 character summary that appears below your page title in Google search results. Without it, Google may auto-genera
_4 findings on this page_
Your tag page for 'live-resin' doesn't have a meta description — that's the 2-3 sentence summary Google shows under your page title in search results. Without it, Google auto-generates a snippet that
_4 findings on this page_
Your tag archive page for 'distillate' is missing a meta description—the 50–160 character summary that appears under your site name in Google search results. Without one, Google will auto-generate a s
_4 findings on this page_
This tag page has no meta description—the 155-character summary that appears below your page title in Google search results. Without it, Google generates a random snippet from your page content, which
_4 findings on this page_
Your tag page for 'cannabis-delivery-roosevelt-island' is missing a meta description — the 155-character snippet that appears below your page title in Google search results. Without it, Google generat
_4 findings on this page_
Your tag page for 'nyc-cannabis-delivery' doesn't have a meta description — the 160-character summary that appears under your page title in Google search results. Without it, Google generates a random
_4 findings on this page_
This tag archive page doesn't have a meta description — the 155-character summary that appears under your page title in Google search results. Without it, Google generates a random snippet from your p
_4 findings on this page_
This tag page (for 'cannabis-gifts') doesn't have a meta description — the 50–160 character summary that appears below your page title in Google search results. Without it, Google generates a random s
_4 findings on this page_
Your tag page for 'mothers-day' is missing a meta description — the 50-160 character summary that appears below your page title in Google search results. Without it, Google may auto-generate a snippet
_4 findings on this page_
Your tag page for 'self-care' doesn't have a meta description — that's the 2–3 sentence summary that appears under your page title in Google search results. Without it, Google generates one automatica
_4 findings on this page_
Your tag page for 'CBD for anxiety' has no meta description—the short text snippet that appears under your page title in Google search results. Without it, Google generates a random excerpt from your
_4 findings on this page_
This archive page about 'cannabis for stress relief' has no meta description — the 50–160 character summary that appears below your page title in Google search results. Without it, Google generates a
_4 findings on this page_
Search results on Google show a brief text snippet under your page title — that's the meta description. This tag page is missing that snippet, so Google will auto-generate one from your page text, whi
_4 findings on this page_
Your tag page (for 'thc-unwind') doesn't have a meta description—the 50-160 character summary that appears below your page title in Google search results. Without one, Google generates a random excerp
_4 findings on this page_
This page is missing a meta description — the short text (usually 150–160 characters) that appears below your page title in Google search results. Without it, Google will auto-generate a snippet from
_4 findings on this page_
This tag page doesn't have a meta description — the 160-character summary that appears under your page title in Google search results. Without it, Google generates random text from your page, which of
_4 findings on this page_
Your tag page for 'THC for Insomnia' doesn't have a meta description—the short text snippet (usually 150–160 characters) that appears below your page title in Google search results. Without it, Google
_4 findings on this page_
Your tag page for 'cbd-for-sleep' doesn't have a meta description — the 155-character summary that appears under your page title in Google search results. Without it, Google generates a random snippet
_4 findings on this page_
This tag archive page (for 'thc-recovery') doesn't have a meta description — the short text snippet that appears below your site name in Google search results. Without it, Google may auto-generate a s
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_4 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
Your homepage update page has 14 images without alt text — short descriptions that screen readers read aloud to blind and low-vision visitors. This means those visitors can't understand what your prod
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
Seven images on your About page lack alternative text (alt text)—short descriptions that screen readers announce to visitors with visual impairments, and that search engines use to understand image co
_3 findings on this page_
Nine images on your Queens/Nassau dispensary page don't have descriptive alt text — text that appears if the image fails to load and that screen readers read aloud to visually impaired visitors. This
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_3 findings on this page_
_1 finding on this page_
_1 finding on this page_
Your WordPress login page (/wp-login.php) is publicly accessible and returns a 200 status code, meaning anyone on the internet can find and attempt to access it. This is a standard WordPress path that
_Generated by Apex Sentinel Monthly Audit · 2026-04-19T07:13:09.726Z · Powered by Bud Authority._
Generated by Apex Sentinel · © 2026 Bud Authority