Adding a “Read Also” box in Blogger posts helps improve internal linking, SEO, and user engagement. You can easily add a stylish Read Also box between paragraphs using simple HTML — no plugin or JavaScript required.
- 1.) Open your post in Blogger Dashboard.
- 2.) Switch to HTML view.
- 3.) Paste the code below between paragraphs.
1.) Simple Stylish "Read Also" Box HTML Javascript Code
<div style="margin:25px 0;padding:15px;border-left:4px solid #ff5722;
background:#fff7f2;border-radius:8px;font-family:Segoe UI,sans-serif;">
<strong style="color:#ff5722;">👉 Read Also:</strong><br>
<a href="https://yourblog.blogspot.com/2026/01/sample-post.html"
style="color:#333;text-decoration:none;font-weight:600;">
How to Compress PDF to Low MB Using JavaScript
</a>
</div>
2.) Card Style “Read Also” Box (Professional Look) HTML Javascript Code :
<div style="margin:30px 0;padding:18px;
background:#ffffff;border-radius:12px;
box-shadow:0 6px 15px rgba(0,0,0,0.12);
font-family:'Segoe UI',sans-serif;">
<span style="font-size:13px;color:#009688;font-weight:700;">
📌 ALSO READ
</span>
<h4 style="margin:8px 0 0;font-size:17px;">
<a href="https://yourblog.blogspot.com/2026/01/sample-post.html"
style="color:#222;text-decoration:none;">
Best PDF Compressor Tool for Blogger
</a>
</h4>
</div>
3.) Image With Text “Read Also” Box HTML Javascript Code
<div style="display:flex;gap:12px;
align-items:center;margin:30px 0;
padding:15px;background:#f9f9f9;
border-radius:14px;font-family:'Segoe UI',sans-serif;">
<img src="https://blogger.googleusercontent.com/img/sample.jpg"
style="width:90px;height:60px;
border-radius:8px;object-fit:cover;">
<div>
<div style="font-size:13px;color:#e91e63;font-weight:700;">
READ ALSO
</div>
<a href="https://yourblog.blogspot.com/2026/01/sample-post.html"
style="font-size:16px;color:#111;
text-decoration:none;font-weight:600;">
Reduce PDF File Size Online (Free Tool)
</a>
</div>
</div>
- Replace the URL and post title with your own.
Finally, publish your post and check your blog post. The also Read Box widget should now be added to the blog post.
Comments
Post a Comment