カテゴリー
Plugin

PochiCheck XML SiteMap

このページは日本語でもご覧いただけます → 日本語

Simple XML Sitemap Management for WordPress

When working on SEO for your WordPress site, you’ve probably run into situations like: “I don’t want this page in the sitemap” or “I want to noindex all posts in this category at once.” That’s exactly what PochiCheck XML Sitemap is built for.


What is PochiCheck XML Sitemap?

PochiCheck XML Sitemap is a WordPress plugin that automatically generates your sitemap.xml and lets you manage index / noindex settings for each post — all from the admin dashboard.

It has no external library dependencies and loads zero JS or CSS on the frontend, so it won’t slow down your site.


Features

✅ Automatic Sitemap Generation

Automatically generates your sitemap.xml. You can choose which content types to include — posts, pages, custom post types, and more — right from the settings screen.

✅ One-Click Index / Noindex Control

From the post list in your admin dashboard, just check or uncheck a checkbox to toggle any post between included (index) and excluded (noindex) in the sitemap. No need to open each post individually.

✅ Bulk Noindex by Taxonomy Term

Select a category, tag, or any other term to mark all posts assigned to it as noindex in one go. Perfect for when you want to exclude an entire category at once.

✅ Post Editor Integration

You can also manage index / noindex settings directly from the post editor. Configure your sitemap settings while you write — no switching screens.

✅ Archive Page Management

Control whether category, tag, and other archive pages are included in the sitemap, managed individually.

✅ Auto Noindex Rules

Set up conditions in advance to automatically apply noindex to matching posts when they’re published or updated. No more manual cleanup after the fact.

✅ robots.txt Integration Check

From the admin dashboard, you can verify whether your sitemap URL is correctly listed in robots.txt. If it’s missing, you can copy the exact line to add with a single click.

✅ Automatic Sitemap Splitting

No worries on large sites. When your content exceeds 1,000 entries, the plugin automatically splits the sitemap into multiple files. Every page gets submitted to Google’s crawler without putting excessive load on the server.

✅ Built-in Caching for Fast Delivery

Sitemap caching is handled via the WP Transient API. Once cached, your sitemap is served instantly without hitting the database on every request — keeping server load low and performance high.

✅ Conflict Detection

On activation, the plugin automatically checks for conflicts with other SEO or sitemap plugins and alerts you if one is found. Duplicate sitemap generation issues are caught before they cause problems.


Who Is This For?

  • Users who want a lightweight, focused sitemap plugin
  • Sites with a large number of posts where noindex management has become a hassle
  • Developers or site owners who need custom post type support in their sitemap
  • Anyone who wants SEO management without sacrificing site speed
  • Those who want to handle post editing and sitemap settings in one place
  • Users who want to verify their robots.txt configuration from a single screen

Requirements

  • WordPress 6.0 or higher
  • PHP 8.0 or higher

Easy to Get Started

After installation, just open Settings > Pochi SiteMap in your admin dashboard, select the content types you want to include, and your sitemap.xml is ready to go. No complicated setup required.

Give it a try if you’re looking for straightforward, reliable sitemap management.

カテゴリー
Plugin

Mamotte Login URL Changer

このページは日本語でもご覧いただけます → 日本語

A security plugin that protects your WordPress login screen from unauthorized access and spam with up to 4 layers of defense.

⚠️ This plugin is designed to eliminate spam and unauthorized access to your login screen as much as possible. Please also take additional security measures, such as optimizing your server settings and keeping WordPress up to date.


🔒 Login Flow

Gate What happens
1st Gate Access your custom login URL
2nd Gate Answer the login story question + enter your username
3rd Gate Enter the 6-digit one-time password sent to your email
4th Gate Enter your password to complete login

🔗 Custom Login URL

Change your default WordPress login URL (/wp-login.php) to a custom URL of your choice. Including / in the URL creates a pseudo multi-level path, making brute-force access even harder.


📖 Login Story Question

Log in by answering a randomly generated scenario-based question. By combining private words you register yourself (such as family names or pet names), the plugin automatically generates original questions that no third party could guess.

Example question:

Taro was eating a hamburger in the bedroom. A dog came in. Q: Who came into the bedroom?

Since the answer is always contained within the question itself, you’ll never face the problem of “forgetting the answer” like with traditional security questions.


✉️ One-Time Password

A 6-digit one-time password is sent to your email each time you log in. Enter the code to proceed to the next step.

What to do if the email doesn’t arrive →


✅ Whitelist

Register an IP address or trusted device to skip the 2nd and 3rd gates.

Access type 1st Gate 2nd Gate 3rd Gate 4th Gate
🔴 Unauthorized third party Required Required Required Required
🟢 Whitelisted user Required Skipped Skipped Required

🎨 Login Screen Customization

Change the banner image, text color, and background color to create a fully original login screen design.


📋 Contact Form 7 Integration

Integrates with Contact Form 7 to add a story-based CAPTCHA to your forms. By registering custom words that match your site’s theme, it works as an effective anti-spam measure.

Example question (sushi restaurant site):

The head chef was eating inari in the kitchen. An apprentice came in. Q: Who came into the kitchen?

Example question (hair salon site):

An assistant was holding hair dye in front of the mirror. A first-time customer came in. Q: What was the assistant holding?

Example question (cram school site):

Instructor A was eating instant noodles in the classroom. Instructor B came in. Q: What was Instructor A eating in the classroom?


SMTP Sending Settings

Use this setting if OTP authentication emails are not being delivered. WordPress’s default email sending function (wp_mail) may be filtered as spam or fail to deliver entirely, depending on your server configuration. By using an external SMTP server such as Gmail, you can ensure reliable email delivery.


Step 1: Send a test email first

Enter your recipient email address and click the “Send Test Email (wp_mail)” button.

If the email arrives, no SMTP configuration is needed. You’re all set!

If the email does not arrive, proceed to the next step.


Step 2: Open the SMTP settings

Click the “Did Not Receive It?” button to reveal the SMTP sending settings.


Step 3: Choose your SMTP server

Click the “?” icon next to the SMTP Server field to see a list of popular services. Simply click a service to automatically fill in the server name and connection method.

Service Best for
Gmail Anyone with a Gmail address (free to use)
Xserver Users sending via Xserver email
Sakura Internet Users sending via Sakura Internet email
Lolipop! Users sending via Lolipop! email

If your service is not listed, enter your SMTP details manually.

For Xserver and Sakura Internet users: The SMTP server field will be auto-filled with a placeholder containing “serverID”. Replace “serverID” with your actual server ID, which can be found in your hosting control panel.


Step 4: Enter your username and password

Enter the email address you want to send from in the Username (Email Address) field. This can be the same address as your recipient email.

How you enter the Password depends on your email service.

For Gmail (App Password required)

Gmail does not allow your regular account password to be used for SMTP. You will need to generate a dedicated App Password.

  1. Click the “?” icon next to the Password field
  2. Follow the link to Google Account → Security
  3. Enable “2-Step Verification” if you haven’t already
  4. Open “App Passwords”, enter any name you like (e.g. “Site Name OTP”), and click Create
  5. Copy the 16-character password shown and paste it into the Password field

⚠️ Your App Password is only shown once at the time of creation. Copy it immediately.

For Xserver, Sakura Internet, or Lolipop!

Log in to your hosting control panel, find your email account settings, and enter the password for that email address.


Step 5: Enable, save, then send a test email

Once all fields are filled in, check the “Enable” checkbox at the bottom of the SMTP settings.

Then click “Save Changes” to save your configuration. SMTP only becomes active after saving. If you run a test before saving, the email will be sent via wp_mail (the default method) instead — so be sure to save first.

Once saved, the “Send Test Email (SMTP)” button will be ready to use. Click it and if the email arrives, you’re all done!

If the email does not arrive, double-check your entries (server name, username, and password). For Gmail, make sure your App Password was copied correctly.

カテゴリー
Plugin

Gattsuri PV Dashboard

このページは日本語でもご覧いただけます → 日本語

WordPress Plugin

Are your pageviews actually being read?

Visualize the “true engagement” of your readers — beyond just traffic numbers. Understand how deeply visitors are really exploring your site, right from your WordPress dashboard.

Install for Free

Do any of these sound familiar?

  • 🤔 Traffic is growing, but it doesn’t feel like anything is happening
  • 🤔 Visitors seem to bounce quickly, but you can’t figure out why
  • 🤔 You can’t tell if people are reading your content or just skimming
  • 🤔 Too much data — you still don’t know what to actually fix

What is Gattsuri PV Dashboard?

A behavioral analytics tool focused on “how deeply content is read” — not just “how many people visited”

This is more than a standard analytics plugin. Built around the concept of “Free to amplify strengths, PRO to fix weaknesses” — it’s a powerful WordPress plugin that helps you improve your site without any complex setup. Everything displays directly in your WordPress dashboard widget.

FREE

Intuitively spot your top-performing pages and traffic sources. Find hints to push your strengths even further.

PRO

Deep-dive into exit points and stagnating pages. Uncover your site’s weaknesses and drive real improvement.

Visualizing “depth of interest” — not just volume of traffic

A: 100 PV
Avg. scroll depth: 10%
vs
B: 10 PV
Avg. scroll depth: 80%
→ This one is truly “being read”

This plugin makes that critical difference clearly visible.

Free Features

Real-time access monitor

See how many visitors are on your site right now. Compare today’s visitor count and pageviews against yesterday — updated in real time.

📍

Live page view list

See exactly which pages are being viewed right now. Know at a glance what your visitors are reading at this very moment.

📊

Visitor engagement tiers (4 levels)

Visitors are classified into four engagement levels based on browsing depth: Glance, Casual, Steady, and Gattsuri. Visually understand the interest structure of your audience.

📅

Weekly stats (visits & pageviews)

View a graph of visitor counts and pageviews over the past 7 days. Track your site’s momentum day by day.

🏆

Top visitors ranking (7-day)

See which visitors browsed the most pages per session over the past 7 days. Understand the behavior of your most deeply engaged visitors.

What does “Gattsuri” mean?

A behavioral metric that reveals your site’s true level of engagement

Most visitors leave after viewing just one page. But some visitors browse multiple pages deeply — 5+ pageviews in a single session. These “deep explorers” — the Gattsuri tier — are a small minority, and their share is the truest indicator of how compelling your content really is.

Tier Behavior PV range Typical share
Light Bounces after 1 page 1 PV 55–75%
Mild Peeks at a few more pages 2 PV 15–25%
Strong Browses & compares multiple pages 3–4 PV 5–12%
Intense Deeply explores multiple pages 5+ PV 2–8%

Even a few percent in the Gattsuri tier signals strong content engagement. 0% means your internal navigation needs work; 10%+ means you’re building a loyal audience.

※ Optimal values vary by site type (e-commerce, media, landing page, etc.). We recommend tracking changes over time by comparing day-over-day and week-over-week trends.

Free vs PRO — Feature Comparison

Feature Free PRO
Real-time access monitor
Visitor engagement tiers (4 levels)
Live page view list
Weekly stats (visits & pageviews)
Top visitors ranking (7-day)
Gattsuri stats — week-over-week comparison PRO
Traffic source & exit page per post PRO
Scroll depth & measurement rate PRO
Auto-commentary (improvement tips in plain text) PRO
Sort & search functionality PRO

What you can do with PRO

$10 USD — one-time purchase

📈

Gattsuri stats — week-over-week comparison

Compare any past 7-day period against the most recent 7 days — side by side for visitor count, pageviews, and engagement tiers. Day-of-week trends become visible, so you can accurately measure the impact of your content strategy.

🔍

Per-page browsing behavior visualization

Switch between today / 7-day / 28-day tabs to see each page’s traffic source (search / direct / internal), exit destination, and internal navigation flow. Understand exactly “where visitors came from and where they went” — at the individual page level. Sorting and keyword search included.

📜

Scroll depth measurement

See the average scroll depth for each page as a percentage. Instantly spot pages that get traffic but aren’t actually being read.

🤖

Auto-generated improvement tips

Based on each page’s access data, the plugin automatically analyzes whether SEO is working, whether visitors are navigating further, and whether content is being read thoroughly — all in plain text. No expertise needed to understand what’s working and what to fix.

Analytics shouldn’t be something you “read.”
It should put you in a position to decide.

Purchase PRO
$10 USD
One-time purchase · License key issued

A license key will be issued after purchase. Link it to your email address so it can be re-issued if lost.

🔒 Data & Measurement Policy

Only logged-out general visitors are tracked. Actions by administrators or logged-in users are never recorded. Major crawlers and suspicious bots are also excluded, giving you data that closely reflects real visitor behavior. Log data is automatically deleted after 29 days. For long-term trend analysis, we recommend using this plugin alongside GA4.

Who is this for?

  • ✅ Anyone who wants to understand not just pageviews, but the actual “enthusiasm” of their visitors
  • ✅ Anyone with decent traffic but no sense of traction — and wants to find out why
  • ✅ Anyone who finds GA4 too complex to use effectively
  • ✅ Anyone who wants actionable improvement hints right inside their dashboard
  • ✅ Anyone who wants to clearly know which pages to improve — and how

Requirements

  • · WordPress 6.0 or higher
  • · PHP 8.0 or higher

Install for Free

Start with the free version and discover what’s already working on your site.

  1. 1Go to Plugins → Add New in your WordPress dashboard
  2. 2Search for “Gattsuri”
  3. 3Install and activate

Once activated, a dedicated widget will appear on your dashboard automatically.
Install on WordPress.org