valleydentalesthetics.com

Analisi sito web valleydentalesthetics.com

 Generato il Dicembre 28 2024 02:23 AM

Statistiche non aggiornate? AGGIORNA !

Il punteggio e 71/100

Scarica la versione PDF

SEO Content

Title

Revitalize Your Smile with Valley Dental Esthetics of Lodi CA

Lunghezza : 61

Perfetto, il tuo title contiene tra 10 e 70 caratteri.

Description

Discover the latest dental treatments at Valley Dental Esthetics in Lodi, CA. From Invisalign to cosmetic dentistry and beyond, our skilled professionals offer exceptional care for a confident smile. Schedule your appointment today!

Lunghezza : 232

Idealmente, la tua meta description dovrebbe contenere tra 70 e 160 caratteri (spazi inclusi). Usa questo strumento free per calcolare la lunghezza del testo.

Keywords

Valley Dental Esthetics, Invisalign, cosmetic dentistry, Lodi dental office, dental treatments, smile makeover

Buono, la tua pagina contiene meta keywords.

Og Meta Properties

Buono, questa pagina sfrutta i vantaggi Og Properties.

Proprieta Contenuto
title Revitalize Your Smile with Valley Dental Esthetics of Lodi CA
url https://valleydentalesthetics.com/
type website
description Discover the latest dental treatments at Valley Dental Esthetics in Lodi, CA. From Invisalign to cosmetic dentistry and beyond, our skilled professionals offer exceptional care for a confident smile. Schedule your appointment today!
image https://valleydentalesthetics.com/custom/images/logo.png

Headings

