Quick AdSense Verification Guide
During the “Getting ready” review phase, use these quick checks to verify everything is working.
🚀 Quick Verification (5 minutes)
1. Test ads.txt File
Visit in browser: https://mrajan.com.np/ads.txt
Expected Result:
google.com, pub-4166647782860352, DIRECT, f08c47fec0942fa0
If you see this: ✅ Good!
If you see 404: ❌ Fix immediately - file missing
2. Test AdSense Script
- Visit:
https://mrajan.com.np - Right-click → View Page Source (or Cmd+U / Ctrl+U)
- Press Cmd+F / Ctrl+F
- Search for:
adsbygoogle
Expected Result:
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4166647782860352"
crossorigin="anonymous"></script>
If you see this: ✅ Good!
If not found: ❌ Check _includes/head.html
3. Test Privacy Policy
Visit: https://mrajan.com.np/privacy-policy/
Check for:
- Page loads without errors ✅
- Mentions “Google AdSense” ✅
- Mentions “Google Analytics” ✅
- Has contact information ✅
If all checked: ✅ Good!
4. Test Footer Links
Visit: https://mrajan.com.np and scroll to footer
Check:
- Privacy Policy link visible ✅
- Terms of Service link visible ✅
- Both links work ✅
If all checked: ✅ Good!
5. Test Multiple Pages
Check AdSense script loads on:
- Homepage:
https://mrajan.com.np✅ - About page:
https://mrajan.com.np/aboutme/✅ - Blog post:
https://mrajan.com.np/posts/2023-07-11-ssg-vs-ssr/✅
🔧 Command Line Verification
Run this script (after deployment):
./verify_adsense_setup.sh
Or test manually:
# Test ads.txt
curl https://mrajan.com.np/ads.txt
# Test AdSense script
curl -s https://mrajan.com.np/ | grep adsbygoogle
# Test Privacy Policy
curl -I https://mrajan.com.np/privacy-policy/
✅ Daily Checks During Review
Every day during the 2-4 week review:
- Check AdSense Dashboard (5 seconds)
- Login to AdSense
- Look for status changes
- Check for messages
- Verify Site is Live (10 seconds)
- Visit your homepage
- Check it loads
- Verify ads.txt (10 seconds)
- Visit:
https://mrajan.com.np/ads.txt - Should show your publisher ID
- Visit:
⚠️ Red Flags - Fix Immediately
If you notice:
- ❌ ads.txt returns 404 → Fix immediately
- ❌ AdSense script missing → Check
_includes/head.html - ❌ Privacy Policy missing → Create it
- ❌ Site password protected → Remove it
- ❌ SSL certificate errors → Fix HTTPS
📊 What AdSense Checks During Review
Google reviews:
- Technical Setup (Days 1-3)
- AdSense code installation ✓
- ads.txt file ✓
- Domain verification ✓
- Content Quality (Days 4-7)
- Original content ✓
- Sufficient content ✓
- No prohibited material ✓
- Policy Compliance (Days 8-14)
- Privacy Policy ✓
- Terms of Service ✓
- Site accessibility ✓
- User Experience (Throughout)
- Mobile-friendly ✓
- Fast loading ✓
- Clear navigation ✓
🎯 Your Current Status
Based on setup verification:
- ✅ AdSense code: Installed on all pages
- ✅ ads.txt: Configured correctly
- ✅ Privacy Policy: Complete with disclosures
- ✅ Terms of Service: Created
- ✅ Footer links: Working
- ✅ Content: Quality, original posts
- ✅ HTTPS: Enabled
- ✅ Mobile-friendly: Yes
Status: ✅ READY FOR REVIEW
💡 Pro Tips
- Be Patient: 2-4 weeks is normal, don’t panic
- Don’t Change: Avoid major site changes during review
- Monitor Daily: Check dashboard for updates
- Stay Compliant: Don’t click ads or violate policies
- Keep Site Active: Ensure site stays accessible
📞 Need Help?
If verification fails:
- Check
ADSENSE_VERIFICATION_CHECKLIST.mdfor detailed steps - Review AdSense Help: https://support.google.com/adsense
- Check site build logs if using GitHub Pages
You’re all set! Just wait for Google’s review to complete. 🎉