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: http://cutt.ly/cutt.ly/6CpSAk9

  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <base href="https://cutt.ly">
  5. <meta charset="utf-8">
  6. <title>Cuttly | URL Shortener, Short URLs & Free Custom Link Shortener, Custom Domains</title>
  7. <!--[if IE]>
  8. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  9. <![endif]-->
  10. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  11. <meta name="robots" content="index,follow,all">
  12. <link rel="icon" type="image/png" href="img/icon.png">
  13. <link rel="apple-touch-icon" sizes="152x152" href="img/icon152x152.png">
  14. <!--[if lt IE 9]>
  15. <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
  16. <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  17. <![endif]-->
  18. <link rel="stylesheet" href="css/bootstrap.min.css" type="text/css" media="screen">
  19. <link rel="stylesheet" href="css/style.css?v=12042024117" type="text/css" media="screen">
  20. <link rel="stylesheet" href="css/print.css" type="text/css" media="print">
  21. <script src="scripts/jquery.js"></script>
  22. <script data-pace-options="{&quot;eventLag&quot;: false}" src="scripts/pace.js"></script>
  23. </head>
  24. <body>
  25. <header>
  26. <nav class="navbar navbar-expand-md navbar-cuttly">
  27. <div class="container">
  28. <a class="navbar-brand mx-auto" href="/">
  29. <img class="logo" src="img/cuttly.svg" alt="Cuttly">
  30. </a>
  31. </div>
  32. </nav>
  33. </header>
  34. <main id="content" role="main">
  35. <section class="page_cuttly">
  36. <div class="container">
  37. <div class="row">
  38. <div class="col-12 max800 text-center">
  39. <h2 class="h1_of">Ooops... 404</h2>
  40. <h3 class="h1_of">That URL doesn't exist.</h3>
  41. <p class="of_main">Keep calm and shorten/manage your links with cutt.ly</p>
  42. <img src="img/404.svg" alt="404" />
  43. </div>
  44. </div>
  45. </div>
  46. </section>
  47. </main>
  48. <link rel="stylesheet" href="https://cutt.ly/css/cookieconsent.css?v=1811202320" media="print" onload="this.media='all'">
  49. <script defer src="https://cutt.ly/scripts/cookieconsent.js?v=1811202320"></script>
  50. <script>
  51.    function getCookie(name) {
  52.        var value = "; " + document.cookie;
  53.        var parts = value.split("; " + name + "=");
  54.        if (parts.length === 2) return parts.pop().split(";").shift();
  55.    }
  56.    function setCookie(name, value, days) {
  57.        var expires = "";
  58.        if (days) {
  59.            var date = new Date();
  60.            date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
  61.            expires = "; expires=" + date.toUTCString();
  62.        }
  63.        document.cookie = name + "=" + (value || "")  + expires + "; path=/";
  64.    }
  65. window.addEventListener("load", function () {
  66.    var cc = initCookieConsent();
  67.    cc.run({
  68.        current_lang: "en",
  69.        autoclear_cookies: true,
  70.        page_scripts: true,
  71.        remove_cookie_tables: true,
  72.        gui_options: { consent_modal: { layout: "cloud", position: "bottom center", transition: "slide", swap_buttons: true }, settings_modal: { layout: "box", transition: "slide" } },
  73.        onFirstAction: function (user_preferences, cookie) {},
  74.        onAccept: function (cookie) {},
  75. onChange: function (cookie, changed_categories) {
  76.                if (!cc.allowedCategory('preferences')) {
  77.                    if (getCookie('preview') === '1') {
  78.                        // UsuĊ„ cookie 'preview'
  79.                        setCookie('preview', '', -1);
  80.                    }
  81.                    if (getCookie('lang')) {
  82.                        setCookie('lang', '', -1);
  83.                    }
  84.                    location.reload();
  85.                }
  86.            },
  87.        languages: {
  88.            en: {
  89.                consent_modal: {
  90.                    title: "We have cookies",
  91.                    description:
  92.                        'We use cookies to ensure the functionality of our website, as well as to better understand how our website is used and to customize advertisements. More about cookies can be found in our <a href="/privacy">privacy policy</a>',
  93.                    primary_btn: { text: "Accept all", role: "accept_all" },
  94.                    secondary_btn: { text: "Manage", role: "settings" },
  95.                },
  96.                settings_modal: {
  97.                    title: "Cuttly | Cookie preferences",
  98.                    save_settings_btn: "Save settings",
  99.                    accept_all_btn: "Accept all",
  100.                    reject_all_btn: "Reject all",
  101.                    close_btn_label: "Close",
  102.                    cookie_table_headers: [{ col1: "Name" }, { col2: "Domain" }, { col3: "Expiration" }, { col4: "Description" }],
  103.                    blocks: [
  104.                        {
  105.                            title: "Cookie usage",
  106.                            description:
  107.                                'We use cookies on our website to provide you with access to website functionality as well as for analytics, personalization and marketing purposes. You can change your settings or accept the default settings at any time. For more information on cookies and other sensitive data, please read the full <a href="privacy" class="cc-link">privacy policy</a>.',
  108.                        },
  109. {
  110. title: "Necessary Cookies (Always Enabled)",
  111. description:
  112. "Necessary cookies are essential for the basic functionality of our website and cannot be disabled. They ensure that our website operates correctly and securely, providing the core services you request. This includes cookies that support features like secure log-in, session management, and fraud prevention. Unlike Preferences or Analytics Cookies, these are strictly required for the website to function and do not store any personal preferences or track user activity beyond essential site operations.",
  113. toggle: { value: "necessary", enabled: true, readonly: true },
  114. },
  115. {
  116. title: "Preferences Cookies",
  117. description:
  118. "Preferences Cookies enhance your browsing experience by remembering your individual settings and choices on our website. These cookies enable our site to remember key preferences such as your preferred language, preview mode and other customization features. By doing so, they facilitate more seamless and personalized interactions each time you visit. These cookies are not used for tracking purposes and are dedicated to making your website experience more convenient and tailored to your needs.",
  119. toggle: { value: "preferences", enabled: false, readonly: false },
  120. },
  121.                        {
  122.                            title: "Analytics Cookies",
  123.                            description:
  124.                                "These cookies help us understand how our website works, show the number of visitors and visualize how users are interacting with the website. These files usually do not collect personally identifiable information. This group includes Google Analytics - an analysis service provided by Google.",
  125.                            toggle: { value: "analytics", enabled: false, readonly: false },
  126.                            cookie_table: [
  127.                                { col1: "^_ga", col2: "google.com", col3: "2 years", col4: "description ...", is_regex: true },
  128.                                { col1: "_gid", col2: "google.com", col3: "1 day", col4: "description ..." },
  129.                            ],
  130.                        },
  131.                        {
  132.                            title: "Advertisement and Targeting Cookies",
  133.                            description:
  134.                                "Targeted and advertising cookies enable the collection of information from you on your device and thus show you advertisements based on your preferences. This includes the unique identification of your browser and end device.",
  135.                            toggle: { value: "targeting", enabled: false, readonly: false },
  136.                        },
  137.                    ],
  138.                },
  139.            },
  140.        },
  141.    });
  142. });
  143. </script>
  144. <script>
  145. $(document).ready(function() {
  146.    });
  147. </script>
  148. <script src="scripts/classie.js"></script>
  149. <script src="scripts/bootstrap.min.js"></script>
  150. <script src="scripts/main.js?v=2"></script>
  151. </body>
  152. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda