Does DropInBlog get indexed by search engines?
Yes, DropInBlog posts are served as static HTML that every crawler can read, on your own domain, in a subfolder of your site.
DropInBlog handles titles, meta descriptions, canonical URLs, structured data, and an XML sitemap for you.
Every install can be crawled
Setup | What a crawler receives | Where to start |
|---|---|---|
Platform apps (Shopify, WordPress) | HTML rendered by the platform | |
Framework SDKs (Laravel, Astro, React, Next.js, TanStack Start, Express, BigCommerce Catalyst) | Server-rendered HTML already in the page | |
API | Server-ready HTML via the API | |
Quick HTML embed (any site, two lines of code) | Crawlable client-side rendered HTML, or flat static HTML (enable SEO Supercharger) |
Quick HTML embed
The quick HTML embed gets your blog live fast on any platform. Paste two lines of code and the blog is on the page, with nothing to install.
Enable the SEO Supercharger
With the quick HTML embed, posts use client-side rendering. That is what lets the blog drop onto any site in two lines. Google indexes those posts anyway, because it renders client-side.
From Google Search Central:

Some other crawlers and link previewers only read the raw HTML. Enable the SEO Supercharger when you want flat static HTML for those too. It is included in every DropInBlog plan: The SEO Supercharger.
Check if your blog is indexed
Search Google for site:example.com/blog. Posts that appear are indexed. If one is missing, paste its URL into Google Search Console and run Test live URL under URL Inspection.
Submit your sitemap in Search Console to help Google find new posts sooner. You will find it under Settings → XML Sitemap.
Related
Updated on: 09/09/2026