H1 H2 H3 H4 H5 H6
0 3 11 1 6 0
  • [H2] We're Here to Help You Achieve Your Smile Goals
  • [H2] What Our Patients Are Saying
  • [H2] Your Smile is Our Priority
  • [H3] ${menuElements[index].label} ${descriptionElements[index].description} `); }); // Convert LI elements to links $('.section_2 nav *[data-url]:not([data-url=""])').each(function() { $(this).contents().filter(function() { return this.nodeType == 3; }) .replaceWith(''+$(this).attr('data-label')+''); if ($(this).attr('data-url').includes('http')) { $(this).children('a').attr('target', '_blank'); $(this).children('a').attr('rel', 'noopener'); } }); // Find UL elements containing groups and categorize them $('.section_2 nav ul > li').each(function() { if ($(this).attr('data-group')) { var parent_ul = $(this).closest('ul'); var group = $(this).attr('data-group') $(parent_ul).addClass('group_container'); if ($(this).siblings('li[data-group-container="'+group+'"]').length == 0) { group_container_li = $('') .attr('data-group-container', group) .appendTo(parent_ul); group_container_ul = $('') .attr('data-group-container', group) .appendTo(group_container_li); group_label = $('') .appendTo(group_container_ul); group_header = $('') .html($(this).attr('data-group-label')) .appendTo(group_label); } $(this).appendTo($(this).siblings('li[data-group-container="'+group+'"]').children('ul[data-group-container="'+group+'"]')); } }); $('.section_2 nav > .menu_wrapper > ul > li > ul > li:not([data-group-container])').each(function() { $(this).closest('ul').closest('li').css('position', 'relative'); }); // Set click and hover events {/* $('.section_2 nav li:not([data-group-container]):has(> ul)').mouseover(function(e) { if (mobileMenu.css('display') == 'none' && $(this).hasClass('active') == false) { let activeEl = $(this); $('.section_2 nav > .menu_wrapper > ul > li').each(function(el) { $(this).removeClass('active'); $(this).find('.menu_icon').css('transform', 'translate(0, -50%) rotate(0deg)'); $(this).find('.submenu_wrapper > ul').removeClass('active'); $(this).find('.submenu_description').removeClass('active'); $('> .submenu_wrapper', this).stop().slideUp(function() { }); }); $(this).addClass('active'); $(this).find('.menu_icon').css('transform', 'translate(0, -50%) rotate(-180deg)'); $('> .submenu_wrapper', this).stop().slideDown(function() { $(this).css('display', 'flex'); }); $(this).find('.submenu_description').toggleClass('active'); setTimeout(function() { activeEl.find('.submenu_wrapper > ul').addClass('active'); }, 100); } }); */} $('.section_2 nav li:not([data-group-container]):has(> ul)').click(function(e) { if (mobileMenu.css('display') == 'none' && $(this).hasClass('active') == false) { let activeEl = $(this); openMenu = true; $('.section_2 nav > .menu_wrapper > ul > li').each(function(el) { $(this).removeClass('active'); $(this).find('.menu_icon').css('transform', 'translate(0, -50%) rotate(0deg)'); $(this).find('.submenu_wrapper > ul').removeClass('active'); $(this).find('.submenu_description').removeClass('active'); $('> .submenu_wrapper', this).stop().slideUp(0, function() { }); }); $(this).addClass('active'); $(this).find('.menu_icon').css('transform', 'translate(0, -50%) rotate(-180deg)'); $('> .submenu_wrapper', this).stop().slideDown(function() { $(this).css('display', 'flex'); }); $(this).find('.submenu_description').toggleClass('active'); setTimeout(function() { activeEl.find('.submenu_wrapper > ul').addClass('active'); }, 100); } else if (mobileMenu.css('display') == 'none' && $(this).hasClass('active') == true) { $(this).removeClass('active'); $(this).find('.submenu_wrapper > ul').removeClass('active'); $(this).find('.submenu_description').removeClass('active'); $(this).find('.menu_icon').css('transform', 'translate(0, -50%)'); $('> .submenu_wrapper', this).stop().slideUp(0); openMenu = false; } else { if(!$(this).find('.submenu_wrapper').hasClass('active')) { $('.section_2 nav > .menu_wrapper > ul > li > .submenu_wrapper').slideUp().removeClass('active'); $('.section_2 nav > .menu_wrapper > ul > li .menu_icon').css('transform', 'translate(0, -50%) rotate(0deg)'); let clicked = $(this); setTimeout(function() { clicked.find('.submenu_wrapper').slideToggle().toggleClass('active'); clicked.find('.menu_icon').css('transform', 'translate(0, -50%) rotate(-180deg)'); }, 10) } else { $(this).find('.submenu_wrapper').slideToggle().toggleClass('active'); $(this).find('.menu_icon').css('transform', 'translate(0, -50%) rotate(0deg)'); } } }); // Set mobile events and click behavior $('.section_2 nav > .menu_wrapper .close_icon').click(function() { closeMobileMenu(); }); $('.section_2 nav .mobile_menu').click(function() { openMobileMenu(); }); $('.section_2 nav > .menu_wrapper > ul > li:has(>ul) > a').click(function(e) { if($(this).attr('href')) { e.preventDefault(); } }); $('.section_2 nav li > ul > li').click(function(e) { e.stopPropagation(); }); // Assign an event listener that sets up clicking outside the active mobile menu to close it window.addEventListener('click', function(e) { if(menuWrapper.hasClass('active') && !$(e.target).closest('.menu_wrapper').length && !$(e.target).closest('.mobile_menu').length) { closeMobileMenu(); } if (openMenu && (mobileMenu.css('display') == 'none') && !$(e.target).closest('.menu_wrapper').length) { baseNavElements.each(function(el) { if($(this).hasClass('active')) { $(this).removeClass('active'); $(this).find('.submenu_wrapper > ul').removeClass('active'); $(this).find('.submenu_description').removeClass('active'); $(this).find('.menu_icon').css('transform', 'translate(0, -50%)'); $('> .submenu_wrapper', this).stop().slideUp(0); } }); } }); window.addEventListener('touchstart', function(e) { if(menuWrapper.hasClass('active') && !$(e.target).closest('.menu_wrapper').length && !$(e.target).closest('.mobile_menu').length) { closeMobileMenu(); } }) // Assigns an event listener so you can use the escape key to close the mobile menu document.onkeydown = (e) => { if (menuWrapper.hasClass('active')) { if (e.keyCode == 27) { closeMobileMenu(); } } } // Close the menu on horizontal resize var window_width = window.innerWidth; window.addEventListener('resize', function() { if (window.innerWidth == window_width) { return; } else { if ($('.section_2 nav .mobile_menu').css('display') == 'none' ) { removeActive(); baseNavElements.each(function(el) { $(this).removeClass('active'); $(this).find('.menu_icon').css('transform', 'translate(0, -50%) rotate(0deg)'); $('> ul', this).stop().fadeOut(200); }); } else { closeMobileMenu(); } } window_width = window.innerWidth; }); // Iterate over elements and stagger adding active class function iterateActive(elements){ var i = 0; addActive(elements[i++]); var interval = setInterval(function(){ addActive(elements[i++]); if(i == elements.length) { clearInterval(interval); } }, 50); } // Runs through the nav structure and removes all active classes function removeActive() { baseNavElements.removeClass('active'); baseNavElements.find('.submenu_description').removeClass('active'); baseNavElements.find('.submenu_wrapper > ul').removeClass('active'); } // Add active class to element function addActive(element) { element.classList.add('active'); } // Toggles the dark background for the page while the menu is open function toggleLightboxOverlay(remove) { if(remove && remove.length) { $('section[data-type="system-lightbox-container"]').removeClass('active'); } else { $('section[data-type="system-lightbox-container"]').toggleClass('active'); } } // Closes mobile menu, removes neccessary classes, and toggles off the lightbox overlay function closeMobileMenu() { menuWrapper.removeClass('active'); navElement.removeClass('active'); $('.section_2').removeClass('active'); baseNavElements.find('.submenu_wrapper').removeClass('active') $('.section_2 nav > .menu_wrapper > .mobile_information > div').removeClass('active'); $('.section_2 nav > .menu_wrapper > .mobile_menu_buttons > div').removeClass('active'); baseNavElements.each(function(el) { $(this).removeClass('active'); $(this).find('.menu_icon').css('transform', 'translate(0, -50%) rotate(0deg)'); $('> ul', this).stop().fadeOut(200); }); toggleLightboxOverlay('remove'); $('html').css('overflow', 'visible'); window.removeEventListener('touchstart', swipeCloseStart, true); window.removeEventListener('touchend', swipeCloseEnd, true) } // Opens the mobile menu, adds active class, and toggles the lightbox overlay function openMobileMenu() { toggleLightboxOverlay(); menuWrapper.toggleClass('active'); $('html').css('overflow', 'hidden'); $('.section_2').addClass('active'); navElement.addClass('active'); setTimeout(function() { iterateActive(document.querySelectorAll('.section_2 nav > .menu_wrapper > ul > li')); }, 200) if(json.settings.menu_buttons) { setTimeout(function() { $('.section_2 nav > .menu_wrapper > .mobile_menu_buttons > div').addClass('active'); }, 300) } if(json.settings.mobile_address || json.settings.mobile_social || json.settings.mobile_phone) { setTimeout(function() { iterateActive(document.querySelectorAll('.section_2 nav > .menu_wrapper > .mobile_information > div')); }, 400) } window.addEventListener('touchstart', swipeCloseStart, true); window.addEventListener('touchend', swipeCloseEnd, true) } function swipeCloseStart(e) { touchStartX = e.touches[0].clientX; } function swipeCloseEnd(e) { touchEnd = e.changedTouches[0].clientX; touchDiff = touchStartX - touchEnd; absDiff = Math.abs(touchStartX - touchEnd); if (touchDiff < 0 && absDiff > swipeCloseThreshold) { closeMobileMenu(); } touchStartX, touchEnd, touchDiff, absDiff = 0; } } javascript.prototype[get_id()] = function() { $(document).scroll(function() { var position = $(document).scrollTop(); if (position > 100) { if (!$('.section_2').hasClass('not_top')) { $('.section_2').addClass('not_top'); } } else { if ($('.section_2').hasClass('not_top')) { $('.section_2').removeClass('not_top'); } } }); } .section_3 { --svg-offset: 0px; --module-height: 800px; --mobile-top-padding: 20px; height: var(--module-height); max-height: 90vh; overflow: hidden; background-color: #ffffff; padding: 0 40px; } @media (max-width: 1024px) { .section_3 { --module-height: 650px; } } @media (max-width: 768px) { .section_3 { --module-height: 500px; } } @media (max-width: 768px) { .section_3 { padding-top: var(--mobile-top-padding); } } @media (max-width: 550px) { .section_3 { padding: 0; } } .section_3 .content_container { width: 100%; height: 100%; } .section_3 .content_container .content { width: 100%; height: 100%; } .section_3 .content_container .content .banner_contents { max-width: 1650px; margin: 0 auto; display: flex; align-items: center; height: 100%; } @media (max-width: 768px) { .section_3 .content_container .content .banner_contents { padding-top: 60px; flex-direction: column; } } @media (max-width: 550px) { .section_3 .content_container .content .banner_contents { display: block; box-sizing: border-box; } } .section_3 .content_container .content .banner_contents .text { flex-basis: 50%; z-index: 99; } @media (max-width: 550px) { .section_3 .content_container .content .banner_contents .text { padding: 20px; box-sizing: border-box; } } .section_3 .content_container .content .banner_contents .text h1, .section_3 .content_container .content .banner_contents .text p { color: #387298; } .section_3 .content_container .content .banner_contents .text h1 span, .section_3 .content_container .content .banner_contents .text p span { color: #000066; } .section_3 .content_container .content .banner_contents .text h1 { font-size: 3rem; } @media (max-width: 1600px) { .section_3 .content_container .content .banner_contents .text h1 { font-size: 2.5rem; } } @media (max-width: 1024px) { .section_3 .content_container .content .banner_contents .text h1 { font-size: 2rem; } } @media (max-width: 768px) { .section_3 .content_container .content .banner_contents .text h1 { font-size: 1.75rem; } } @media (max-width: 550px) { .section_3 .content_container .content .banner_contents .text h1 { font-size: 1.75rem; } } .section_3 .content_container .content .banner_contents .text p, .section_3 .content_container .content .banner_contents .text a { font-family: "Nunito"; } .section_3 .content_container .content .banner_contents .text p { font-size: 1.2rem; line-height: 1.5em; } @media (max-width: 1024px) { .section_3 .content_container .content .banner_contents .text p { display: none; } } @media (max-width: 550px) { .section_3 .content_container .content .banner_contents .text div[data-micro-template="buttons_container"] { margin-top: 20px; height: 45px; } .section_3 .content_container .content .banner_contents .text div[data-micro-template="buttons_container"] div[data-micro-template="buttons"] { height: 100%; } } .section_3 .content_container .content .banner_contents .text .button { border-radius: 4px; } @media (max-width: 550px) { .section_3 .content_container .content .banner_contents .text .button { padding: 10px 15px; margin: 0; height: 100%; } } .section_3 .content_container .content .banner_contents .image { position: absolute; bottom: 0; left: 0; display: block; width: 100%; height: 100%; } @media (max-width: 550px) { .section_3 .content_container .content .banner_contents .image { display: none; } } .section_3 .content_container .content .banner_contents .image .banner_fore { display: block; object-fit: cover; height: 100%; width: 100%; } .section_3 .content_container .content .banner_contents .mobile_image { position: absolute; bottom: 0; left: initial; width: 100%; height: 100%; display: none; z-index: -1; } @media (max-width: 550px) { .section_3 .content_container .content .banner_contents .mobile_image { display: block; } } .section_3 .content_container .content .banner_contents .mobile_image .banner_fore { display: block; object-fit: cover; height: 100%; width: 100%; } .section_3 .content_container .content .banner_contents .scrolling_image { display: none; top: 0; left: 0; height: 75%; top: 120px; width: 100%; background-position: 0 0; background-size: auto 100%; background-repeat: repeat; position: absolute; animation: eternalScroll 360s linear infinite; z-index: -2; -webkit-mask-image: linear-gradient(90deg,rgba(0,0,0,0.4) 50%,#000 60%); } .section_3 .content_container .content div[data-micro-template="svg"] { position: absolute; bottom: var(--svg-offset); left: 0; width: 100%; height: auto; line-height: 0; transform: rotate(180deg); } .section_3 .content_container .content div[data-micro-template="svg"] svg { width: 100%; height: 120px; } @media (max-width: 768px) { .section_3 .content_container .content div[data-micro-template="svg"] svg { height: 45px; } } .section_3 .content_container .content div[data-micro-template="svg"] svg .shape { fill: #ffffff; } @keyframes eternalScroll { 0% { background-position: 0 0; } 100% { background-position: -10000px 0; } } .section_3 { --svg-offset: 0px; --module-height: 1100px; --mobile-top-padding: 120px; height: var(--module-height); max-height: 1100px; overflow: hidden; background-color: #ffffff; padding: 0 0px; } @media (max-width: 1280px) { .section_3 { --module-height: 850px; } } @media (max-width: 1024px) { .section_3 { --module-height: 650px; } } @media (max-width: 768px) { .section_3 { padding-top: var(--mobile-top-padding); --module-height: 450px; margin-top: 120px; } } @media (max-width: 550px) { .section_3 { padding: 0; --module-height: 250px; } } .section_3 .content_container { width: 100%; height: 100%; } .section_3 .content_container .content { width: 100%; height: 100%; } .section_3 .content_container .content .banner_contents { max-width: 100%; margin: 0 auto; display: flex; align-items: center; height: 100%; } @media (max-width: 768px) { .section_3 .content_container .content .banner_contents { padding-top: 60px; flex-direction: column; } } @media (max-width: 550px) { .section_3 .content_container .content .banner_contents { display: block; box-sizing: border-box; } } .section_3 .content_container .content .banner_contents .background_gradient { overflow: hidden; width: 100%; height: 100%; position: absolute; z-index: 20; background-image: linear-gradient(to bottom,rgba(255,255,255,0.9),rgba(255,255,255,0.05),rgba(0,0,102,0),rgba(0,0,102,0)); } @media (max-width: 768px) { .section_3 .content_container .content .banner_contents .background_gradient { display: none; } } .section_3 .content_container .content .banner_contents .text { flex-basis: 50%; z-index: 99; } @media (max-width: 550px) { .section_3 .content_container .content .banner_contents .text { padding: 20px; box-sizing: border-box; } } .section_3 .content_container .content .banner_contents .text h1, .section_3 .content_container .content .banner_contents .text p { color: #387298; } .section_3 .content_container .content .banner_contents .text h1 span, .section_3 .content_container .content .banner_contents .text p span { color: #000066; } .section_3 .content_container .content .banner_contents .text h1 { font-size: 3rem; } @media (max-width: 1600px) { .section_3 .content_container .content .banner_contents .text h1 { font-size: 2.5rem; } } @media (max-width: 1024px) { .section_3 .content_container .content .banner_contents .text h1 { font-size: 2rem; } } @media (max-width: 768px) { .section_3 .content_container .content .banner_contents .text h1 { font-size: 1.75rem; } } @media (max-width: 550px) { .section_3 .content_container .content .banner_contents .text h1 { font-size: 1.75rem; } } .section_3 .content_container .content .banner_contents .text p, .section_3 .content_container .content .banner_contents .text a { font-family: "Nunito"; } .section_3 .content_container .content .banner_contents .text p { font-size: 1.2rem; line-height: 1.5em; } @media (max-width: 1024px) { .section_3 .content_container .content .banner_contents .text p { display: none; } } .section_3 .content_container .content .banner_contents .text .button { border-radius: 4px; } @media (max-width: 550px) { .section_3 .content_container .content .banner_contents .text .button { padding: 10px 15px; } } .section_3 .content_container .content .banner_contents .image { position: absolute; bottom: 0; left: 0; display: block; width: 100%; height: 100%; } @media (max-width: 550px) { .section_3 .content_container .content .banner_contents .image { display: none; } } .section_3 .content_container .content .banner_contents .image .banner_fore { display: block; object-fit: cover; height: 100%; width: 100%; } @media (max-width: 550px) { .section_3 .content_container .content .banner_contents .image .banner_fore { object-position: 60% 50%; } } .section_3 .content_container .content .banner_contents .mobile_image { position: absolute; bottom: 0; left: initial; width: 100%; height: 100%; display: none; z-index: -1; } @media (max-width: 550px) { .section_3 .content_container .content .banner_contents .mobile_image { display: block; } } .section_3 .content_container .content .banner_contents .scrolling_image { display: none; top: 0; left: 0; height: 75%; top: 120px; width: 100%; background-position: 0 0; background-size: auto 100%; background-repeat: repeat; position: absolute; animation: eternalScroll 360s linear infinite; z-index: -2; -webkit-mask-image: linear-gradient(90deg,rgba(0,0,0,0.4) 50%,#000 60%); } .section_3 .content_container .content div[data-micro-template="svg"] { position: absolute; bottom: var(--svg-offset); left: 0; width: 100%; height: auto; line-height: 0; transform: rotate(180deg); } .section_3 .content_container .content div[data-micro-template="svg"] svg { width: 100%; height: 120px; } @media (max-width: 768px) { .section_3 .content_container .content div[data-micro-template="svg"] svg { height: 45px; } } .section_3 .content_container .content div[data-micro-template="svg"] svg .shape { fill: #ffffff; } @keyframes eternalScroll { 0% { background-position: 0 0; } 100% { background-position: -10000px 0; } } javascript.prototype[get_id()] = function() { var json = {"settings":{"slide_duration":6,"parallax":true,"scrolling_background":false,"below":""},"content":[{"image":"\/custom\/images\/banner\/background.jpg","mobile_image":"\/custom\/images\/banner\/mobile_background.jpg"}],"svg":""}; const {scrolling_background, parallax, slide_duration} = json.settings; const scrolling_image = json.content[0].scrolling_image; var scrolling_image_element = document.querySelector('.section_3 .scrolling_image'); if(scrolling_image_element && scrolling_background) { scrolling_image_element.style.display = 'block'; scrolling_image_element.style.backgroundImage = `url('${scrolling_image}')`; } } .section_4 { padding: 40px 20px; } .section_4 .content_container { max-width: 1200px; margin: 0 auto; } .section_4 .content_container .content { text-align: center; } .section_4 .content_container .content .text .hidden_text { display: none; } .section_4 .content_container .content .text p.read_more { color: #000066; cursor: pointer; } .section_4 .content_container .content .text p.read_more:hover { color: #387298; } .section_4 .content_container .content h1 { color: #353535; font-size: 3rem; } @media (max-width: 1600px) { .section_4 .content_container .content h1 { font-size: 2.5rem; } } @media (max-width: 1024px) { .section_4 .content_container .content h1 { font-size: 2rem; } } @media (max-width: 768px) { .section_4 .content_container .content h1 { font-size: 1.75rem; } } @media (max-width: 550px) { .section_4 .content_container .content h1 { font-size: 1.75rem; } } .section_4 .content_container .content h1 span { color: #000066; } .section_4 .content_container .content h3 { color: #387298; font-size: 2rem; } @media (max-width: 1600px) { .section_4 .content_container .content h3 { font-size: 1.75rem; } } @media (max-width: 768px) { .section_4 .content_container .content h3 { font-size: 1.35rem; } } @media (max-width: 550px) { .section_4 .content_container .content h3 { font-size: 1.15rem; } } .section_4 .content_container .content p { font-size: 1.1rem; } .section_4 .content_container .content div[data-micro-template="buttons_container"] { display: flex; justify-content: space-between; flex-wrap: wrap; margin: 40px auto 0; max-width: 800px; } @media (max-width: 550px) { .section_4 .content_container .content div[data-micro-template="buttons_container"] { margin-top: 20px; } } .section_4 .content_container .content div[data-micro-template="buttons_container"] .button { margin-bottom: 40px; flex-basis: 48%; border-radius: 4px; border: 2px solid #387298; background: #c2e5fd; padding: 30px 20px; display: flex; flex-direction: column; align-items: center; font-size: 1.05rem; } @media (max-width: 768px) { .section_4 .content_container .content div[data-micro-template="buttons_container"] .button { padding: 15px 20px; } } @media (max-width: 550px) { .section_4 .content_container .content div[data-micro-template="buttons_container"] .button { flex-basis: 100%; margin-bottom: 15px; } } .section_4 .content_container .content div[data-micro-template="buttons_container"] .button:hover a { color: #387298; border-color: #387298; } .section_4 .content_container .content div[data-micro-template="buttons_container"] .button h5 { color: #353535; font-family: "trajan-pro-3"; font-size: 1.5rem; } @media (max-width: 1024px) { .section_4 .content_container .content div[data-micro-template="buttons_container"] .button h5 { font-size: 1.25rem; } } @media (max-width: 550px) { .section_4 .content_container .content div[data-micro-template="buttons_container"] .button h5 { font-size: 1.1rem; } } .section_4 .content_container .content div[data-micro-template="buttons_container"] .button a { color: #000066; font-weight: 600; display: inline-block; border-bottom: 2px solid #000066; padding-bottom: 1px; transition: all 0.4s; } .section_4 { padding: 40px 20px; } .section_4 .content_container { max-width: 1200px; margin: 0 auto; } .section_4 .content_container .content { text-align: center; } .section_4 .content_container .content .invisalign_image { justify-content: center; display: flex; } .section_4 .content_container .content .text .hidden_text { display: none; } .section_4 .content_container .content .text p.read_more { color: #000066; cursor: pointer; } .section_4 .content_container .content .text p.read_more:hover { color: #387298; } .section_4 .content_container .content h1 { color: #353535; font-size: 3rem; } @media (max-width: 1600px) { .section_4 .content_container .content h1 { font-size: 2.5rem; } } @media (max-width: 1024px) { .section_4 .content_container .content h1 { font-size: 2rem; } } @media (max-width: 768px) { .section_4 .content_container .content h1 { font-size: 1.75rem; } } @media (max-width: 550px) { .section_4 .content_container .content h1 { font-size: 1.75rem; } } .section_4 .content_container .content h1 span { color: #000066; } .section_4 .content_container .content h3 { color: #387298; font-size: 2rem; } @media (max-width: 1600px) { .section_4 .content_container .content h3 { font-size: 1.75rem; } } @media (max-width: 768px) { .section_4 .content_container .content h3 { font-size: 1.35rem; } } @media (max-width: 550px) { .section_4 .content_container .content h3 { font-size: 1.15rem; } } .section_4 .content_container .content p { font-size: 1.1rem; } .section_4 .content_container .content div[data-micro-template="buttons_container"] { display: flex; justify-content: space-between; flex-wrap: wrap; margin: 40px auto 0; max-width: 800px; } @media (max-width: 550px) { .section_4 .content_container .content div[data-micro-template="buttons_container"] { margin-top: 20px; } } .section_4 .content_container .content div[data-micro-template="buttons_container"] .button { margin-bottom: 40px; flex-basis: 48%; border-radius: 4px; border: 2px solid #387298; background: #c2e5fd; padding: 30px 20px; display: flex; flex-direction: column; align-items: center; font-size: 1.05rem; } @media (max-width: 768px) { .section_4 .content_container .content div[data-micro-template="buttons_container"] .button { padding: 15px 20px; } } @media (max-width: 550px) { .section_4 .content_container .content div[data-micro-template="buttons_container"] .button { flex-basis: 100%; margin-bottom: 15px; } } .section_4 .content_container .content div[data-micro-template="buttons_container"] .button:hover a { color: #387298; border-color: #387298; } .section_4 .content_container .content div[data-micro-template="buttons_container"] .button h5 { color: #353535; font-family: "trajan-pro-3"; font-size: 1.5rem; } @media (max-width: 1024px) { .section_4 .content_container .content div[data-micro-template="buttons_container"] .button h5 { font-size: 1.25rem; } } @media (max-width: 550px) { .section_4 .content_container .content div[data-micro-template="buttons_container"] .button h5 { font-size: 1.1rem; } } .section_4 .content_container .content div[data-micro-template="buttons_container"] .button a { color: #000066; font-weight: 600; display: inline-block; border-bottom: 2px solid #000066; padding-bottom: 1px; transition: all 0.4s; } Welcome to Valley Dental Esthetics
  • [H3] Experienced Care You Can Trust
  • [H3] Contact Us
  • [H3] Thank You!
  • [H3] Personalized Care for Every Smile
  • [H3] Comprehensive care
  • [H3] Cutting Edge technology
  • [H3] Making Smiles affordable
  • [H3] About Us
  • [H3] Questions?
  • [H3] Navigation
  • [H4] Get the Best Deal on All-Inclusive Invisalign®only $74 a month (on approved credit)with $250 x 4months ($1000 total) down or$5,200Most offices charge $6,000 - $7,500!
  • [H5] New patient?Start here.
  • [H5] Comprehensive dentistry
  • [H5] Cosmetic Dentistry
  • [H5] Invisalign® Aligners
  • [H5] OSA Therapy
  • [H5] Same Day Crowns

Images

Abbiamo trovato 13 immagini in questa pagina web.

Buono, molte o tutte le tue immagini hanno attributo alt

Text/HTML Ratio

Ratio : 3%

Il rapporto testo/codice HTML di questa pagina e inferiore a 15 percento, questo significa che il tuo sito web necessita probabilmente di molto piu contenuto.

Flash

Perfetto, non e stato rilevato contenuto Flash in questa pagina.

Iframe

Grande, non sono stati rilevati Iframes in questa pagina.

URL Rewrite

Buono. I tuoi links appaiono friendly!

Underscores in the URLs

Perfetto! Non sono stati rilevati underscores nei tuoi URLs.

In-page links

Abbiamo trovato un totale di 15 links inclusi 0 link(s) a files

Anchor Type Juice
Request Appointment Interno Passing Juice
630 S Fairmont Ave, Suite D, Lodi, CA 95240 Externo Passing Juice
Patient Information Interno Passing Juice
Explore Our Services Interno Passing Juice
Schedule Now Interno Passing Juice
Payment Options Interno Passing Juice
Home Interno Passing Juice
Our Office Interno Passing Juice
Testimonials Interno Passing Juice
Our Doctors Interno Passing Juice
Our Team Interno Passing Juice
Dental Videos Interno Passing Juice
Blog Interno Passing Juice
Accessibility Policy Interno Passing Juice
Dental Marketing Externo Passing Juice

SEO Keywords

Keywords Cloud

smile cosmetic dentist dental patients dentistry oral care invisalign lodi

Consistenza Keywords

Keyword Contenuto Title Keywords Description Headings
dental 21
invisalign 13
patients 12
smile 11
care 11

Usabilita

Url

Dominio : valleydentalesthetics.com

Lunghezza : 25

Favicon

Grande, il tuo sito usa una favicon.

Stampabilita

Non abbiamo riscontrato codice CSS Print-Friendly.

Lingua

Buono. La tua lingua dichiarata en.

Dublin Core

Questa pagina non sfrutta i vantaggi di Dublin Core.

Documento

Doctype

HTML 5

Encoding

Perfetto. Hai dichiarato che il tuo charset e UTF-8.

Validita W3C

Errori : 0

Avvisi : 0

Email Privacy

Grande. Nessun indirizzo mail e stato trovato in plain text!

Deprecated HTML

Grande! Non abbiamo trovato tags HTML deprecati nel tuo codice.

Suggerimenti per velocizzare

Eccellente, il tuo sito web non utilizza nested tables.
Perfetto. Nessun codice css inline e stato trovato nei tags HTML!
Grande, il tuo sito web ha pochi file CSS.
Perfetto, il tuo sito web ha pochi file JavaScript.
Perfetto, il vostro sito si avvale di gzip.

Mobile

Mobile Optimization

Apple Icon
Meta Viewport Tag
Flash content

Ottimizzazione

XML Sitemap

Grande, il vostro sito ha una sitemap XML.

https://valleydentalesthetics.com/sitemap.xml

Robots.txt

http://valleydentalesthetics.com/robots.txt

Grande, il vostro sito ha un file robots.txt.

Analytics

Grande, il vostro sito ha uno strumento di analisi dei dati.

   Google Analytics

PageSpeed Insights


Dispositivo
Categorie

RCM Review

RCM Review e uno strumento di ottimizzazione per i motori di ricerca (seo tool) che serve per analizzare le tue pagine web