Google crawl errors about a category in tags

I’m using a SEO plugin in my wordpress based website.
The problem is in Google crawl errors about URLs with this pattern:

site.com/tag/ some tags /category/ one specific category /

And it’s just happening for one specific category.

Any help would be appreciated.

Hi @Mai_Temp. You need to give us more information about your issue if you want us to try to give you a hand with it.

Which SEO plugin are you using?
Which specific category is giving you problems?
Exactly what is the error?

Yoast SEO
Response Code: 404
Does it really matter which category it is? I didn’t mention it because it’s not English.

Is it properly url encoded?

http://php.net/manual/en/function.urlencode.php
http://php.net/manual/en/function.rawurlencode.php

I think so:

href=“<?php echo **esc_url**( get_category_link( 300 ) ); ?>”

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.