8

Rank Math WordPress Plugin Duplicate Sitemap Bug

 2 years ago
source link: https://www.searchenginejournal.com/google-launches-third-product-review-algorithm-update/442947/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client
Conductor's Marketing Conference.
Advertisement

New Google Algorithm Update Aimed At Product Reviews

Google rolls out the March 2022 product review algorithm update, adding new criteria to the updates launched last year.

 / March 23, 2022  /  3 min read
  • SHARES
  • READS
New Google Algorithm Update Aimed At Product Reviews

Google launches a third product review algorithm update in search results, which builds off of the product review updates introduced last year.

The first product review algorithm update, which is designed to reward content with first-hand research, went live in April 2021. A second product review update followed in December.

Today’s update continues Google’s efforts toward surfacing higher quality product reviews in search results.

“Today, we’re launching another update that builds on that work to enhance our ability to identify high quality product reviews. This will make it easier for us to get sound purchasing advice in front of users, and to reward creators who are earnest in being helpful.”

Google says the update will take several weeks to roll out and is likely to impact the ranking of English-language product reviews across “many” sites.

New Guidance From Google For Writing Product Reviews

With the rollout of the March 2022 product algorithm update, Google is publishing new guidance on writing reviews to ensure they meet the search engine’s quality threshold.

Google recommends meeting the following criteria when creating product reviews:

  • Include helpful in-depth details, like the benefits or drawbacks of a certain item, specifics on how a product performs or how the product differs from previous versions
  • Come from people who have actually used the products, and show what the product is physically like or how it’s used
  • Include unique information beyond what the manufacturer provides — like visuals, audio or links to other content detailing the reviewer’s experience
  • Cover comparable products, or explain what sets a product apart from its competitors

Google’s Guidance For Reviews With Multiple Products

Since launching the first product algorithm update it hasn’t always been clear whether it applies to reviews of singular products, or reviews containing lists of multiple products.

Google confirms the product review updates do apply to ranked lists and comparison reviews.

“Yes. Product review updates apply to all forms of review content. The best practices we’ve shared also apply. However, due to the shorter nature of ranked lists, you may want to demonstrate expertise and reinforce authenticity in a more concise way. Citing pertinent results and including original images from tests you performed with the product can be good ways to do this.”

MAY 11 in NYC JOIN US FOR C3
SEO is a puzzle. Put the pieces together. Join the biggest names and brightest minds in marketing at Conductor’s annual Organic Marketing conference.

Advertisement

If you’re writing a review of multiple products with the intention to recommend a “best” product overall, Google has additional guidance.

When recommending a product as the best overall, or the best for a certain purpose, be sure to include the following information in your review:

  • What sets the product apart from others in the market
  • Why is the product particularly suited for its recommended purpose?
  • First-hand evidence to support your claims

Lastly, Google adds it’s perfectly fine to create reviews for products individually, even if they’ve also been reviewed in a ranked list.

Should you choose to create multiple reviews, make sure there is enough useful content for each of them to stand on their own. Don’t just repeat the same points you already made.

For more on writing product reviews that meet Google’s quality threshold, see the recommendations shared with last year’s updates:


Sources: Google, Google

Featured Image: Olivier Le Moal/Shutterstock

Category News SEO
ADVERTISEMENT

Subscribe to SEJ

Get our daily newsletter from SEJ's Founder Loren Baker about the latest news in the industry!

Ebook

Matt G. Southern

Senior News Writer at Search Engine Journal

Matt G. Southern, Senior News Writer, has been with Search Engine Journal since 2013. With a bachelor’s degree in communications, ... [Read full bio]

ADVERTISEMENT
  • Suggested Articles
Read the Next Article
Roger Montti March 23, 2022
 / March 23, 2022  /  5 min read
  • SHARES
  • READS
Rank Math WordPress Plugin Duplicate Sitemap Bug

Popular WordPress SEO plugin, Rank Math, has been found to have a bug that causes it to generate duplicate sitemap files. This strange bug in how sitemaps are generated is similar to one that affects Yoast, but the way Rank Math handles it is different.

Website Sitemap

A sitemap is an important part of search engine optimization. It tells search engines which pages have been newly added to a site and which pages have been updated.

The sitemap helps a search engine prioritize their website crawling by alerting it to new content that needs to be indexed.

Because of the importance of a sitemap for SEO, it is a good practice that sitemaps are generated correctly.

Google’s developer page about sitemaps says:

“A sitemap is a file where you provide information about the pages, videos, and other files on your site, and the relationships between them.

Search engines like Google read this file to crawl your site more efficiently.

A sitemap tells Google which pages and files you think are important in your site, and also provides valuable information about these files. For example, when the page was last updated and any alternate language versions of the page.”

Rank Math XML Sitemap Bug

Rank Math also generates multiple XML sitemaps. In fact, it generates possibly an infinite number of XML sitemaps.

For example, a site with a single sitemap for “posts” will generate the following duplicate sitemaps:

/post-sitemap.xml

/post-sitemap1.xml

But it won’t generate the zero numbered variant, /post-sitemap0.xml

The same is true for duplicate sitemaps generated for pages:

/page-sitemap.xml
/page-sitemap1.xml

And again, just like for the “posts” sitemaps, Rank Math does not generate the zero-numbered sitemap variant: /page-sitemap0.xml

