{"id":9870,"date":"2026-02-28T04:24:14","date_gmt":"2026-02-28T04:24:14","guid":{"rendered":"https:\/\/www.jaynewaynedesign.com\/blog\/?page_id=9870"},"modified":"2026-02-28T04:26:32","modified_gmt":"2026-02-28T04:26:32","slug":"services-maintenance","status":"publish","type":"page","link":"https:\/\/www.jaynewaynedesign.com\/blog\/services-maintenance\/","title":{"rendered":"Services Maintenance"},"content":{"rendered":"\n        <script src=\"https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/1.9.1\/jquery.min.js\"><\/script>\n\n        <script type=\"text\/javascript\">\n        jQuery(document).ready(function($) {\n\n            function updateMaintenanceTotals() {\n                var onetime = 0;\n                var monthly = 0;\n\n                \/\/ Sum checked services\n                $('.msvc:checked').each(function() {\n                    onetime += parseFloat($(this).attr('data-initial'))  || 0;\n                    monthly += parseFloat($(this).attr('data-monthly')) || 0;\n                });\n\n                \/\/ Include \"Other\" service amounts (one-time fees)\n                $('.maint_amt_res').not('#maint_month_ser_fees').each(function() {\n                    var amt = parseFloat($(this).val()) || 0;\n                    onetime += amt;\n                });\n\n                \/\/ Monthly adjustment (can be + or -)\n                var adj = parseFloat($('#maint_month_ser_fees').val()) || 0;\n                monthly += adj;\n                if (monthly < 0) {\n                    monthly = 0;\n                }\n\n                var upfront = onetime + monthly;\n\n                $('#maint_onetime').html(onetime.toFixed(2));\n                $('#maint_monthly').html(monthly.toFixed(2));\n                $('#maint_upfront').html(upfront.toFixed(2));\n                $('#maint_ongoing').html(monthly.toFixed(2));\n            }\n\n            \/\/ Bind changes\n            $('.msvc').on('change', updateMaintenanceTotals);\n            $('#maint_month_ser_fees, .maint_amt_res').on('keyup change blur', updateMaintenanceTotals);\n\n            \/\/ Only allow numbers, minus, dot, backspace in numeric fields\n            $('#maint_month_ser_fees, .maint_amt_res').on('keypress', function(e) {\n                if (\n                    e.which === 8  ||\n                    e.which === 0  ||\n                    e.which === 45 ||\n                    e.which === 46 ||\n                    (e.which >= 48 && e.which <= 57)\n                ) {\n                    return true;\n                }\n                return false;\n            });\n\n            updateMaintenanceTotals();\n        });\n        <\/script>\n\n        <div class=\"services-cost-calculator\">\n          <form id=\"maintenance_form\" method=\"post\" autocomplete=\"off\">\n\n            <!-- BASIC INFO -->\n            <div class=\"row\">\n              <div class=\"col-xs-12\">\n                <div class=\"panel panel-danger1\">\n                  <div class=\"panel-heading\">\n                    <h3 class=\"panel-title\">BASIC INFO<\/h3>\n                  <\/div>\n                  <div class=\"panel-body\">\n                    <div class=\"row\">\n                      <div class=\"col-md-6\">\n                        <div class=\"form-group\">\n                          <label>Your name<span class=\"required\">*<\/span><\/label>\n                          <input type=\"text\" class=\"form-control\" name=\"name\" id=\"maint_name\">\n                        <\/div>\n                        <div class=\"form-group\">\n                          <label>Business Name<\/label>\n                          <input type=\"text\" class=\"form-control\" name=\"businessname\" id=\"maint_businessname\">\n                        <\/div>\n                        <div class=\"form-group\">\n                          <label>Your Email Address<span class=\"required\">*<\/span><\/label>\n                          <input type=\"email\" class=\"form-control\" name=\"email\" id=\"maint_email\">\n                        <\/div>\n                      <\/div>\n                      <div class=\"col-md-6\">\n                        <div class=\"form-group\">\n                          <label>Phone Number<\/label>\n                          <input type=\"text\" class=\"form-control\" name=\"phone_number\" id=\"maint_phone\">\n                        <\/div>\n                        <div class=\"form-group\">\n                          <label>Comments<\/label>\n                          <textarea name=\"comment\" cols=\"40\" class=\"form-control\"><\/textarea>\n                        <\/div>\n                      <\/div>\n                    <\/div>\n                  <\/div>\n                <\/div>\n              <\/div>\n            <\/div><!-- \/row -->\n\n            <div class=\"row\">\n              <div class=\"col-md-6\">\n\n                <!-- HOSTING & MANAGEMENT -->\n                <div class=\"panel panel-danger1\">\n                  <div class=\"panel-heading\">\n                    <h3 class=\"panel-title\">HOSTING &amp; MANAGEMENT<\/h3>\n                  <\/div>\n                  <div class=\"panel-body\">\n                    <div class=\"form-group\">\n                      <div class=\"checkbox\">\n                        <label><input type=\"checkbox\" class=\"msvc\" name=\"mw1\" id=\"mw1\" data-monthly=\"10\" data-initial=\"100\"> Domain Registration &amp; Management<\/label>\n                      <\/div>\n                      <div class=\"checkbox\">\n                        <label><input type=\"checkbox\" class=\"msvc\" name=\"mw6\" id=\"mw6\" data-monthly=\"160\" data-initial=\"0\"> Team-Support Hosting &amp; Ongoing Management<\/label>\n                      <\/div>\n                      <div class=\"checkbox\">\n                        <label><input type=\"checkbox\" class=\"msvc\" name=\"mw7\" id=\"mw7\" data-monthly=\"10\" data-initial=\"300\"> Domain-Hosted Email Setup<\/label>\n                      <\/div>\n                    <\/div>\n                  <\/div>\n                <\/div>\n\n                <!-- SECURITY & MAINTENANCE -->\n                <div class=\"panel panel-danger1\">\n                  <div class=\"panel-heading\">\n                    <h3 class=\"panel-title\">SECURITY &amp; MAINTENANCE<\/h3>\n                  <\/div>\n                  <div class=\"panel-body\">\n                    <div class=\"form-group\">\n                      <div class=\"checkbox\">\n                        <label><input type=\"checkbox\" class=\"msvc\" name=\"mse1\" id=\"mse1\" data-monthly=\"12\" data-initial=\"150\"> Standard SSL Certificate Installation<\/label>\n                      <\/div>\n                      <div class=\"checkbox\">\n                        <label><input type=\"checkbox\" class=\"msvc\" name=\"mse2\" id=\"mse2\" data-monthly=\"49\" data-initial=\"400\"> Premium \"Buy with Confidence\" SSL Certificate<\/label>\n                      <\/div>\n                      <div class=\"checkbox\">\n                        <label><input type=\"checkbox\" class=\"msvc\" name=\"mse3\" id=\"mse3\" data-monthly=\"120\" data-initial=\"0\"> WordPress \/ CMS Maintenance (Backups, Updates, Security)<\/label>\n                      <\/div>\n                    <\/div>\n                  <\/div>\n                <\/div>\n\n                <!-- SOCIAL MEDIA INTEGRATION -->\n                <div class=\"panel panel-danger1\">\n                  <div class=\"panel-heading\">\n                    <h3 class=\"panel-title\">SOCIAL MEDIA INTEGRATION<\/h3>\n                  <\/div>\n                  <div class=\"panel-body\">\n                    <div class=\"form-group\">\n                      <div class=\"checkbox\">\n                        <label><input type=\"checkbox\" class=\"msvc\" name=\"ms1\" id=\"ms1\" data-monthly=\"85\" data-initial=\"499\"> Facebook Feed\/Review API Integration (WordPress)<\/label>\n                      <\/div>\n                      <div class=\"checkbox\">\n                        <label><input type=\"checkbox\" class=\"msvc\" name=\"ms2\" id=\"ms2\" data-monthly=\"85\" data-initial=\"499\"> Instagram Feed Integration (WordPress)<\/label>\n                      <\/div>\n                      <div class=\"checkbox\">\n                        <label><input type=\"checkbox\" class=\"msvc\" name=\"ms3\" id=\"ms3\" data-monthly=\"50\" data-initial=\"299\"> Yelp Review API Integration (WordPress)<\/label>\n                      <\/div>\n                      <div class=\"checkbox\">\n                        <label><input type=\"checkbox\" class=\"msvc\" name=\"ms4\" id=\"ms4\" data-monthly=\"50\" data-initial=\"399\"> Google Business Review API Integration (WordPress)<\/label>\n                      <\/div>\n                    <\/div>\n                  <\/div>\n                <\/div>\n\n              <\/div><!-- \/col-md-6 -->\n\n              <div class=\"col-md-6\">\n\n                <!-- SEARCH VISIBILITY & SEO -->\n                <div class=\"panel panel-danger1\">\n                  <div class=\"panel-heading\">\n                    <h3 class=\"panel-title\">SEARCH VISIBILITY &amp; SEO<\/h3>\n                  <\/div>\n                  <div class=\"panel-body\">\n                    <div class=\"form-group\">\n                      <div class=\"checkbox\">\n                        <label><input type=\"checkbox\" class=\"msvc\" name=\"mseo1\" id=\"mseo1\" data-monthly=\"149\" data-initial=\"575\"> SEO Essentials Setup &amp; Maintenance<\/label>\n                      <\/div>\n                      <div class=\"checkbox\">\n                        <label><input type=\"checkbox\" class=\"msvc\" name=\"mseo2\" id=\"mseo2\" data-monthly=\"0\" data-initial=\"1500\"> On-Site Search Engine Optimization<\/label>\n                      <\/div>\n                      <div class=\"checkbox\">\n                        <label><input type=\"checkbox\" class=\"msvc\" name=\"mseo3\" id=\"mseo3\" data-monthly=\"175\" data-initial=\"1900\"> First Found - Visibility and Local Listing Management<\/label>\n                      <\/div>\n                    <\/div>\n                  <\/div>\n                <\/div>\n\n                <!-- OTHER -->\n                <div class=\"panel panel-danger1\">\n                  <div class=\"panel-heading\">\n                    <h3 class=\"panel-title\">OTHER<\/h3>\n                  <\/div>\n                  <div class=\"panel-body\">\n                    <div class=\"form-group\">\n                      <div class=\"row\">\n                        <div class=\"col-md-8\"><input type=\"text\" name=\"maint_services1\" class=\"form-control\" placeholder=\"services 1\"><\/div>\n                        <div class=\"col-md-4\"><span class=\"other-amount\">$<\/span><input type=\"text\" class=\"form-control maint_amt_res\" name=\"maint_services_amt_1\" id=\"maint_services_amt_1\" data-previous=\"0\" placeholder=\"00.00\"><\/div>\n                      <\/div>\n                    <\/div>\n                    <div class=\"form-group\">\n                      <div class=\"row\">\n                        <div class=\"col-md-8\"><input type=\"text\" class=\"form-control\" placeholder=\"services 2\" name=\"maint_services2\"><\/div>\n                        <div class=\"col-md-4\"><span class=\"other-amount\">$<\/span><input type=\"text\" class=\"form-control maint_amt_res\" name=\"maint_services_amt_2\" id=\"maint_services_amt_2\" data-previous=\"0\" placeholder=\"00.00\"><\/div>\n                      <\/div>\n                    <\/div>\n                    <div class=\"form-group\">\n                      <div class=\"row\">\n                        <div class=\"col-md-8\"><input type=\"text\" class=\"form-control last-service\" placeholder=\"services 3\" name=\"maint_services3\"><\/div>\n                        <div class=\"col-md-4\"><span class=\"other-amount\">$<\/span><input type=\"text\" class=\"form-control maint_amt_res last-service\" name=\"maint_services_amt_3\" id=\"maint_services_amt_3\" data-previous=\"0\" placeholder=\"00.00\"><\/div>\n                      <\/div>\n                    <\/div>\n                    <div class=\"form-group\">\n                      <div class=\"row\">\n                        <div class=\"col-md-8\">\n                          <input type=\"text\" class=\"form-control last-service\" name=\"maint_month_ser_fees_lbl\" placeholder=\"Monthly Service Fees Adj.\">\n                        <\/div>\n                        <div class=\"col-md-4\">\n                          <div class=\"input-group no-wrap\">\n                            <span class=\"input-group-addon\">+\/- $<\/span>\n                            <input type=\"text\" class=\"form-control maint_amt_res last-service\" name=\"maint_month_ser_fees\" id=\"maint_month_ser_fees\" data-previous=\"0\" placeholder=\"00.00\">\n                          <\/div>\n                        <\/div>\n                      <\/div>\n                    <\/div>\n                  <\/div>\n                <\/div>\n\n              <\/div><!-- \/col-md-6 -->\n            <\/div><!-- \/row -->\n\n            <!-- PAYMENT SUMMARY -->\n            <div class=\"row\">\n              <div class=\"col-md-6\">\n                <div class=\"panel-body\">\n\n                  <div class=\"total-row\">\n                    <div class=\"total-label\">One-Time Fees<\/div>\n                    <div class=\"total\">$<span id=\"maint_onetime\">0.00<\/span><\/div>\n                  <\/div>\n                  <div class=\"total-row\" style=\"background-color:#fff\">\n                    <div class=\"total-label\" style=\"height:2px; padding:0;\"><\/div>\n                    <div class=\"total\" style=\"height:2px; padding:0;\"><\/div>\n                  <\/div>\n\n                  <div class=\"total-row\">\n                    <div class=\"total-label\">Monthly Service Fees<\/div>\n                    <div class=\"total\">$<span id=\"maint_monthly\">0.00<\/span><\/div>\n                  <\/div>\n                  <div class=\"total-row\" style=\"background-color:#fff\">\n                    <div class=\"total-label\" style=\"height:2px; padding:0;\"><\/div>\n                    <div class=\"total\" style=\"height:2px; padding:0;\"><\/div>\n                  <\/div>\n\n                  <div class=\"total-row\">\n                    <div class=\"total-label\"><strong>Total Due Upfront (one-time + first month)<\/strong><\/div>\n                    <div class=\"total\"><strong>$<span id=\"maint_upfront\">0.00<\/span><\/strong><\/div>\n                  <\/div>\n                  <div class=\"total-row\" style=\"background-color:#fff\">\n                    <div class=\"total-label\" style=\"height:2px; padding:0;\"><\/div>\n                    <div class=\"total\" style=\"height:2px; padding:0;\"><\/div>\n                  <\/div>\n\n                  <div class=\"total-row\">\n                    <div class=\"total-label\">Ongoing Monthly<\/div>\n                    <div class=\"total\">$<span id=\"maint_ongoing\">0.00<\/span><\/div>\n                  <\/div>\n\n                <\/div>\n              <\/div>\n            <\/div><!-- \/row -->\n\n            <div class=\"row\">\n              <div class=\"col-xs-12\">\n                <div class=\"g-recaptcha\"><\/div>\n              <\/div>\n              <div class=\"col-xs-12\">\n                <input type=\"hidden\" name=\"payment_method\" value=\"cash\" id=\"payment_method\">\n                <input type=\"submit\" class=\"btn btn-danger\" value=\"Proceed to Payment\">\n              <\/div>\n            <\/div>\n\n          <\/form>\n        <\/div>\n\n        <!-- SERVICE DESCRIPTIONS -->\n        <div id=\"service-descriptions\" class=\"jayne-services-description\">\n\n          <h2>Hosting &amp; Management<\/h2>\n          <ul>\n            <li><strong>Domain Registration &amp; Management:<\/strong> We'll register and manage your domain name including renewals and DNS setups to ensure your domain is protected and secure.<\/li>\n            <li><strong>Team-Support Hosting &amp; Management:<\/strong> Fully managed hosting, plugin updates, speed optimization, and support \u2014 maintenance without the headache.<\/li>\n            <li><strong>Domain-Hosted Email Setup:<\/strong> Setup of professional email addresses using your domain name (e.g., hello@yourcompany.com).<\/li>\n          <\/ul>\n\n          <h2>Security &amp; Maintenance<\/h2>\n          <ul>\n            <li><strong>Standard SSL Certificate Installation:<\/strong> Enables HTTPS and provides baseline security for visitors and Google.<\/li>\n            <li><strong>Premium \"Buy with Confidence\" SSL Certificate:<\/strong> High-trust SSL option for ecommerce and sensitive data protection.<\/li>\n            <li><strong>WordPress \/ CMS Maintenance:<\/strong> Ongoing security updates, performance checks, and malware protection.<\/li>\n          <\/ul>\n\n          <h2>Social Media Integration<\/h2>\n          <ul>\n            <li><strong>Facebook Feed\/Review Integration:<\/strong> Display your Facebook feed or reviews within your website to keep content fresh and trustworthy.<\/li>\n            <li><strong>Instagram Feed Integration:<\/strong> Live integration of your Instagram feed or reels, styled to match your brand.<\/li>\n            <li><strong>Yelp Review API Integration:<\/strong> Showcase your best Yelp reviews to add social proof and trust.<\/li>\n            <li><strong>Google Business Review Integration:<\/strong> Highlight live Google reviews directly on your site for added credibility.<\/li>\n          <\/ul>\n\n          <h2>Search Visibility &amp; SEO<\/h2>\n          <ul>\n            <li><strong>SEO Essentials Setup &amp; Maintenance:<\/strong> Foundational strategies to improve visibility and support growth, including freshness signals and engagement monitoring.<\/li>\n            <li><strong>On-Site SEO:<\/strong> Targeted optimization including keyword refinement, alt tags, and redirects to preserve ranking post-redesign.<\/li>\n            <li><strong>First Found Local Listing Management:<\/strong> Managed listings across Google, Yelp, Maps, Siri, Alexa, and more \u2014 consistent visibility, real-time sync, and monthly reporting.<\/li>\n          <\/ul>\n\n        <\/div>\n\n        \n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":14,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-9870","page","type-page","status-publish","hentry","no-post-thumbnail"],"_links":{"self":[{"href":"https:\/\/www.jaynewaynedesign.com\/blog\/wp-json\/wp\/v2\/pages\/9870","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.jaynewaynedesign.com\/blog\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.jaynewaynedesign.com\/blog\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.jaynewaynedesign.com\/blog\/wp-json\/wp\/v2\/users\/14"}],"replies":[{"embeddable":true,"href":"https:\/\/www.jaynewaynedesign.com\/blog\/wp-json\/wp\/v2\/comments?post=9870"}],"version-history":[{"count":1,"href":"https:\/\/www.jaynewaynedesign.com\/blog\/wp-json\/wp\/v2\/pages\/9870\/revisions"}],"predecessor-version":[{"id":9871,"href":"https:\/\/www.jaynewaynedesign.com\/blog\/wp-json\/wp\/v2\/pages\/9870\/revisions\/9871"}],"wp:attachment":[{"href":"https:\/\/www.jaynewaynedesign.com\/blog\/wp-json\/wp\/v2\/media?parent=9870"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}