Air Ambulance Cost Calculator

Google SERP Simulator

Characters: 0 / 60
Characters: 0 / 160

Search Engine Result Preview:

https://www.yourwebsite.com › page-url
Your SEO Title Tag Goes Here
Provide a concise summary of your page content. A good meta description encourages users to click through to your site from search results.
function refreshSeoPreview() { var titleVal = document.getElementById('seo-title-in').value; var descVal = document.getElementById('seo-desc-in').value; var titleOut = document.getElementById('out-title'); var descOut = document.getElementById('out-desc'); var titleCounter = document.getElementById('title-counter'); var descCounter = document.getElementById('desc-counter'); titleOut.innerText = titleVal || 'Your SEO Title Tag Goes Here'; descOut.innerText = descVal || 'Provide a concise summary of your page content. A good meta description encourages users to click through to your site from search results.'; titleCounter.innerText = 'Characters: ' + titleVal.length + ' / 60'; titleCounter.style.color = titleVal.length > 60 ? '#d93025' : (titleVal.length > 50 ? '#188038' : '#70757a'); descCounter.innerText = 'Characters: ' + descVal.length + ' / 160'; descCounter.style.color = descVal.length > 160 ? '#d93025' : (descVal.length > 120 ? '#188038' : '#70757a'); } function clearSeoFields() { document.getElementById('seo-title-in').value = "; document.getElementById('seo-desc-in').value = "; refreshSeoPreview(); } function copyToClipboard() { var title = document.getElementById('seo-title-in').value; var desc = document.getElementById('seo-desc-in').value; var textToCopy = "Title: " + title + "\nDescription: " + desc; var tempInput = document.createElement("textarea"); tempInput.value = textToCopy; document.body.appendChild(tempInput); tempInput.select(); document.execCommand("copy"); document.body.removeChild(tempInput); alert("SEO metadata copied to clipboard!"); }

Leave a Comment