404 Errors

Hi,

Ahrefs tells me, I have many 404 errors on my site. I looked at it and it says always something like:

https://iinu.de/index.php?dispatch=discussion.get_new_post_form&object_type=P&object_id=4011&obj_prefix=main_info_title_&post_redirect_url=index.php%3Fdispatch%3Dproducts.view%26product_id%3D4011%26selected_section%3Ddiscussion%23discussion

Whats this? Has it something to do with the comments add-on? Do I have to fix it?

Best,

Bernhard

Hello

This works for only Ajax request.

This is code in this controller.

if ($mode == 'get_new_post_form') {
if (!defined('AJAX_REQUEST')) {
return;
}
Best regards
Robert

Thank you.

Unfortunately I am not a programmer and dondt understand your reply :-(

I am coming from the SEO side: If Aare tells me this is a error, Google Crawler will see this as an error also? Can I fix it from a SEO standpoint. What is it? Do I have a problem oder not at all?

Best

Bernhard

Hello Bernhard

I am not an SEO specialist ;)

But I guess that's not the problem.
There are many places in CS-Cart/Muti-Vendor where you will get this message when typing the address in the browser. Some things are available only via GET, others via POST, others only via AJAX.
Best regards
Robert