How to Add Contact Us Page in Blogger for AdSense Approval (2025 Guide)

Contact Us page setup in Blogger for AdSense approval

 

Introduction

Creating a Contact Us page is one of the most important steps before applying for Google AdSense approval. It shows that your blog is trustworthy and provides a way for visitors to reach out to you. Without this page, there is a high chance that your AdSense application may get rejected.

In this guide, you will learn step-by-step how to create a Contact Us page in Blogger professionally and correctly.


Why a Contact Us Page is Important for AdSense

Before we start, here’s why every blog must have this page:

  • Builds trust with readers and Google.

  • Lets visitors contact you directly for queries or business opportunities.

  • Proves your blog is authentic, not spammy.

  • Meets AdSense policy requirements for approval.


Step-by-Step Guide to Create a Contact Us Page


Step 1 – Log in to Blogger

  1. Go to Blogger.com.

  2. Sign in with your Google account.

  3. Choose the blog where you want to add the page.


Step 2 – Create a New Page

  1. In the left sidebar, click on Pages.

  2. Click the New Page button.

  3. Name the page Contact Us.


Step 3 – Add a Contact Form Code

Blogger does not provide a direct contact form, so we’ll use simple HTML.

Paste this code in HTML view:

<div style="max-width:600px;margin:auto;padding:20px;border:1px solid #ddd;border-radius:8px;background:#f9f9f9;"> <h2 style="text-align:center;">Contact Us</h2> <form action="https://formspree.io/f/your-form-id" method="POST"> <label>Your Name:</label> <input type="text" name="name" required style="width:100%;padding:10px;margin:8px 0;border:1px solid #ccc;border-radius:4px;"> <label>Your Email:</label> <input type="email" name="email" required style="width:100%;padding:10px;margin:8px 0;border:1px solid #ccc;border-radius:4px;"> <label>Message:</label> <textarea name="message" rows="5" required style="width:100%;padding:10px;margin:8px 0;border:1px solid #ccc;border-radius:4px;"></textarea> <button type="submit" style="background:#ff5722;color:#fff;padding:10px 20px;border:none;border-radius:4px;cursor:pointer;">Send Message</button> </form> </div>

Note: Replace "https://formspree.io/f/your-form-id" with your free Formspree account form ID.


Step 4 – Publish the Page

  1. After adding the form, click Publish.

  2. Copy the page link after publishing.


Step 5 – Add Contact Page to Navigation Menu

  1. Go to Layout in Blogger.

  2. In the Top Menu or Pages section, click Add a Link.

  3. Paste the Contact Us page URL.

  4. Save changes.

Comments

Popular posts from this blog

How to Add About Us Page in Blogger for AdSense Approval (Complete Guide)

What is app-ads.txt and How to Add It to Your Blogger Site (Step-by-Step)

How to Add Contact Us Page in Blogger (Step-by-Step Guide for Beginners)