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://luxuryrentalsaspen.com

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.    <meta charset="UTF-8">
  5.    <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.    <meta name="keywords" content="Aspen Rentals, Aspen Luxury Rental Home, Aspen Rental Home, Luxury Aspen Vacation Home Rentals, Aspen Vacation Rental Home, Aspen Vacation Rentals, Exclusive Vacation Properties Aspen">
  7.    <meta name="description" content="Enjoy the most spectacular Aspen rentals for a vacation you'll never forget. Choose the best from our selection of luxury rentals and discover your perfect Aspen home away from home.">
  8.    <title>Aspen Vacation Rentals | Aspen Vacation Home Rentals | Luxury Colorado Rental Homes</title>
  9.    <style>
  10.        /* Reset */
  11.        * {
  12.            margin: 0;
  13.            padding: 0;
  14.            box-sizing: border-box;
  15.        }
  16.        
  17.        body {
  18.            font-family: Arial, Helvetica, sans-serif;
  19.            background-color: #1b3160;
  20.            color: #333;
  21.            line-height: 1.6;
  22.        }
  23.        
  24.        a {
  25.            text-decoration: none;
  26.            color: #0000ff;
  27.            transition: all 0.3s ease;
  28.        }
  29.        
  30.        a:hover {
  31.            text-decoration: underline;
  32.            opacity: 0.8;
  33.        }
  34.        
  35.        /* Layout */
  36.        .shell {
  37.            max-width: 900px;
  38.            width: 100%;
  39.            margin: 0 auto;
  40.            background-color: #1b3160;
  41.            padding: 10px;
  42.        }
  43.        
  44.        .rightTop {
  45.            display: flex;
  46.            justify-content: flex-end;
  47.            align-items: center;
  48.            padding: 10px 0;
  49.        }
  50.        
  51.        .rightTop a {
  52.            margin-left: 10px;
  53.        }
  54.        
  55.        .rightTop img {
  56.            max-width: 100%;
  57.            height: auto;
  58.        }
  59.        
  60.        .topNav {
  61.            clear: both;
  62.            padding: 10px 0;
  63.            border-bottom: 1px solid #444;
  64.        }
  65.        
  66.        .main {
  67.            display: grid;
  68.            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  69.            gap: 20px;
  70.            padding: 20px 0;
  71.        }
  72.        
  73.        .column, .columnRight {
  74.            background-color: white;
  75.            border-radius: 8px;
  76.            overflow: hidden;
  77.            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  78.            transition: transform 0.3s ease;
  79.        }
  80.        
  81.        .column:hover, .columnRight:hover {
  82.            transform: translateY(-5px);
  83.        }
  84.        
  85.        .column img, .columnRight img {
  86.            width: 100%;
  87.            height: auto;
  88.            display: block;
  89.            object-fit: cover;
  90.        }
  91.        
  92.        .content {
  93.            padding: 20px;
  94.            text-align: left;
  95.        }
  96.        
  97.        .content img {
  98.            display: block;
  99.            margin: 0 0 15px 0;
  100.            max-width: 100%;
  101.        }
  102.        
  103.        .ART_content {
  104.            font-size: 14px;
  105.            color: #333;
  106.            line-height: 1.6;
  107.        }
  108.        
  109.        .clear {
  110.            clear: both;
  111.        }
  112.        
  113.        .bottomRow {
  114.            background-color: #1b3160;
  115.            color: #eee;
  116.            padding: 30px;
  117.            line-height: 1.6;
  118.            border-radius: 8px;
  119.            margin: 20px 0;
  120.        }
  121.        
  122.        .bottomRow h1, .bottomRow h2 {
  123.            color: #eee;
  124.            font-style: italic;
  125.            font-weight: normal;
  126.            margin: 15px 0;
  127.        }
  128.        
  129.        .bottomRow a {
  130.            color: #e6c253;
  131.            transition: color 0.3s ease;
  132.        }
  133.        
  134.        .bottomRow a:hover {
  135.            color: #fff;
  136.        }
  137.        
  138.        .bottomNav {
  139.            display: flex;
  140.            justify-content: space-between;
  141.            align-items: center;
  142.            background-color: #1b3160;
  143.            padding: 20px 0;
  144.            color: white;
  145.            flex-wrap: wrap;
  146.        }
  147.        
  148.        .links {
  149.            display: flex;
  150.            flex-wrap: wrap;
  151.            gap: 15px;
  152.        }
  153.        
  154.        .links a {
  155.            color: white;
  156.            font-size: 14px;
  157.            transition: color 0.3s ease;
  158.        }
  159.        
  160.        .links a:hover {
  161.            color: #e6c253;
  162.        }
  163.        
  164.        .phoneNumber {
  165.            color: white;
  166.            font-size: 14px;
  167.            font-weight: bold;
  168.        }
  169.        
  170.        .footer {
  171.            font-size: 13px;
  172.            color: white;
  173.            text-align: center;
  174.            padding: 30px 0;
  175.            line-height: 1.8;
  176.        }
  177.        
  178.        .footer a {
  179.            color: white;
  180.            transition: color 0.3s ease;
  181.        }
  182.        
  183.        .footer a:hover {
  184.            color: #e6c253;
  185.        }
  186.        
  187.        .footer font {
  188.            display: block;
  189.            margin: 15px 0;
  190.        }
  191.        
  192.        .footer img {
  193.            margin: 15px 10px;
  194.            transition: opacity 0.3s ease;
  195.        }
  196.        
  197.        .footer img:hover {
  198.            opacity: 0.8;
  199.        }
  200.        
  201.        /* Responsive Design */
  202.        @media (max-width: 768px) {
  203.            .shell {
  204.                padding: 10px;
  205.            }
  206.            
  207.            .rightTop {
  208.                flex-direction: column;
  209.                align-items: center;
  210.            }
  211.            
  212.            .rightTop a {
  213.                margin: 5px 0;
  214.            }
  215.            
  216.            .bottomNav {
  217.                flex-direction: column;
  218.                text-align: center;
  219.            }
  220.            
  221.            .links {
  222.                justify-content: center;
  223.                margin-bottom: 10px;
  224.            }
  225.            
  226.            .footer {
  227.                font-size: 12px;
  228.            }
  229.        }
  230.    </style>
  231. </head>
  232. <body>
  233.    <div class="shell">
  234.        <a href="/"><img src="assets/aspen_luxury_rentals.gif" alt="Aspen Luxury Rentals"/></a>
  235.        <div class="rightTop">
  236.            <div class="bookmark">
  237.                <!-- Bookmark script would go here -->
  238.            </div>
  239.            <a href="contact.php" title="1-800 Number"><img src="assets/aspen_luxury_home_rentals.gif" alt="Aspen Luxury Home Rentals"></a>
  240.            <a href="/" title="Home"><img src="assets/top_home.gif" alt="Aspen Luxury Rentals Home"></a>
  241.            <a href="news.php" title="E News"><img src="assets/top_news.gif" alt="E News"></a>
  242.        </div>
  243.  
  244.        <div class="topNav">
  245.            <!-- Navigation menu would go here -->
  246.        </div>
  247.  
  248.        <div class="main">
  249.            <div class="column">
  250.                <img src="assets/Collection_of_homes_BEDROOM.jpg" alt="Aspen Rentals Collection of Homes Bedroom">
  251.                <div class="content">
  252.                    <a href="homes.php"><img src="assets/header_collection.gif" alt="Collection of Homes"/></a>
  253.                    <div class="ART_content">
  254.                        <p>Elegant homes, private estates, exclusive luxury... your home away from home in Aspen Colorado awaits. Enjoy homes as remarkable as the surrounding mountains. <a href="mailto:info@luxuryrentalsaspen.com"><span>Contact an Aspen Vacation Rentals Specialist now!</span></a></p>
  255.                    </div>
  256.                </div>
  257.            </div>
  258.            
  259.            <div class="column">
  260.                <img src="assets/massage-245-by-214.jpg" alt="Aspen Luxury Rentals Massage">
  261.                <div class="content">
  262.                    <a href="experience.php"><img src="assets/header_experience.gif" alt="The Experience"/></a>
  263.                    <div class="ART_content">
  264.                        <p>Elevate your vacation from normal to extraordinary with Aspen Luxury Rentals. No request goes unanswered. Our staff is available 24/7. Please contact our client concierge at <a href="mailto:concierge@luxuryrentalsaspen.com">concierge@luxuryrentalsaspen.com</a>.</p>
  265.                    </div>
  266.                </div>
  267.            </div>
  268.            
  269.            <div class="columnRight">
  270.                <img src="assets/champagne_glasses.jpg" alt="Aspen Luxury Rentals Champagne Glasses">
  271.                <div class="content">
  272.                    <a href="events.php"><img src="assets/header_event.gif" alt="Event Planning"/></a>
  273.                    <div class="ART_content">
  274.                        <p>We offer a full array of services for your special event. Whether it is an intimate dinner for two or a mountaintop wedding, we satisfy the most discriminating visitors. <a href="mailto:concierge@luxuryrentalsaspen.com">Contact us for more information about our <strong>Aspen Rentals</strong>.</a></p>
  275.                    </div>
  276.                </div>
  277.            </div>
  278.        </div>
  279.  
  280.        <div class="bottomRow">
  281.            <h1>Aspen Rentals</h1>
  282.            
  283.            <p>ASPEN LUXURY RENTALS offers elegant private residences for your next vacation to Aspen. Offering unrivaled services and the most spectacular homes in Aspen, our <a href="homes.php">luxury vacation rentals</a> are available for your next getaway to the Rocky Mountains.</p>
  284.            
  285.            <p>Our staff will make the most of your vacation with indulgences like private tennis or ski instruction or a <a href="chefs.php">personal chef</a> or trainer. Effortless, personalized, unexpectedly lovely, our staff delivers unmatched excellence.</p>
  286.            
  287.            <p>The Aspen Luxury Rental advantage is service. Our staff will have groceries waiting, tee times confirmed and spa appointments booked. Preferred treatment includes personal chefs, nanny services, salon treatments, dinner reservations, <a href="transportation.php">limousine or car rentals</a>, ski lift tickets or special event planning.</p>
  288.            
  289.            <p>Enjoy homes as remarkable as the surrounding Aspen Mountains. Your vacation will be memorable and stress free in a fabulous Aspen luxury home rental.</p>
  290.            
  291.            <h2>Aspen Vacation Rentals Information</h2>
  292.            <p>Contact us today to find out more about our current <a href="specials.php">Aspen rental specials</a> and all of our great Aspen vacation rental homes.</p>
  293.        </div>
  294.  
  295.        <div class="bottomNav">
  296.            <div class="links">
  297.                <a href="testimonials.php">Testimonials</a>
  298.                <a href="about.php">Aspen Luxury Rentals</a>
  299.                <a href="homeowners.php">Aspen Homeowners</a>
  300.                <a href="listyourhome.php">List Your Home</a>
  301.                <a href="media.php">Media</a>
  302.                <a href="travelagents.php">Travel Agents</a>
  303.                <a href="resources.php">Web Resources</a>
  304.            </div>
  305.            <span class="phoneNumber">Ph: 866-920-3833</span>
  306.        </div>
  307.  
  308.        <div class="footer">
  309.            <nav>
  310.                <a href="/">Aspen Luxury Vacation Rentals</a> |
  311.                <a href="properties.php">Search Homes</a> |
  312.                <a href="experience.php">The Aspen Experience</a> |
  313.                <a href="about.php">About Aspen</a> |
  314.                <a href="events.php">Event Planning</a> |
  315.                <a href="booknow.php">Book Now</a> |
  316.                <a href="contact.php">Contact Us</a> |
  317.                <a href="sitemap.php">Site Map</a> |
  318.                <a href="privacy.php">Privacy Policy</a> |
  319.                <a href="faq.php">FAQ</a>
  320.            </nav>
  321.            
  322.            <p class="disclaimer">Information herein, though deemed accurate, is not guaranteed. It is subject to errors, omissions, change in price and withdrawal without notice.</p>
  323.            
  324.            <div class="seasons">
  325.                <p>Low Season: 4/1- 5/31 and 9/1 - 11/20</p>
  326.                <p>High Season: 11/21 - 12/15, 1/8 - 3/31 and 6/1-8/31</p>
  327.                <p>Peak Season: 12/16 - 1/7, Presidents Week: Feb 18 - Feb 25, Food & Wine, Winter XGames</p>
  328.                <p>Aspen Sales Tax of 11% and Service Fees May Apply</p>
  329.            </div>
  330.            
  331.            <p class="contact">For Reservations Please Call Us At 1-970-920-3833</p>
  332.            
  333.            <div class="social">
  334.                <a href="https://twitter.com/AspenLuxuryRent" target="_blank" rel="noopener">
  335.                    <img alt="Follow AspenLuxuryRent on Twitter" src="https://twitter-badges.s3.amazonaws.com/twitter-a.png">
  336.                </a>
  337.                <a href="https://facebook.com/aspenluxury" target="_blank" rel="noopener">
  338.                    <img alt="Facebook" src="https://www.facebook.com/images/fb_icon_325x325.png" style="width: 72px; height: 22px;">
  339.                </a>
  340.            </div>
  341.            
  342.            <address>
  343.                Aspen Luxury Rentals | P.O. Box 7631 | Aspen, CO 81612 | Phone: 1-866-920-3833 |
  344.                <a href="mailto:info@luxuryrentalsaspen.com">info@luxuryrentalsaspen.com</a>
  345.            </address>
  346.            
  347.            <p class="copyright">Copyright 2024 | All Rights Reserved</p>
  348.        </div>
  349.    </div>
  350. </body>
  351. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda