{"id":6456,"date":"2024-02-22T16:25:16","date_gmt":"2024-02-22T15:25:16","guid":{"rendered":"https:\/\/www.reservit.ca\/?page_id=6456"},"modified":"2025-11-28T16:00:01","modified_gmt":"2025-11-28T21:00:01","slug":"extras-and-services-management","status":"publish","type":"page","link":"https:\/\/www.reservit.ca\/en\/extras-and-services-management\/","title":{"rendered":""},"content":{"rendered":"<div class=\"vce-row-container\" data-vce-boxed-width=\"true\"><div class=\"vce-row vce-row--col-gap-30 vce-row-equal-height vce-row-content--top\" id=\"el-9c900812\" data-vce-do-apply=\"all el-9c900812\"><div class=\"vce-row-content\" data-vce-element-content=\"true\"><div class=\"vce-col vce-col--md-auto vce-col--xs-1 vce-col--xs-last vce-col--xs-first vce-col--sm-last vce-col--sm-first vce-col--md-last vce-col--lg-last vce-col--xl-last vce-col--md-first vce-col--lg-first vce-col--xl-first\" id=\"el-0b14ba05\"><div class=\"vce-col-inner\" data-vce-do-apply=\"border margin background  el-0b14ba05\"><div class=\"vce-col-content\" data-vce-element-content=\"true\" data-vce-do-apply=\"padding el-0b14ba05\"><div class=\"vce-raw-html\"><div class=\"vce-raw-html-wrapper\" id=\"el-055f2ef2\" data-vce-do-apply=\"all el-055f2ef2\">\n\n\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\n    <title>Extras &amp; Services | Increase Revenue per Stay | Reservit Canada<\/title>\n    <meta name=\"description\" content=\"Offer personalized extras and services to your guests to increase average spend per stay (+13%). 24\/7 online booking, a dynamic calendar and full automation.\">\n    <link rel=\"canonical\" href=\"https:\/\/www.reservit.ca\/en\/extras-and-services-management\/\">\n\n    <meta property=\"og:type\" content=\"website\">\n    <meta property=\"og:url\" content=\"https:\/\/www.reservit.ca\/en\/extras-and-services-management\/\">\n    <meta property=\"og:title\" content=\"Extras &amp; Services | Increase Revenue per Stay\">\n    <meta property=\"og:description\" content=\"Turn every stay into a memorable experience. Increase your average spend per stay by 13%.\">\n    <meta property=\"og:image\" content=\"https:\/\/www.reservit.ca\/zeeptapo\/2025\/01\/Extra-Services.png\">\n\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\">\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600&amp;family=Poppins:wght@500;600;700;800&amp;display=swap\" rel=\"stylesheet\">\n    \n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&amp;display=swap\" rel=\"stylesheet\">\n\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n\n    <script>\n        tailwind.config = {\n            theme: {\n                extend: {\n                    fontFamily: {\n                        sans: ['Inter', 'sans-serif'],\n                        display: ['Poppins', 'sans-serif'],\n                    },\n                    colors: {\n                        brand: {\n                            light: '#E0F7FA',\n                            DEFAULT: '#23bfd1',\n                            dark: '#1a8fa0',\n                        },\n                        accent: {\n                            DEFAULT: '#f7951e',\n                            light: '#fff7ed',\n                        },\n                        pink: {\n                            DEFAULT: '#dd1667',\n                        },\n                        dark: {\n                            surface: '#111827'\n                        }\n                    },\n                    animation: {\n                        'float-slow': 'float 6s ease-in-out infinite',\n                        'fade-in-up': 'fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards',\n                    },\n                    keyframes: {\n                        float: {\n                            '0%, 100%': { transform: 'translateY(0px)' },\n                            '50%': { transform: 'translateY(-10px)' },\n                        },\n                        fadeInUp: {\n                            '0%': { opacity: 0, transform: 'translateY(30px)' },\n                            '100%': { opacity: 1, transform: 'translateY(0)' },\n                        }\n                    }\n                }\n            }\n        }\n    <\/script>\n\n    <style>\n        \/* Safari Icon Rendering Fix *\/\n        .material-symbols-rounded {\n            font-family: 'Material Symbols Rounded';\n            font-weight: normal;\n            font-style: normal;\n            font-size: 24px;\n            display: inline-block;\n            line-height: 1;\n            text-transform: none;\n            letter-spacing: normal;\n            word-wrap: normal;\n            white-space: nowrap;\n            direction: ltr;\n            -webkit-font-smoothing: antialiased;\n            text-rendering: optimizeLegibility;\n            -moz-osx-font-smoothing: grayscale;\n            font-feature-settings: 'liga';\n            font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;\n        }\n\n        .gradient-text {\n            background: linear-gradient(135deg, #1a8fa0 0%, #23bfd1 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n        }\n        .gradient-text-accent {\n            background: linear-gradient(135deg, #dd1667 0%, #f7951e 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n        }\n\n        .scroll-animate { opacity: 0; transform: translateY(30px); transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1); }\n        .scroll-animate.visible { opacity: 1; transform: translateY(0); }\n\n        .stagger-children > *:nth-child(1) { transition-delay: 0ms; }\n        .stagger-children > *:nth-child(2) { transition-delay: 100ms; }\n        .stagger-children > *:nth-child(3) { transition-delay: 200ms; }\n        .stagger-children > *:nth-child(4) { transition-delay: 300ms; }\n\n        details > summary { list-style: none; }\n        details > summary::-webkit-details-marker { display: none; }\n\n        .hover-lift { transition: transform 0.3s ease, box-shadow 0.3s ease; }\n        .hover-lift:hover { transform: translateY(-4px); }\n    <\/style>\n\n\n\n    <main>\n        <section class=\"relative pt-16 pb-20 lg:pt-32 lg:pb-32 overflow-hidden bg-gradient-to-b from-cyan-50\/50 to-white\">\n            <div class=\"max-w-7xl mx-auto px-6\">\n                <div class=\"grid lg:grid-cols-2 gap-12 lg:gap-16 items-center\">\n                    <div class=\"text-center lg:text-left scroll-animate visible\">\n                        <div class=\"inline-flex items-center gap-2 px-4 py-2 rounded-full bg-white text-brand-dark text-xs font-bold uppercase tracking-wider mb-6 border border-cyan-100 shadow-sm font-display\">\n                            <span class=\"w-2 h-2 rounded-full bg-brand animate-pulse\"><\/span>\n                            Extras &amp; Services\n                        <\/div>\n\n                        <h1 class=\"text-4xl md:text-5xl lg:text-6xl font-extrabold tracking-tight mb-6 leading-[1.1] font-display text-gray-900\">\n                            Increase your <span class=\"gradient-text\">revenue<\/span> with every stay.\n                        <\/h1>\n\n                        <p class=\"text-lg md:text-xl text-gray-600 mb-10 leading-relaxed max-w-lg mx-auto lg:mx-0\">\n                            Turn every booking into a memorable experience. Offer exclusive services and personalized extras to maximize your average spend per stay.\n                        <\/p>\n\n                        <div class=\"flex flex-col sm:flex-row gap-4 justify-center lg:justify-start\">\n                            <a href=\"https:\/\/www.reservit.ca\/en\/request-a-quote\/\" target=\"_blank\" rel=\"noopener\" class=\"flex items-center justify-center gap-3 bg-brand hover:bg-brand-dark text-white px-8 py-4 rounded-full font-bold text-lg transition-all shadow-lg hover:shadow-xl transform hover:-translate-y-1 font-display\">\n                                <span class=\"material-symbols-rounded\">calendar_month<\/span>\n                                Request a demo\n                            <\/a>\n\n                            <a href=\"#fonctionnalites\" class=\"flex items-center justify-center gap-3 bg-white hover:bg-gray-50 text-gray-700 border border-gray-200 px-8 py-4 rounded-full font-bold text-lg transition-all shadow-sm hover:shadow-md font-display\">\n                                Discover features\n                            <\/a>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"relative scroll-animate visible lg:pl-10\" style=\"transition-delay: 0.2s;\">\n                        <div class=\"animate-float-slow relative z-10\">\n                            <img fetchpriority=\"high\" decoding=\"async\" src=\"https:\/\/www.reservit.ca\/zeeptapo\/2025\/01\/Extra-Services.png\" alt=\"Reservit extras management interface on tablet and mobile\" class=\"w-full h-auto rounded-2xl\" loading=\"eager\" width=\"600\" height=\"500\">\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"py-12 border-y border-gray-100 bg-gray-50\/50\">\n            <div class=\"max-w-7xl mx-auto px-6\">\n                <div class=\"grid grid-cols-2 md:grid-cols-4 gap-4 md:gap-6 scroll-animate stagger-children\">\n                    <div class=\"bg-white p-6 rounded-2xl shadow-sm border border-gray-100 hover:shadow-lg hover:-translate-y-1 transition-all duration-300 text-center group\">\n                        <div class=\"w-12 h-12 bg-brand\/10 text-brand rounded-full flex items-center justify-center mx-auto mb-3 group-hover:scale-110 transition-transform\">\n                            <span class=\"material-symbols-rounded\">trending_up<\/span>\n                        <\/div>\n                        <div class=\"text-3xl md:text-4xl font-extrabold text-gray-900 mb-1 font-display\">+13%<\/div>\n                        <p class=\"text-xs font-bold text-gray-500 uppercase tracking-wide\">Average spend per stay<\/p>\n                    <\/div>\n\n                    <div class=\"bg-white p-6 rounded-2xl shadow-sm border border-gray-100 hover:shadow-lg hover:-translate-y-1 transition-all duration-300 text-center group\">\n                        <div class=\"w-12 h-12 bg-accent\/10 text-accent rounded-full flex items-center justify-center mx-auto mb-3 group-hover:scale-110 transition-transform\">\n                            <span class=\"material-symbols-rounded\">schedule<\/span>\n                        <\/div>\n                        <div class=\"text-3xl md:text-4xl font-extrabold text-gray-900 mb-1 font-display\">24\/7<\/div>\n                        <p class=\"text-xs font-bold text-gray-500 uppercase tracking-wide\">Availability<\/p>\n                    <\/div>\n\n                    <div class=\"bg-white p-6 rounded-2xl shadow-sm border border-gray-100 hover:shadow-lg hover:-translate-y-1 transition-all duration-300 text-center group\">\n                        <div class=\"w-12 h-12 bg-pink-50 text-pink-600 rounded-full flex items-center justify-center mx-auto mb-3 group-hover:scale-110 transition-transform\">\n                            <span class=\"material-symbols-rounded\">handyman<\/span>\n                        <\/div>\n                        <div class=\"text-3xl md:text-4xl font-extrabold text-gray-900 mb-1 font-display\">-40%<\/div>\n                        <p class=\"text-xs font-bold text-gray-500 uppercase tracking-wide\">Manual tasks<\/p>\n                    <\/div>\n\n                    <div class=\"bg-white p-6 rounded-2xl shadow-sm border border-gray-100 hover:shadow-lg hover:-translate-y-1 transition-all duration-300 text-center group\">\n                        <div class=\"w-12 h-12 bg-green-50 text-green-600 rounded-full flex items-center justify-center mx-auto mb-3 group-hover:scale-110 transition-transform\">\n                            <span class=\"material-symbols-rounded\">verified<\/span>\n                        <\/div>\n                        <div class=\"text-3xl md:text-4xl font-extrabold text-gray-900 mb-1 font-display\">100%<\/div>\n                        <p class=\"text-xs font-bold text-gray-500 uppercase tracking-wide\">Automated<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"py-20 lg:py-24 bg-white\">\n            <div class=\"max-w-7xl mx-auto px-6\">\n                <div class=\"text-center mb-16 scroll-animate\">\n                    <span class=\"text-brand font-bold tracking-wider text-sm uppercase font-display\">Benefits<\/span>\n                    <h2 class=\"text-3xl lg:text-4xl font-bold mt-2 mb-4 font-display text-gray-900\">\n                        Why offer <span class=\"gradient-text-accent\">extras<\/span>?\n                    <\/h2>\n                    <p class=\"text-lg text-gray-600 max-w-2xl mx-auto\">\n                        Guests want more than just a room \u2014 they want an experience. Give them that little extra that makes all the difference.\n                    <\/p>\n                <\/div>\n\n                <div class=\"grid md:grid-cols-3 gap-8 stagger-children scroll-animate\">\n                    <div class=\"bg-white p-8 rounded-3xl border border-gray-100 shadow-sm hover:shadow-xl hover:border-brand\/30 transition-all duration-300 group\">\n                        <div class=\"w-14 h-14 bg-brand\/10 text-brand rounded-2xl flex items-center justify-center mb-6 group-hover:bg-brand group-hover:text-white transition-colors\">\n                            <span class=\"material-symbols-rounded text-3xl\">payments<\/span>\n                        <\/div>\n                        <h3 class=\"text-xl font-bold mb-3 font-display\">Additional revenue<\/h3>\n                        <p class=\"text-gray-600 leading-relaxed\">Increase your average spend per stay with high-value options: breakfast, spa, parking or room upgrades.<\/p>\n                    <\/div>\n\n                    <div class=\"bg-white p-8 rounded-3xl border border-gray-100 shadow-sm hover:shadow-xl hover:border-accent\/30 transition-all duration-300 group\">\n                        <div class=\"w-14 h-14 bg-accent\/10 text-accent rounded-2xl flex items-center justify-center mb-6 group-hover:bg-accent group-hover:text-white transition-colors\">\n                            <span class=\"material-symbols-rounded text-3xl\">favorite<\/span>\n                        <\/div>\n                        <h3 class=\"text-xl font-bold mb-3 font-display\">Memorable experiences<\/h3>\n                        <p class=\"text-gray-600 leading-relaxed\">Turn a simple stay into an unforgettable memory with exclusive services tailored to each guest\u2019s preferences.<\/p>\n                    <\/div>\n\n                    <div class=\"bg-white p-8 rounded-3xl border border-gray-100 shadow-sm hover:shadow-xl hover:border-pink\/30 transition-all duration-300 group\">\n                        <div class=\"w-14 h-14 bg-pink-50 text-pink-600 rounded-2xl flex items-center justify-center mb-6 group-hover:bg-pink-600 group-hover:text-white transition-colors\">\n                            <span class=\"material-symbols-rounded text-3xl\">loyalty<\/span>\n                        <\/div>\n                        <h3 class=\"text-xl font-bold mb-3 font-display\">Stronger loyalty<\/h3>\n                        <p class=\"text-gray-600 leading-relaxed\">Happy guests come back and recommend your property. Extras create a lasting emotional connection.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section id=\"fonctionnalites\" class=\"py-20 lg:py-24 bg-white border-t border-gray-100\">\n            <div class=\"max-w-7xl mx-auto px-6\">\n                \n                <div class=\"grid lg:grid-cols-2 gap-12 lg:gap-16 items-center mb-24\">\n                    <div class=\"scroll-animate\">\n                        <span class=\"text-accent font-bold tracking-wider text-sm uppercase font-display\">Intuitive management<\/span>\n                        <h2 class=\"text-3xl lg:text-4xl font-bold mt-2 mb-6 font-display text-gray-900\">\n                            A truly <span class=\"gradient-text-accent\">smart<\/span> calendar\n                        <\/h2>\n                        <p class=\"text-lg text-gray-600 mb-8\">\n                            See all your extras bookings at a glance. Adjust availability and manage resources from a single interface.\n                        <\/p>\n\n                        <ul class=\"space-y-6\">\n                            <li class=\"flex items-start gap-4\">\n                                <div class=\"w-10 h-10 rounded-full bg-white flex items-center justify-center shadow-sm border border-gray-100 text-brand shrink-0\">\n                                    <span class=\"material-symbols-rounded\">view_day<\/span>\n                                <\/div>\n                                <div>\n                                    <h3 class=\"font-bold text-lg font-display\">Clear overview<\/h3>\n                                    <p class=\"text-gray-600 text-sm\">All your bookings on an interactive calendar, filterable by service.<\/p>\n                                <\/div>\n                            <\/li>\n\n                            <li class=\"flex items-start gap-4\">\n                                <div class=\"w-10 h-10 rounded-full bg-white flex items-center justify-center shadow-sm border border-gray-100 text-accent shrink-0\">\n                                    <span class=\"material-symbols-rounded\">drag_indicator<\/span>\n                                <\/div>\n                                <div>\n                                    <h3 class=\"font-bold text-lg font-display\">Resource management<\/h3>\n                                    <p class=\"text-gray-600 text-sm\">Automatically assign equipment and staff based on real-time availability.<\/p>\n                                <\/div>\n                            <\/li>\n\n                            <li class=\"flex items-start gap-4\">\n                                <div class=\"w-10 h-10 rounded-full bg-white flex items-center justify-center shadow-sm border border-gray-100 text-pink-600 shrink-0\">\n                                    <span class=\"material-symbols-rounded\">sync<\/span>\n                                <\/div>\n                                <div>\n                                    <h3 class=\"font-bold text-lg font-display\">Real-time updates<\/h3>\n                                    <p class=\"text-gray-600 text-sm\">Changes are instantly synchronized across all channels.<\/p>\n                                <\/div>\n                            <\/li>\n                        <\/ul>\n                    <\/div>\n\n                    <div class=\"relative scroll-animate lg:pl-10\" style=\"transition-delay: 0.15s;\">\n                        <div class=\"relative z-10 animate-float-slow\">\n                            <img decoding=\"async\" src=\"https:\/\/www.reservit.ca\/zeeptapo\/2025\/11\/image-1.png\" alt=\"Reservit dynamic calendar: resource management\" class=\"w-full h-auto rounded-2xl block\" loading=\"lazy\" width=\"600\" height=\"450\">\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"mb-12 text-center lg:text-left scroll-animate\">\n                    <h2 class=\"text-3xl lg:text-4xl font-bold font-display text-gray-900\">\n                        Everything you need to manage <span class=\"text-brand\">effortlessly<\/span>\n                    <\/h2>\n                    <p class=\"text-lg text-gray-600 mt-2\">A comprehensive module designed for operational efficiency.<\/p>\n                <\/div>\n\n                <div class=\"grid sm:grid-cols-2 lg:grid-cols-4 gap-6 stagger-children scroll-animate\">\n                    <div class=\"bg-white p-6 rounded-2xl border border-gray-100 hover:shadow-md transition-all hover-lift\">\n                        <div class=\"text-brand mb-4\"><span class=\"material-symbols-rounded text-3xl\">event_available<\/span><\/div>\n                        <h3 class=\"font-bold text-lg mb-2 font-display\">Available 24\/7<\/h3>\n                        <p class=\"text-sm text-gray-500\">Self-service online booking for your guests, anytime.<\/p>\n                    <\/div>\n\n                    <div class=\"bg-white p-6 rounded-2xl border border-gray-100 hover:shadow-md transition-all hover-lift\">\n                        <div class=\"text-accent mb-4\"><span class=\"material-symbols-rounded text-3xl\">schedule<\/span><\/div>\n                        <h3 class=\"font-bold text-lg mb-2 font-display\">Time slots<\/h3>\n                        <p class=\"text-sm text-gray-500\">Granular availability based on your actual resources.<\/p>\n                    <\/div>\n\n                    <div class=\"bg-white p-6 rounded-2xl border border-gray-100 hover:shadow-md transition-all hover-lift\">\n                        <div class=\"text-pink-600 mb-4\"><span class=\"material-symbols-rounded text-3xl\">sms<\/span><\/div>\n                        <h3 class=\"font-bold text-lg mb-2 font-display\">Text messages<\/h3>\n                        <p class=\"text-sm text-gray-500\">Smooth SMS communication for confirmations and reminders.<\/p>\n                    <\/div>\n\n                    <div class=\"bg-white p-6 rounded-2xl border border-gray-100 hover:shadow-md transition-all hover-lift\">\n                        <div class=\"text-purple-600 mb-4\"><span class=\"material-symbols-rounded text-3xl\">mark_email_read<\/span><\/div>\n                        <h3 class=\"font-bold text-lg mb-2 font-display\">Automatic confirmations<\/h3>\n                        <p class=\"text-sm text-gray-500\">Automatic emails sent as soon as the booking is completed.<\/p>\n                    <\/div>\n\n                    <div class=\"bg-white p-6 rounded-2xl border border-gray-100 hover:shadow-md transition-all hover-lift\">\n                        <div class=\"text-green-600 mb-4\"><span class=\"material-symbols-rounded text-3xl\">calendar_month<\/span><\/div>\n                        <h3 class=\"font-bold text-lg mb-2 font-display\">Dynamic calendar<\/h3>\n                        <p class=\"text-sm text-gray-500\">Centralized interactive view to manage your schedule.<\/p>\n                    <\/div>\n\n                    <div class=\"bg-white p-6 rounded-2xl border border-gray-100 hover:shadow-md transition-all hover-lift\">\n                        <div class=\"text-blue-600 mb-4\"><span class=\"material-symbols-rounded text-3xl\">credit_card<\/span><\/div>\n                        <h3 class=\"font-bold text-lg mb-2 font-display\">Secure payments<\/h3>\n                        <p class=\"text-sm text-gray-500\">PCI DSS Level 1\u2013certified online payments.<\/p>\n                    <\/div>\n\n                    <div class=\"bg-white p-6 rounded-2xl border border-gray-100 hover:shadow-md transition-all hover-lift\">\n                        <div class=\"text-orange-600 mb-4\"><span class=\"material-symbols-rounded text-3xl\">add_circle<\/span><\/div>\n                        <h3 class=\"font-bold text-lg mb-2 font-display\">Add-on options<\/h3>\n                        <p class=\"text-sm text-gray-500\">Easily offer equipment, meals, activities and more.<\/p>\n                    <\/div>\n\n                    <div class=\"bg-white p-6 rounded-2xl border border-gray-100 hover:shadow-md transition-all hover-lift\">\n                        <div class=\"text-gray-600 mb-4\"><span class=\"material-symbols-rounded text-3xl\">database<\/span><\/div>\n                        <h3 class=\"font-bold text-lg mb-2 font-display\">Guest data<\/h3>\n                        <p class=\"text-sm text-gray-500\">Full history to personalize every stay.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"py-20 lg:py-24 bg-dark-surface text-white relative overflow-hidden\">\n            <div class=\"absolute inset-0 opacity-10\" style=\"background-image: radial-gradient(#23bfd1 1px, transparent 1px); background-size: 30px 30px;\"><\/div>\n\n            <div class=\"max-w-7xl mx-auto px-6 relative z-10\">\n                <div class=\"grid lg:grid-cols-2 gap-12 lg:gap-20 items-center\">\n                    \n                    <div class=\"order-2 lg:order-1 relative scroll-animate\">\n                        <div class=\"transform rotate-1 hover:rotate-0 transition-transform duration-500\">\n                            <img decoding=\"async\" src=\"https:\/\/www.reservit.ca\/zeeptapo\/2025\/11\/L6FKFTQHGDu.png\" alt=\"Reservit booking interface - automation\" class=\"w-full h-auto rounded-xl\" loading=\"lazy\" width=\"600\" height=\"400\">\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"order-1 lg:order-2 scroll-animate\">\n                        <div class=\"inline-flex items-center gap-2 px-3 py-1 rounded-full bg-gray-800 border border-gray-700 text-brand text-xs font-bold uppercase tracking-wider mb-6\">\n                            <span class=\"material-symbols-rounded text-sm\">bolt<\/span> Automation\n                        <\/div>\n\n                        <h2 class=\"text-3xl lg:text-4xl font-bold mb-6 font-display text-white\">\n                            Automate your <span class=\"text-brand\">administrative tasks<\/span>\n                        <\/h2>\n\n                        <p class=\"text-lg text-gray-400 mb-8 leading-relaxed\">\n                            Radically reduce the time spent on repetitive tasks. Our system handles the entire process for you, from order to invoicing.\n                        <\/p>\n\n                        <div class=\"space-y-6\">\n                            <div class=\"flex gap-4\">\n                                <div class=\"w-12 h-12 rounded-xl bg-gray-800 flex items-center justify-center shrink-0 border border-gray-700 text-brand\">\n                                    <span class=\"material-symbols-rounded text-2xl\">payments<\/span>\n                                <\/div>\n                                <div>\n                                    <h3 class=\"text-xl font-bold mb-1 font-display text-white\">Automatic payments<\/h3>\n                                    <p class=\"text-gray-400 text-sm\">Secure payments at the time of booking or according to your own rules.<\/p>\n                                <\/div>\n                            <\/div>\n\n                            <div class=\"flex gap-4\">\n                                <div class=\"w-12 h-12 rounded-xl bg-gray-800 flex items-center justify-center shrink-0 border border-gray-700 text-accent\">\n                                    <span class=\"material-symbols-rounded text-2xl\">receipt_long<\/span>\n                                <\/div>\n                                <div>\n                                    <h3 class=\"text-xl font-bold mb-1 font-display text-white\">Integrated invoicing<\/h3>\n                                    <p class=\"text-gray-400 text-sm\">Automatic generation of invoices and receipts that comply with tax regulations.<\/p>\n                                <\/div>\n                            <\/div>\n\n                            <div class=\"flex gap-4\">\n                                <div class=\"w-12 h-12 rounded-xl bg-gray-800 flex items-center justify-center shrink-0 border border-gray-700 text-green-500\">\n                                    <span class=\"material-symbols-rounded text-2xl\">notifications_active<\/span>\n                                <\/div>\n                                <div>\n                                    <h3 class=\"text-xl font-bold mb-1 font-display text-white\">Smart notifications<\/h3>\n                                    <p class=\"text-gray-400 text-sm\">Reminders and confirmations sent at the right time, with no manual effort.<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"py-20 lg:py-24 bg-gray-50 border-t border-gray-200\">\n            <div class=\"max-w-7xl mx-auto px-6\">\n                <div class=\"text-center mb-16 scroll-animate\">\n                    <h2 class=\"text-3xl lg:text-4xl font-bold mb-4 font-display text-gray-900\">\n                        Examples of <span class=\"text-brand\">extras<\/span> to offer\n                    <\/h2>\n                    <p class=\"text-lg text-gray-600\">Get inspired by these ideas to enrich your offer and boost your margins.<\/p>\n                <\/div>\n\n                <div class=\"grid sm:grid-cols-2 lg:grid-cols-3 gap-6 stagger-children scroll-animate\">\n                    <div class=\"bg-white p-6 rounded-2xl shadow-sm border border-gray-100 hover:shadow-lg hover:border-brand\/30 transition-all hover-lift\">\n                        <div class=\"w-12 h-12 rounded-xl bg-orange-100 text-orange-600 flex items-center justify-center mb-4\">\n                            <span class=\"material-symbols-rounded\">restaurant<\/span>\n                        <\/div>\n                        <h3 class=\"font-bold text-lg mb-2 font-display\">Food &amp; beverage<\/h3>\n                        <p class=\"text-gray-600 text-sm\">Breakfast, romantic dinner, picnic basket, room service.<\/p>\n                    <\/div>\n\n                    <div class=\"bg-white p-6 rounded-2xl shadow-sm border border-gray-100 hover:shadow-lg hover:border-brand\/30 transition-all hover-lift\">\n                        <div class=\"w-12 h-12 rounded-xl bg-cyan-100 text-cyan-600 flex items-center justify-center mb-4\">\n                            <span class=\"material-symbols-rounded\">spa<\/span>\n                        <\/div>\n                        <h3 class=\"font-bold text-lg mb-2 font-display\">Wellness<\/h3>\n                        <p class=\"text-gray-600 text-sm\">Spa access, massages, beauty treatments, yoga classes.<\/p>\n                    <\/div>\n\n                    <div class=\"bg-white p-6 rounded-2xl shadow-sm border border-gray-100 hover:shadow-lg hover:border-brand\/30 transition-all hover-lift\">\n                        <div class=\"w-12 h-12 rounded-xl bg-purple-100 text-purple-600 flex items-center justify-center mb-4\">\n                            <span class=\"material-symbols-rounded\">directions_bike<\/span>\n                        <\/div>\n                        <h3 class=\"font-bold text-lg mb-2 font-display\">Activities<\/h3>\n                        <p class=\"text-gray-600 text-sm\">Bike rentals, kayaking, guided tours, cooking classes.<\/p>\n                    <\/div>\n\n                    <div class=\"bg-white p-6 rounded-2xl shadow-sm border border-gray-100 hover:shadow-lg hover:border-brand\/30 transition-all hover-lift\">\n                        <div class=\"w-12 h-12 rounded-xl bg-pink-100 text-pink-600 flex items-center justify-center mb-4\">\n                            <span class=\"material-symbols-rounded\">celebration<\/span>\n                        <\/div>\n                        <h3 class=\"font-bold text-lg mb-2 font-display\">Events<\/h3>\n                        <p class=\"text-gray-600 text-sm\">Birthday packages, honeymoons, in-room decorations.<\/p>\n                    <\/div>\n\n                    <div class=\"bg-white p-6 rounded-2xl shadow-sm border border-gray-100 hover:shadow-lg hover:border-brand\/30 transition-all hover-lift\">\n                        <div class=\"w-12 h-12 rounded-xl bg-green-100 text-green-600 flex items-center justify-center mb-4\">\n                            <span class=\"material-symbols-rounded\">local_parking<\/span>\n                        <\/div>\n                        <h3 class=\"font-bold text-lg mb-2 font-display\">Practical services<\/h3>\n                        <p class=\"text-gray-600 text-sm\">Parking, airport transfers, pet care, luggage storage, early check-in.<\/p>\n                    <\/div>\n\n                    <div class=\"bg-white p-6 rounded-2xl shadow-sm border border-gray-100 hover:shadow-lg hover:border-brand\/30 transition-all hover-lift\">\n                        <div class=\"w-12 h-12 rounded-xl bg-yellow-100 text-yellow-600 flex items-center justify-center mb-4\">\n                            <span class=\"material-symbols-rounded\">meeting_room<\/span>\n                        <\/div>\n                        <h3 class=\"font-bold text-lg mb-2 font-display\">Equipment<\/h3>\n                        <p class=\"text-gray-600 text-sm\">Projector, meeting equipment, baby crib, high chair.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"py-20 lg:py-24 bg-white\" id=\"faq\">\n            <div class=\"max-w-3xl mx-auto px-6\">\n                <div class=\"text-center mb-12 lg:mb-16 scroll-animate\">\n                    <h2 class=\"text-3xl lg:text-4xl font-bold mb-4 font-display text-gray-900\">\n                        Frequently <span class=\"gradient-text\">Asked Questions<\/span>\n                    <\/h2>\n                <\/div>\n\n                <div class=\"space-y-4 scroll-animate\" style=\"transition-delay: 0.15s;\">\n                    <details class=\"group bg-gray-50 rounded-2xl p-5 md:p-6 shadow-sm open:bg-white open:ring-1 open:ring-brand\/20 transition-all duration-300\">\n                        <summary class=\"flex items-center justify-between cursor-pointer list-none\">\n                            <h3 class=\"font-bold text-base md:text-lg text-gray-800 pr-4 font-display\">How do guests book extras?<\/h3>\n                            <span class=\"material-symbols-rounded text-brand text-2xl transition-transform duration-300 group-open:rotate-180 shrink-0\">expand_more<\/span>\n                        <\/summary>\n                        <div class=\"text-gray-600 mt-4 leading-relaxed\">\n                            Guests can add extras directly when booking their accommodation, or anytime before arrival using a personalized link. The interface is available 24\/7 on desktop, tablet and mobile.\n                        <\/div>\n                    <\/details>\n\n                    <details class=\"group bg-gray-50 rounded-2xl p-5 md:p-6 shadow-sm open:bg-white open:ring-1 open:ring-brand\/20 transition-all duration-300\">\n                        <summary class=\"flex items-center justify-between cursor-pointer list-none\">\n                            <h3 class=\"font-bold text-base md:text-lg text-gray-800 pr-4 font-display\">Can I limit availability based on my resources?<\/h3>\n                            <span class=\"material-symbols-rounded text-brand text-2xl transition-transform duration-300 group-open:rotate-180 shrink-0\">expand_more<\/span>\n                        <\/summary>\n                        <div class=\"text-gray-600 mt-4 leading-relaxed\">\n                            Yes, absolutely. You define available time slots based on your human resources (staff) and material resources (equipment). The system automatically blocks bookings once capacity is reached.\n                        <\/div>\n                    <\/details>\n\n                    <details class=\"group bg-gray-50 rounded-2xl p-5 md:p-6 shadow-sm open:bg-white open:ring-1 open:ring-brand\/20 transition-all duration-300\">\n                        <summary class=\"flex items-center justify-between cursor-pointer list-none\">\n                            <h3 class=\"font-bold text-base md:text-lg text-gray-800 pr-4 font-display\">Are payments secure?<\/h3>\n                            <span class=\"material-symbols-rounded text-brand text-2xl transition-transform duration-300 group-open:rotate-180 shrink-0\">expand_more<\/span>\n                        <\/summary>\n                        <div class=\"text-gray-600 mt-4 leading-relaxed\">\n                            Yes. Reservit is PCI-DSS Level 1 certified, the highest level of security for processing credit card data. Payments are protected by 3D Secure 2.\n                        <\/div>\n                    <\/details>\n\n                    <details class=\"group bg-gray-50 rounded-2xl p-5 md:p-6 shadow-sm open:bg-white open:ring-1 open:ring-brand\/20 transition-all duration-300\">\n                        <summary class=\"flex items-center justify-between cursor-pointer list-none\">\n                            <h3 class=\"font-bold text-base md:text-lg text-gray-800 pr-4 font-display\">Can I offer combined packages?<\/h3>\n                            <span class=\"material-symbols-rounded text-brand text-2xl transition-transform duration-300 group-open:rotate-180 shrink-0\">expand_more<\/span>\n                        <\/summary>\n                        <div class=\"text-gray-600 mt-4 leading-relaxed\">\n                            Yes, you can create custom packages combining accommodation and extras (e.g. \u201cRomantic Getaway\u201d). These offers are highlighted during the booking process to maximize conversions.\n                        <\/div>\n                    <\/details>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"py-20 lg:py-24 bg-dark-surface text-white text-center relative overflow-hidden\">\n            <div class=\"absolute inset-0 opacity-20\" style=\"background-image: radial-gradient(#23bfd1 1px, transparent 1px); background-size: 30px 30px;\"><\/div>\n\n            <div class=\"max-w-4xl mx-auto px-6 relative z-10 scroll-animate\">\n                <h2 class=\"text-4xl md:text-5xl font-extrabold mb-6 md:mb-8 tracking-tight text-white font-display\">\n                    Join over <br class=\"md:hidden\">\n                    <span class=\"text-brand\">10,000 properties<\/span>\n                <\/h2>\n\n                <p class=\"text-lg md:text-xl text-gray-400 mb-8 md:mb-10 max-w-2xl mx-auto\">\n                    Personalize the guest experience, streamline your operations and grow your revenue with the Reservit Extras &amp; Services module.\n                <\/p>\n\n                <div class=\"flex items-center justify-center\">\n                    <a href=\"https:\/\/www.reservit.ca\/en\/request-a-quote\/\" target=\"_blank\" rel=\"noopener\" class=\"w-full sm:w-auto bg-brand hover:bg-brand-dark text-white font-bold text-lg md:text-xl px-12 py-5 rounded-full shadow-2xl hover:shadow-brand\/50 transition transform hover:-translate-y-1 font-display\">\n                        Request a demo\n                    <\/a>\n                <\/div>\n            <\/div>\n        <\/section>\n    <\/main>\n\n    <script>\n        \/\/ Scroll-in animation\n        const observer = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    entry.target.classList.add('visible');\n                    observer.unobserve(entry.target);\n                }\n            });\n        }, { threshold: 0.15 });\n\n        document.querySelectorAll('.scroll-animate').forEach(el => observer.observe(el));\n\n        \/\/ Smooth scroll for anchors\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n            anchor.addEventListener('click', function(e) {\n                e.preventDefault();\n                const target = document.querySelector(this.getAttribute('href'));\n                if (target) target.scrollIntoView({ behavior: 'smooth', block: 'start' });\n            });\n        });\n    <\/script>\n\n    <script type=\"application\/ld+json\">\n    {\n        \"@context\": \"https:\/\/schema.org\",\n        \"@type\": \"SoftwareApplication\",\n        \"name\": \"Reservit Extras & Services\",\n        \"applicationCategory\": \"BusinessApplication\",\n        \"operatingSystem\": \"Web\",\n        \"description\": \"Extras and services management module for hotels and accommodations. 24\/7 online booking, a dynamic calendar, secure payments and full automation.\",\n        \"url\": \"https:\/\/www.reservit.ca\/en\/extras-and-services-management\/\",\n        \"featureList\": [\n            \"24\/7 online booking\",\n            \"Dynamic calendar\",\n            \"Time slot management\",\n            \"Automatic email and text confirmations\",\n            \"Secure online payment\"\n        ]\n    }\n    <\/script>\n\n<\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Extras &amp; Services | Increase Revenue per Stay | Reservit Canada Extras &amp; Services Increase your revenue with every stay. Turn every booking into a memorable experience. Offer exclusive services and personalized extras to maximize your average spend per stay. calendar_month Request a demo Discover features trending_up +13% Average spend per stay schedule 24\/7 Availability [&hellip;]<\/p>\n","protected":false},"author":13,"featured_media":6487,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-6456","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Extras &amp; Services | Increase Revenue per Stay | Reservit Canada<\/title>\n<meta name=\"description\" content=\"Increase your average spend per stay by 13% with the Reservit Extras &amp; Services module: 24\/7 online booking, dynamic calendar, secure payments and full automation for hotels and accommodations.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.reservit.ca\/en\/extras-and-services-management\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Extras &amp; Services | Increase Revenue per Stay | Reservit Canada\" \/>\n<meta property=\"og:description\" content=\"Increase your average spend per stay by 13% with the Reservit Extras &amp; Services module: 24\/7 online booking, dynamic calendar, secure payments and full automation for hotels and accommodations.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.reservit.ca\/en\/extras-and-services-management\/\" \/>\n<meta property=\"og:site_name\" content=\"Reservit Canada\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/moteur.reservation.reservit\/\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-28T21:00:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.reservit.ca\/zeeptapo\/2024\/02\/En-tete.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1500\" \/>\n\t<meta property=\"og:image:height\" content=\"1500\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.reservit.ca\/en\/extras-and-services-management\/\",\"url\":\"https:\/\/www.reservit.ca\/en\/extras-and-services-management\/\",\"name\":\"Extras & Services | Increase Revenue per Stay | Reservit Canada\",\"isPartOf\":{\"@id\":\"https:\/\/www.reservit.ca\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.reservit.ca\/en\/extras-and-services-management\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.reservit.ca\/en\/extras-and-services-management\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.reservit.ca\/zeeptapo\/2024\/02\/En-tete.png\",\"datePublished\":\"2024-02-22T15:25:16+00:00\",\"dateModified\":\"2025-11-28T21:00:01+00:00\",\"description\":\"Increase your average spend per stay by 13% with the Reservit Extras & Services module: 24\/7 online booking, dynamic calendar, secure payments and full automation for hotels and accommodations.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.reservit.ca\/en\/extras-and-services-management\/#breadcrumb\"},\"inLanguage\":\"en-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.reservit.ca\/en\/extras-and-services-management\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-CA\",\"@id\":\"https:\/\/www.reservit.ca\/en\/extras-and-services-management\/#primaryimage\",\"url\":\"https:\/\/www.reservit.ca\/zeeptapo\/2024\/02\/En-tete.png\",\"contentUrl\":\"https:\/\/www.reservit.ca\/zeeptapo\/2024\/02\/En-tete.png\",\"width\":1500,\"height\":1500},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.reservit.ca\/en\/extras-and-services-management\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.reservit.ca\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Extras and services management\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.reservit.ca\/en\/#website\",\"url\":\"https:\/\/www.reservit.ca\/en\/\",\"name\":\"Reservit Canada\",\"description\":\"Logiciel de r\u00e9servation en ligne n\u00b01 au Canada\",\"publisher\":{\"@id\":\"https:\/\/www.reservit.ca\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.reservit.ca\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-CA\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.reservit.ca\/en\/#organization\",\"name\":\"Reservit Canada\",\"url\":\"https:\/\/www.reservit.ca\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-CA\",\"@id\":\"https:\/\/www.reservit.ca\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.reservit.ca\/zeeptapo\/2024\/04\/cropped-logo_pour_linkedin.jpg\",\"contentUrl\":\"https:\/\/www.reservit.ca\/zeeptapo\/2024\/04\/cropped-logo_pour_linkedin.jpg\",\"width\":512,\"height\":512,\"caption\":\"Reservit Canada\"},\"image\":{\"@id\":\"https:\/\/www.reservit.ca\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/moteur.reservation.reservit\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Extras & Services | Increase Revenue per Stay | Reservit Canada","description":"Increase your average spend per stay by 13% with the Reservit Extras & Services module: 24\/7 online booking, dynamic calendar, secure payments and full automation for hotels and accommodations.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.reservit.ca\/en\/extras-and-services-management\/","og_locale":"en_US","og_type":"article","og_title":"Extras & Services | Increase Revenue per Stay | Reservit Canada","og_description":"Increase your average spend per stay by 13% with the Reservit Extras & Services module: 24\/7 online booking, dynamic calendar, secure payments and full automation for hotels and accommodations.","og_url":"https:\/\/www.reservit.ca\/en\/extras-and-services-management\/","og_site_name":"Reservit Canada","article_publisher":"https:\/\/www.facebook.com\/moteur.reservation.reservit\/","article_modified_time":"2025-11-28T21:00:01+00:00","og_image":[{"width":1500,"height":1500,"url":"https:\/\/www.reservit.ca\/zeeptapo\/2024\/02\/En-tete.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.reservit.ca\/en\/extras-and-services-management\/","url":"https:\/\/www.reservit.ca\/en\/extras-and-services-management\/","name":"Extras & Services | Increase Revenue per Stay | Reservit Canada","isPartOf":{"@id":"https:\/\/www.reservit.ca\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.reservit.ca\/en\/extras-and-services-management\/#primaryimage"},"image":{"@id":"https:\/\/www.reservit.ca\/en\/extras-and-services-management\/#primaryimage"},"thumbnailUrl":"https:\/\/www.reservit.ca\/zeeptapo\/2024\/02\/En-tete.png","datePublished":"2024-02-22T15:25:16+00:00","dateModified":"2025-11-28T21:00:01+00:00","description":"Increase your average spend per stay by 13% with the Reservit Extras & Services module: 24\/7 online booking, dynamic calendar, secure payments and full automation for hotels and accommodations.","breadcrumb":{"@id":"https:\/\/www.reservit.ca\/en\/extras-and-services-management\/#breadcrumb"},"inLanguage":"en-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.reservit.ca\/en\/extras-and-services-management\/"]}]},{"@type":"ImageObject","inLanguage":"en-CA","@id":"https:\/\/www.reservit.ca\/en\/extras-and-services-management\/#primaryimage","url":"https:\/\/www.reservit.ca\/zeeptapo\/2024\/02\/En-tete.png","contentUrl":"https:\/\/www.reservit.ca\/zeeptapo\/2024\/02\/En-tete.png","width":1500,"height":1500},{"@type":"BreadcrumbList","@id":"https:\/\/www.reservit.ca\/en\/extras-and-services-management\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.reservit.ca\/en\/"},{"@type":"ListItem","position":2,"name":"Extras and services management"}]},{"@type":"WebSite","@id":"https:\/\/www.reservit.ca\/en\/#website","url":"https:\/\/www.reservit.ca\/en\/","name":"Reservit Canada","description":"Logiciel de r\u00e9servation en ligne n\u00b01 au Canada","publisher":{"@id":"https:\/\/www.reservit.ca\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.reservit.ca\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-CA"},{"@type":"Organization","@id":"https:\/\/www.reservit.ca\/en\/#organization","name":"Reservit Canada","url":"https:\/\/www.reservit.ca\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-CA","@id":"https:\/\/www.reservit.ca\/en\/#\/schema\/logo\/image\/","url":"https:\/\/www.reservit.ca\/zeeptapo\/2024\/04\/cropped-logo_pour_linkedin.jpg","contentUrl":"https:\/\/www.reservit.ca\/zeeptapo\/2024\/04\/cropped-logo_pour_linkedin.jpg","width":512,"height":512,"caption":"Reservit Canada"},"image":{"@id":"https:\/\/www.reservit.ca\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/moteur.reservation.reservit\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.reservit.ca\/en\/wp-json\/wp\/v2\/pages\/6456","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.reservit.ca\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.reservit.ca\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.reservit.ca\/en\/wp-json\/wp\/v2\/users\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/www.reservit.ca\/en\/wp-json\/wp\/v2\/comments?post=6456"}],"version-history":[{"count":0,"href":"https:\/\/www.reservit.ca\/en\/wp-json\/wp\/v2\/pages\/6456\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.reservit.ca\/en\/wp-json\/wp\/v2\/media\/6487"}],"wp:attachment":[{"href":"https:\/\/www.reservit.ca\/en\/wp-json\/wp\/v2\/media?parent=6456"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}