Kategori: tools

  • Cek Traffic Website

    Site Traffic Checker

    Check Site Traffic

  • Tool Cek Domain Authority (DA) dan Page Authority (PA)

    DA & PA Checker

    Check DA & PA

    document.getElementById(‘da-pa-form’).addEventListener(‘submit’, function(event) {
    event.preventDefault();

    const url = document.getElementById(‘url’).value;
    const resultsDiv = document.getElementById(‘results’);

    // This is where you would call your API to get the DA and PA data
    // For the purpose of this example, we’ll simulate an API call with a timeout
    resultsDiv.inner