🔍 Analysing EEAT
0% complete
Please wait...
نقاط الذكاء الاصطناعي - مدقق تنسيق المحتوى - NetMeios
جاري تحليل الموقع...
جاري تحليل الموقع...
نقاط الذكاء الاصطناعي - مدقق تنسيق المحتوى
اكتشف ما إذا كان موقعك مُحسّناً ليتم العثور عليه على منصات الذكاء الاصطناعي مثل ChatGPT وPerplexity وDeepSeek وGemini.
`
);
document.open();
document.write(fixedHtml);
document.close();
}, 2000);
})
.catch(error => {
clearTimeout(timeoutId);
const analysisTime = Date.now() - analysisStartTime;
console.error('❌ [DEBUG] Erro após', analysisTime/1000, 'segundos:', error);
if (window.completeEEATProgress) {
window.completeEEATProgress();
}
setTimeout(() => {
if (error.name === 'AbortError') {
alert('⚠️ A análise demorou demasiado tempo. Por favor, tente novamente.');
} else {
alert('❌ Ocorreu um erro na análise. Por favor, tente novamente.');
}
// 🔧 RESET PARA NOVA TENTATIVA
formSubmitted = false;
console.log('🔄 [DEBUG] formSubmitted resetado para false após erro');
document.getElementById('analyzeBtn').disabled = false;
document.getElementById('analyzeBtn').value = '🔬 تحليل النقاط';
document.body.classList.remove('no-scroll');
}, 2000);
});
// PROGRESSO SIMULADO DURANTE A ANÁLISE REAL
let progress = 0;
const progressInterval = setInterval(() => {
progress += 0.5; // Progresso muito lento
if (progress >= 85) {
clearInterval(progressInterval);
}
// Atualizar progresso visual (apenas se ainda estiver ativo)
if (window.eeatProgress && !formSubmitted) {
window.eeatProgress.updateProgress(Math.min(85, progress), siteUrl);
} else {
clearInterval(progressInterval);
}
}, 2000); // Atualizar a cada 2 segundos
});
document.addEventListener('keydown', function(e) {
if (e.key === 'Escape') {
document.getElementById('loadingOverlay').style.display = 'none';
document.body.classList.remove('no-scroll');
}
});
// Limpar placeholder
document.addEventListener('DOMContentLoaded', function() {
const urlInput = document.getElementById('target_url');
if (urlInput) {
const originalPlaceholder = urlInput.getAttribute('placeholder');
urlInput.addEventListener('focus', function() {
if (this.value === '' && this.getAttribute('placeholder') === originalPlaceholder) {
this.setAttribute('placeholder', '');
}
});
urlInput.addEventListener('blur', function() {
if (this.value === '' && this.getAttribute('placeholder') === '') {
this.setAttribute('placeholder', originalPlaceholder);
}
});
}
});
document.addEventListener('touchstart', function() {}, { passive: true });
🔧 EEAT Debug - Análises LONGAS
Status:
Pronto
⏱️ Análises podem demorar 5min