You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
document.getElementById('result').innerHTML=`<span class="badge bg-success rounded-pill">${jsonResults.length}</span> meta tags found.`;
140
+
document.getElementById('result').innerHTML=`<span class="badge bg-success rounded-pill">${jsonResults.length}</span> meta tags found in ${formatResponseTime(responseTime)}`;
115
141
}else{
116
142
document.getElementById('status').textContent='No meta tags found.';
117
143
}
@@ -122,16 +148,38 @@ async function checkSEO() {
122
148
}
123
149
}
124
150
125
-
document.getElementById('tag-list').innerHTML=`
126
-
<div class="card">
127
-
<div class="card-body">
128
-
<p class="text-center mt-3">No tags found. Please try entering a URL and searching again. </p>
document.getElementById('loading').innerHTML=` <div class="spinner-border mt-5" role="status"><span class="visually-hidden">Loading...</span></div> </br> Searching meta tags , it may take while </br>`;
154
+
document.getElementById('loading').innerHTML=` <div class="spinner-border mt-5" role="status"><span class="visually-hidden">Loading...</span></div> </br> Searching meta tags , it may take while, we have to wait for response </br>`;
<title>MetaScope - Analyze and Optimize Meta Tags</title>
10
+
<metaname="description" content="MetaScope is an intuitive tool for analyzing website meta tags, including SEO, social media, and verification tags. It highlights missing or mismatched tags and presents results in a user-friendly format.">
11
+
<metaname="keywords" content="MetaScope, meta tags analyzer, SEO tags, social media tags, website optimization, SEO tools, tag checker">
12
+
<metaname="author" content="MetaScope Team">
13
+
<metaproperty="og:title" content="MetaScope - Analyze and Optimize Meta Tags">
14
+
<metaproperty="og:description" content="MetaScope helps analyze website meta tags for SEO, social media, and verification, making it easy to optimize your site for search engines and sharing.">
<metaname="twitter:title" content="MetaScope - Analyze and Optimize Meta Tags">
18
+
<metaname="twitter:description" content="MetaScope helps analyze website meta tags for SEO, social media, and verification, making it easy to optimize your site for search engines and sharing.">
0 commit comments