How To Add Sitelinks to Google Search Results for Blogger/WordPress
Now question is How to add this feature to Blogger or WordPress? But, don’t worry guys today we are here with complete guide by reading which you can understand How To Implement Google’s Sitelinks Search Box to Blogger & WordPress? In this guide we will also share how to disable Sitelinks Search Box from Blogger & WordPress?
To adding this excellent feature to website there are two ways to get sitelinks search box in search result. Let me explain.
Two Ways To Get Sitelinks Search Box To Website
- Build your website as a brand and make it very popular. Google automatically considers such sites and show sitelink search box in its search results. For example, sites like Youtube, Buzzfeed, Fipkart etc.
- This is much easier way to do it where you can manually implement certain tags and code to make Google show the sitelink search box in its search results. Now there is two ways to add sitelinks search box to blogger blog.
How To Add Google’s Sitelinks Search Box in Blogger?
Step 1 – Go To Blogger >> Template >> Edit HTML.
Method 1 >> Using JSON-LD
<script type=”application/ld+json”>
{
“@context”: “http://schema.org”,
“@type”: “WebSite”,
“url”: “https://www.example.com/”,
“potentialAction”: {
“@type”: “SearchAction”,
“target”: “https://example.com/search?q={search_term_string}”,
“query-input”: “required name=search_term_string”
}
}
</script>
Customization:
- Change the Yellow highlighted URLs with your blog’s URL and save your template.
Note: This method is for Blogger Blog for WordPress Blogs, Below we have share a plugin.
Method 2 >> Using MICRODATA
<div itemscope itemtype=”http://schema.org/WebSite”>
<meta itemprop=”url” content=”http://www.example.com/”/>
<form itemprop=”potentialAction” itemscope itemtype=”http://schema.org/SearchAction”>
<meta itemprop=”target” content=”http://example.com/search?q={search_term_string}”/>
<input itemprop=”query-input” type=”text” name=”search_term_string” required/>
<input type=”submit”/>
</form>
</div>
Customization:
- Change the Yellow highlighted URLs with your blog’s URL and save your template.
Step 5 – Now Hit On Save Template.
Step 6 – That’s it. You are done.
Now if you are thinking When your sitelinks and searchbox appear in search result then the answer is – It can take 2 days to few weeks or few months. It’s fully depend upon Google so don’t care about that links. They will appear soon…just forget about it and concentrate on content & promotion.
How To Add Google’s Sitelinks Search Box in WordPress?
How To Disable Sitelinks Search Box?
<meta name=”google” content=”nositelinkssearchbox”>
- Save Template.
- That’s it. After few weeks sitelinks search box will get removed.
Our Recommended Blogger Widgets
- WordPress Like Floating Social Sharing Widget for Blogger with Counter.
- AllInOne Admin Box Widget with Social buttons and Subscription Box.
- Add Sticky Notification Bar To Blogger with Show/Hide Button.
- Stylish Contact Form For Blogger! Add to Static Page, Responsive & Pro Version.
- Cute & Stylish Email Popup Subscription Widget.
Conclusion:
So above guide is about How To Add Google’s Sitelinks Search Box in Blogger or WordPress? Hope by this guide you can easily install this feature to your blogger blog. Actually, I had tested this Sitelinks on My Blogger Guides and got amazing results that’s why I posted it here. Hope you loved it. And yeah, don’t forget to share it on social media with your friends and family. If any problem occurs, please report it through comments. Do Share.
Thank You! Stay Blessed!
Contents

This guide is very helpful. This is an additional way to get more visitors to your blog or website.