Rank Math Generates Infinite Number of Sitemaps?

While Rank Math doesn’t generate the zero-numbered sitemap variant, Rank Math does generate what appears to be a near infinite amount of numbered XML sitemaps.

Ideally, Rank Math should generate a 404 response code for sitemaps that don’t exist.

But what appears to be happening is that instead of generating a 404 response message Rank Math is generating a 200 response code (meaning it’s a request for a valid web page) and then generating an empty XML sitemap.

The following is  a URL that I tested to see what Rank Math generated:

https://rankmath.com/post-sitemap9.xml

This is what Rank Math shows:

Non-existent Site Map Generated by Rank Math

Empty Sitemap Generated by Rank Math

How many sitemaps will Rank Math generate?

Apparently, Rank Math may generate a lot of URLs, possibly an infinite amount of XML sitemap pages.

I was able to generate a blank sitemap with this URL:

https://rankmath.com/post-sitemap9999999999999999999999999999999999999999999.xml

What’s of interest about the above sitemap is that the server generates a 200 header response code to a browser when serving that XML site map.

The 200 response code means that there is no error.

I verified whether Rank Math generated a 200 response code via the HTTPStatus website.

This shows that Rank Math generates a 200 response code for pages that do not exist:

Rank Math Header Response Code

Rank Math Sitemap Redirect Behavior

Other SEO plugins have a bug that creates a duplicate sitemap when the number zero is added to the end of a sitemap URL.

Rank Math however does not create a duplicate sitemap with the number zero.

When you make a request for the non-existent zero-numbered sitemap, the request triggers a redirect to the canonical sitemap.

A request for this non-existent sitemap:

/page-sitemap0.xml

Redirects to the canonical sitemap:

/page-sitemap.xml

But that is arguably not a correct way to handle a sitemap that does not exist.

The correct server response should be to show a 404 Page Not Found Error Response message, because that’s what happened, the page was not found.

The Yoast SEO plugin responds in the correct manner by serving a 404 response code for XML sitemaps that don’t exist (except for the zero and 1-numbered variants).

I asked Rank Math about it and they explained that it’s not an issue at all.

Rank Math:

“This is similar to how WP core handles on-site search: you will receive HTTP 200 response for any arbitrary search query.

Unlike some sitemap plugins, Rank Math does not generate physical sitemap files in the server’s root directory.

Since these non-existent sitemap URLs are not present anywhere on the site, Google and other search engines will never crawl them, so this shouldn’t cause any issue from an SEO point of view.”

Rank Math Duplicate Site Map Bug

It’s interesting that Rank Math, like a few other SEO Plugins, has a duplicate site map bug.

When it comes to optimizing a website for search engines, the goal is to be as perfect as possible. Anything that makes a website less than perfect can be considered a flaw when perfection is the goal.

Less than perfect optimization can lead to unforeseen consequences.

Yoast is aware of the problem and is said to be working on a fix. One would hope that the duplicate site map issue with Rank Math will also be fixed at some point.

Citation:

Read Google’s Web Page About Sitemaps

Learn about sitemaps

Category News SEO
ADVERTISEMENT
Read the Next Article

Recommend

  • 38

    While building my blog with Next.js I naturally wanted to support sitemaps because it can supposedly help out the search engines. For my small blog it will not make any difference but for larger sites it's more important....

  • 57
    • zdb.im 4 years ago
    • Cache

    robots.txt 和 sitemap

    为了爬虫, 在网站根目录创建robots.txt文件(utf-8),文件内容涉及四类键值对:User-agent,Disallow,Allow,Sitemap,支持正则, Disallow后没内容就是允许所有 User-agent: * Disallow: Disallow: /cgi-bin/ Disallow: /admin/ Sitema...

  • 8
    • inessential.com 3 years ago
    • Cache

    Bug Math

    27 Jan 2020 Bug Math The NetNewsWire team continues its amazing run — we just released build 31. When we released build 30 two days...

  • 8
    • www.yzipi.com 3 years ago
    • Cache

    Wordpress网站地图插件SiteMAP

    WordPress网站地图插件SiteMAP 最后更新 : 2020.04.04   Dx_seo_sitemap 网站地图插件是Dx_seo分离出来的一个可生成xml网站地图的Wordpress插件,便于加速搜...

  • 4
    • www.semrush.com 3 years ago
    • Cache

    How to Set Up a WordPress Sitemap

    Your website’s sitemap is more important than you think. A good sitemap helps search engines find and read your website more efficiently, which can impact how your website ranks.If you manage a WordPress website, follow the steps below...

  • 3

  • 5
    • www.searchenginejournal.com 2 years ago
    • Cache

    Yoast WordPress SEO Bug Creates Duplicate Sitemaps

  • 8

    addMore.js jQuery Plugin To Duplicate Form Group   895 views   5 months ago jQuery jQuery has many important and magical...

  • 3
    • paper.seebug.org 2 years ago
    • Cache

    Math.abs JIT Optimization Bug in JSC

    作者:360漏洞研究院 戴建军 原文链接:https://vul.360.net/archives/397 2021年天府杯我们成功完成iPhone 13 pro RCE的目标,这篇文章将会详细介绍其中使用到的Saf...

  • 5

    Ruby 3.3 fixes duplicate keyword argument warning bug Dec 18, 2023 •

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK