It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://real-growth-2.myshopify.com/blogs/news/a-practical-guide-to-competitive-and-backlink-analysis-using-ahrefs

  1. <!DOCTYPE html>
  2. <html class="shop-404" lang="en">
  3. <head>
  4.  <meta charset="UTF-8">
  5.  <title>Store unavailable</title>
  6.  <meta name="viewport" content="width=device-width, initial-scale=1">
  7.  <meta name="referrer" content="never">
  8.  <link rel="shortcut icon" type="image/x-icon" href="//cdn.shopify.com/shopifycloud/storefront/assets/favicon-418d2057.png">
  9.  
  10.  <style>
  11.    @font-face {
  12.      font-family: 'Shopify Sans Regular';
  13.      font-display: swap;
  14.      font-style: normal;
  15.      font-weight: 400;
  16.      src: url('https://cdn.shopify.com/s/files/1/0458/4836/3030/files/ShopifySans-Regular.woff2?v=1674610915') format('woff2');
  17.    }
  18.  
  19.    @font-face {
  20.      font-family: 'Shopify Sans Medium';
  21.      font-display: swap;
  22.      font-style: normal;
  23.      font-weight: 500;
  24.      src: url('https://cdn.shopify.com/s/files/1/0458/4836/3030/files/ShopifySans-Medium.woff2?v=1674610916') format('woff2');
  25.    }
  26.  
  27.    :root {
  28.      --background: #000f0d;
  29.      --text-primary: #f6f7f6;
  30.      --text-secondary: #b6bbb7;
  31.      --border: rgba(246, 247, 246, 0.22);
  32.      --border-strong: rgba(246, 247, 246, 0.9);
  33.    }
  34.  
  35.    * {
  36.      box-sizing: border-box;
  37.    }
  38.  
  39.    html,
  40.    body {
  41.      min-height: 100%;
  42.      margin: 0;
  43.    }
  44.  
  45.    body {
  46.      background: var(--background);
  47.      color: var(--text-primary);
  48.      font-family: 'Shopify Sans Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  49.      -webkit-font-smoothing: antialiased;
  50.      text-rendering: optimizeLegibility;
  51.    }
  52.  
  53.    a {
  54.      color: inherit;
  55.    }
  56.  
  57.    .page {
  58.      min-height: 100vh;
  59.      overflow-x: hidden;
  60.      padding: 64px 16px;
  61.    }
  62.  
  63.    .hero {
  64.      max-width: 900px;
  65.      margin: 0 auto;
  66.      text-align: center;
  67.    }
  68.  
  69.    .breadcrumb {
  70.      align-items: center;
  71.      display: inline-flex;
  72.      gap: 8px;
  73.      margin-bottom: 38px;
  74.      color: var(--text-primary);
  75.      font-family: 'Shopify Sans Medium', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  76.      font-size: 18px;
  77.      line-height: 1;
  78.      text-decoration: none;
  79.    }
  80.  
  81.    .breadcrumb-arrow {
  82.      font-size: 25px;
  83.      font-weight: 400;
  84.      line-height: 0.8;
  85.      transition: transform 0.2s ease;
  86.    }
  87.  
  88.    .breadcrumb:hover .breadcrumb-arrow {
  89.      transform: translateX(-4px);
  90.    }
  91.  
  92.    .headline {
  93.      margin: 0;
  94.      color: var(--text-primary);
  95.      font-family: 'Shopify Sans Regular', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  96.      font-size: 38px;
  97.      font-weight: 400;
  98.      letter-spacing: -0.045em;
  99.      line-height: 1.08;
  100.      text-wrap: balance;
  101.    }
  102.  
  103.    .subtitle {
  104.      margin: 18px auto 0;
  105.      max-width: 720px;
  106.      color: var(--text-secondary);
  107.      font-size: clamp(18px, 1.45vw, 22px);
  108.      line-height: 1.45;
  109.      text-wrap: balance;
  110.    }
  111.  
  112.    .actions {
  113.      align-items: center;
  114.      display: flex;
  115.      flex-direction: column;
  116.      gap: 22px;
  117.      justify-content: center;
  118.      margin-top: 26px;
  119.    }
  120.  
  121.    .refresh-form {
  122.      margin: 0;
  123.    }
  124.  
  125.    .button {
  126.      appearance: none;
  127.      align-items: center;
  128.      background: transparent;
  129.      border: 1px solid var(--border-strong);
  130.      border-radius: 999px;
  131.      color: var(--text-primary);
  132.      cursor: pointer;
  133.      display: inline-flex;
  134.      font-family: 'Shopify Sans Medium', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  135.      font-size: 18px;
  136.      justify-content: center;
  137.      line-height: 1.2;
  138.      max-width: 100%;
  139.      padding: 10px 22px;
  140.      text-decoration: none;
  141.      transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  142.    }
  143.  
  144.    .button:hover {
  145.      background: var(--text-primary);
  146.      border-color: var(--text-primary);
  147.      color: var(--background);
  148.    }
  149.  
  150.    .breadcrumb:focus-visible,
  151.    .button:focus-visible,
  152.    .free-trial-link:focus-visible,
  153.    .did-you-mean-link:focus-visible,
  154.    .link:focus-visible,
  155.    .link-dark:focus-visible {
  156.      outline: 2px solid var(--text-primary);
  157.      outline-offset: 3px;
  158.    }
  159.  
  160.    .free-trial-link {
  161.      color: var(--text-primary);
  162.      font-family: 'Shopify Sans Medium', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  163.      font-size: 18px;
  164.      line-height: 1.2;
  165.      text-decoration: underline;
  166.      text-decoration-thickness: 2px;
  167.      text-underline-offset: 5px;
  168.    }
  169.  
  170.    .did-you-mean-link {
  171.      text-decoration: underline;
  172.      text-decoration-thickness: 2px;
  173.      text-underline-offset: 5px;
  174.    }
  175.  
  176.    .support-card,
  177.    .legacy-support-card,
  178.    .legacy-cta-list {
  179.      border: 1px solid var(--border);
  180.      border-radius: 16px;
  181.      margin: 76px auto 0;
  182.      max-width: 1350px;
  183.      padding: 32px;
  184.    }
  185.  
  186.    .support-card {
  187.      align-items: flex-start;
  188.      display: flex;
  189.      flex-direction: column;
  190.      gap: 32px;
  191.      text-align: left;
  192.    }
  193.  
  194.    .support-copy {
  195.      max-width: 680px;
  196.    }
  197.  
  198.    .support-eyebrow,
  199.    .owner-header {
  200.      color: var(--text-primary);
  201.      font-family: 'Shopify Sans Medium', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  202.      font-size: 14px;
  203.      letter-spacing: 0.03em;
  204.      line-height: 1.2;
  205.      margin-bottom: 16px;
  206.      text-transform: uppercase;
  207.    }
  208.  
  209.    .support-heading,
  210.    .cta-header {
  211.      color: var(--text-primary);
  212.      font-size: clamp(30px, 2.6vw, 38px);
  213.      font-weight: 400;
  214.      letter-spacing: -0.045em;
  215.      line-height: 1.15;
  216.      margin: 0;
  217.      text-wrap: balance;
  218.    }
  219.  
  220.    .support-caption,
  221.    .cta-caption,
  222.    .owner-caption {
  223.      color: var(--text-secondary);
  224.      font-size: 20px;
  225.      line-height: 1.35;
  226.      margin: 10px 0 0;
  227.      text-wrap: balance;
  228.    }
  229.  
  230.    .legacy-cta-list {
  231.      display: grid;
  232.      gap: 32px;
  233.      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  234.      text-align: center;
  235.    }
  236.  
  237.    .legacy-support-card {
  238.      max-width: 780px;
  239.      text-align: center;
  240.    }
  241.  
  242.    .cta-link {
  243.      color: var(--text-primary);
  244.      font-family: 'Shopify Sans Medium', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  245.      font-size: 18px;
  246.      margin-top: 14px;
  247.    }
  248.  
  249.    .link,
  250.    .link-dark {
  251.      color: var(--text-primary);
  252.      text-decoration: underline;
  253.      text-underline-offset: 4px;
  254.    }
  255.  
  256.    @media screen and (min-width: 901px) {
  257.      .page {
  258.        padding: 138px 6vw 84px;
  259.      }
  260.  
  261.      .headline {
  262.        font-size: clamp(44px, 4.15vw, 64px);
  263.        letter-spacing: -0.055em;
  264.        line-height: 1.05;
  265.      }
  266.  
  267.      .subtitle {
  268.        line-height: 1.4;
  269.      }
  270.  
  271.      .actions {
  272.        flex-direction: row;
  273.        gap: 36px;
  274.      }
  275.  
  276.      .button {
  277.        font-size: 20px;
  278.        line-height: 1;
  279.        min-height: 60px;
  280.        padding: 0 28px;
  281.        white-space: nowrap;
  282.      }
  283.  
  284.      .button--wide {
  285.        min-width: 350px;
  286.      }
  287.  
  288.      .free-trial-link {
  289.        font-size: 20px;
  290.      }
  291.  
  292.      .support-card,
  293.      .legacy-support-card,
  294.      .legacy-cta-list {
  295.        margin-top: 130px;
  296.      }
  297.  
  298.      .support-card {
  299.        align-items: center;
  300.        flex-direction: row;
  301.        gap: 48px;
  302.        justify-content: space-between;
  303.      }
  304.    }
  305.  
  306.    @media (prefers-reduced-motion: reduce) {
  307.      .breadcrumb-arrow,
  308.      .button {
  309.        transition: none;
  310.      }
  311.  
  312.      .breadcrumb:hover .breadcrumb-arrow {
  313.        transform: none;
  314.      }
  315.    }
  316.  </style>
  317. <meta name="shopify-y" content="138b84a4-4d2a-4736-9d52-c54833b9750f" data-expiration="0000000000000"><meta name="shopify-s" content="db7b84c1-241e-4579-a292-a6022892f693" data-expiration="0000000000000"><meta name="new-cookie-storage-activated" content="f"></head>
  318.  
  319. <body>
  320.  <main class="page">
  321.    <section class="hero" aria-labelledby="hero-text">
  322.      <a class="breadcrumb" href="https://www.shopify.com/?utm_source=ExpiredDomainLink&utm_medium=textlink&utm_campaign=breadcrumb">
  323.        <span class="breadcrumb-arrow" aria-hidden="true">←</span>
  324.        <span>Shopify</span>
  325.      </a>
  326.  
  327.      <div id="shop-not-found">
  328.        <h1 class="headline" id="hero-text">This store is currently unavailable.</h1>
  329.      </div>
  330.  
  331.      <div id="did-you-mean-msg" style="display: none;">
  332.        <h1 class="headline">
  333.          Did you mean <a class="did-you-mean-link" id="did-you-mean-link"></a>?
  334.        </h1>
  335.      </div>
  336.  
  337.      <script type="text/javascript" nonce="HWkj/lASOosgqPyWMdkW3c5g3k+KH2IZ1s48r8WECgk=">
  338.        (function() {
  339.          var hostname = window.location.hostname;
  340.          var re = /\.(shopify|shopifyadmin)\.com$/;
  341.  
  342.          if (hostname == 'checkout.shopify.com' || hostname == 'app.shopify.com' || !hostname.match(re)) {
  343.            return;
  344.          }
  345.  
  346.          var didYouMeanLink = document.getElementById('did-you-mean-link');
  347.          var didYouMeanMessage = document.getElementById('did-you-mean-msg');
  348.          var shopNotFoundMessage = document.getElementById('shop-not-found');
  349.  
  350.          if (!didYouMeanLink || !didYouMeanMessage || !shopNotFoundMessage) {
  351.            return;
  352.          }
  353.  
  354.          var myshopifyDomain = encodeURI(hostname.replace(re, '.myshopify.com'));
  355.          var href = encodeURI(window.location.href.replace(hostname, myshopifyDomain));
  356.  
  357.          didYouMeanLink.setAttribute('href', href);
  358.          didYouMeanLink.textContent = myshopifyDomain;
  359.          shopNotFoundMessage.style.display = 'none';
  360.          didYouMeanMessage.style.display = 'block';
  361.        })();
  362.      </script>
  363.  
  364.    </section>
  365.  
  366.      <section class="legacy-cta-list">
  367.          <article class="cta">
  368.            <h2 class="cta-header">Are you the store owner?</h2>
  369.            <div class="cta-caption">Are you having trouble getting into your store? Try the <a class="link" target="_blank" href="https://accounts.shopify.com/recovery/stores?utm_source=gurucopy&utm_medium=link&utm_campaign=Gurus">forgot your store</a> feature. If you would like to reactivate your store contact <a class="link" target="_blank" href="https://help.shopify.com">Shopify support</a>.</div>
  370.          </article>
  371.      </section>
  372.  </main>
  373. </body>
  374. </html>
  375.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda