✉️
🏗️

Static Site Email Protection

For static sites (Hugo, Jekyll, 11ty) without backend, obfuscation is the main email protection option.

লগইনের প্রয়োজন নেই

HTML entities (recommended)

Each character becomes a numeric HTML entity. Browsers render it as the original email, but most simple scrapers reading the raw HTML see gibberish.

HTML to paste into your site
<a href="mailto:&#104;&#101;&#108;&#108;&#111;&#64;&#101;&#120;&#97;&#109;&#112;&#108;&#101;&#46;&#99;&#111;&#109;">&#104;&#101;&#108;&#108;&#111;&#64;&#101;&#120;&#97;&#109;&#112;&#108;&#101;&#46;&#99;&#111;&#109;</a>

How it renders in a browser:

💡 Modern spam bots are sophisticated. Obfuscation slows them down but isn’t bulletproof. For maximum protection, combine with: server-side rate limiting on contact forms, honeypot fields, and reCAPTCHA-equivalent. For low-stakes use (a contact page on a small site), HTML entity obfuscation cuts scraper hits by ~60-80%.

Static Sites tips

🏗️

Static sites can't easily integrate contact-form backends. Email obfuscation is the practical anti-spam approach.

💡

For Jamstack with serverless, use a serverless contact form instead. For pure static, stick with obfuscation.

🎯

In Hugo/Jekyll templates, include a shortcode/include that wraps the obfuscation — DRY across all pages.

কিভাবে কাজ করে

1
ইনপুট
Enter your data into the tool above. Everything stays local to your browser.
2
প্রক্রিয়া
The tool processes your data instantly in your browser using JavaScript. No server, no waiting.
3
ডাউনলোড
Get your result instantly. Nothing is stored after you leave the page — complete privacy.

কেন আমাদেরটি?

সম্পূর্ণ বিনামূল্যে — কোনো লুকানো খরচ নেই, কখনো
কোনো অ্যাকাউন্ট, ইমেইল বা লগইনের প্রয়োজন নেই
ফাইল কখনো আপনার ডিভাইস ছাড়ে না
ফাইল সাইজের কোনো সীমাবদ্ধতা নেই
কোনো আউটপুটে ওয়াটারমার্ক নেই

Also check out…

সচরাচর জিজ্ঞাসিত প্রশ্নাবলী