Skip to main content

FAQ

These are some of the common and frequently asked questions that might come up when using superblog.

Tracking outbound links is a common requirement for bloggers. It lets you know how often an external URL was clicked, which page the clicks occured on, etc.

Superblog provides this feature out-of-the-box. External link clicks will be tracked as events on your analytics dashboard. They will be displayed as Outbound Link Click, but you can expand the event to reveal the external links that have been clicked by your visitors.

Image

Why are many pages of my superblog not indexed on Google?

You might be seeing that certain pages of your superblog are not indexed on Google. This can be observed from your Google Search Console or other SEO tools like Ahrefs or SEMRush.

This is 100% intentional.

They are all tag/category/navigation/comments pages (Not blog posts). They are good with no index tag. We are not blocking Google to read it, we are only asking not to index those pages to avoid competition among your own pages.

That's the whole point of superblog. You don't need to worry about these SEO best practices. They come with the platform.

Why is the content pasted from google docs and other sources badly formatted?

This is a common issue for text editors. Pasting content from outside sources will cause formatting issues.

How to avoid this issue

You can export your content from Google Docs or Notion or other sources into .docx, or .html, or .md (markdown) files and then import that files into Superblog for seamless experience.

Read more: https://superblog.ai/docs/dashboard/posts#import-post

Can we add author info/bio below the blog posts?

No. Superblog is specifically designed to bring traffic from your blog to your website. That's why there is a 'Site Description' box below each blog post (which acts as a CTA to your landing page) instead of a common Author/Bio section.

However, you can manually add about the author in the post itself if you need.

Why the pagespeed score is low for my Superblog?

Superblog targets for 90+ score in Google's Lighthouse Audit on an average (combination of all the scores). If your superblog has less than 90, then the below could be possible reasons:

  1. You might have added large Javascript to your superblog.
  2. You might have added large embeds in your blog post. (ex: twitter threads, apple podcasts, etc).
  3. You might have embedded Youtube player directly using embed code. Instead, embed it by clicking "Video" icon in the post editor's toolbar.
  4. You have added Google Analytics or Gtag scripts (there is an inbuilt tracking module for superblog which is lightweight) or maybe you are using custom tracking scripts that could be causing an issue.
  5. If you configured your superblog on a subdirectory (for example: yourwebsite.com/blog), then the request will hit your server first to handle the reverse proxy. So please check if it is causing delays in response and rewrites (proxy) which will reduce the pagescores.
  6. You might be auditing the home page of your superblog. You should audtiting the post URL to get the accurate scores.

Why the lighthouse (core web vitals) assessment failed for blog URLs?

This will happen only when you are using superblog on a subdirectory due to the below reasons. Just click on the i icon as shown in the below image.

Image

  1. If you click on the i icon as shown in the above image, you will understand that the real world data is not available for this particular URL and hence Google is showing the aggregate data for the entire website (including ALL your pages, not just blog). So, this is not a problem from superblog's side. You need to fix your website's performance.

  2. Since you are using superblog on a subdirectory (for example: yourwebsite.com/blog), then the request will hit your server first to handle the reverse proxy. So please check if it is causing delays in response and rewrites (proxy).

Why do I see my blog post URLs twice in Google Search Console or other Analytics solutions?

If you haven't configured redirect of URLs ending with and without forward slash (/), then you will see 2 urls of same post in your analytics solution (could be search console or google analytics, etc.) as the users could end up on different versions of the URL. (but google will only index one URL, i.e, your preffered URL because superblog sets canonical URL by default).

Example:

https://mywebsite.com/blog/my-post-abc

https://mywebsite.com/blog/my-post-abc/

You might need to set a redirect one URL to other (your preferred URL) on your server. This only happens if you configured superblog on your subdirectory.

What is the sitemap URL for my superblog?

Your superblog's sitemap.xml is always at the root.

For example:

https://blog.yourwebsite.com/sitemap.xml (subdomain)

https://yourwebsite.com/blog/sitemap.xml (subdirectory)

Why are my latest posts not getting indexed on Google?

Make sure your site's configuration is correct. Your website's robots.txt should contain your superblog's sitemap.

Here's a example of correct config: https://superblog.ai/robots.txt

Note

  1. If you list your blog post URLs manually in your sitemap.xml then you can skip mentioning your superblog's sitemap in the robots.txt. However, just do it no matter what.
  2. If the problem remains even after the above, try to manually index the URLs in Google Search Console.
  3. If the problem remains even after the above, your content is of low quality.

How to automatically approve comments from a specific user?

Generally, users need to approve their comments before they are published on your blog by verifying their email address every time they post a comment.

But if you want to approve comments from a specific user automatically, then you can do it by following the below steps.

  1. Open the specific post in your dashboard and click on the "Advanced Options" button.
  2. You will see a button called "View Comments", click on it.
  3. Then click on "Approve Email" next to the email address of the comment you want to approve.

From now on, all the comments from that user email will be automatically approved and published on your blog. You can disapprove the email anytime by clicking the "Disapprove Email" button.