Strange Urls Generating 404 Page Not Found

I'm seeing a lot of "Page Not Found" errors in my Google Analytics from where people are landing on a URL that looks something like this:

/index.php?dispatch=_no_page&page=/index.php?dispatch=product_features.add_product&product_id=492&redirect_url=index.php

What is causing this and how can it be fixed?

Another one that just came up:

/index.php?dispatch=_no_page&page=/index.php?dispatch=products.quick_view&product_id=489&prev_url=index.php&n_plain=y&n_items=493,492,491,490,489,488,487,486

/robots.txt

Disallow: /*dispatch=_no_page

/robots.txt

Disallow: /*dispatch=_no_page

So that will stop them being indexed. I was hoping there was a way to stop these URLs being generated in the first place. Why is the cart creating URLs to non-existent pages?

Why is the cart creating URLs to non-existent pages?

Only CSC can answer that.

First error is related with feature comparison functionality. Is it enabled in your store?

Second error is related with quick view feature. Is it enabled in your store?

/robots.txt

Disallow: /*dispatch=_no_page

and in webmaster tools create url parameters for similar

First error is related with feature comparison functionality. Is it enabled in your store?

Second error is related with quick view feature. Is it enabled in your store?

Feature comparison is ON, though I'm not sure I really need it since I'm selling mostly books. If I turn that off, will it stop these crazy URLs being formed?

I don't use Quick View. I'm not sure whether it is enabled or not. How would I check?

Feature comparison is ON, though I'm not sure I really need it since I'm selling mostly books. If I turn that off, will it stop these crazy URLs being formed?

I don't use Quick View. I'm not sure whether it is enabled or not. How would I check?

1. Yes, it should help

2. Settings -> Appearance -> Enable quick view

1. Yes, it should help

2. Settings -> Appearance -> Enable quick view

OK I've turned both off. Hopefully that will help. Thanks!

Still happening:

[attachment=13285:strange-urls.jpg]

strange-urls.jpg

Still happening:

attachicon.gif strange-urls.jpg

May be 3rd party modules? Please PM me URL of your website

PM sent.

Thanks!

Any ideas @eComLabs?

Maybe some htaccess file related issue? Something overights links and gets to some loop

Perhaps. Who knows? No one here, it seems.

May have to break down and open a support ticket with Helpdesk.

Any ideas @eComLabs?

Sorry, there was not time to check yet

I still see URLs related with Quick view feature

http://prntscr.com/jy1z53

Looks like 3rd party theme generates them. Try to contact theme developers

I still see URLs related with Quick view feature

http://prntscr.com/jy1z53

Looks like 3rd party theme generates them. Try to contact theme developers

OK thank you very much for your time.

The theme I am using is Vivashop by @energothemes. They currently have an update available, so I will go ahead and perform the update. Maybe that will fix it. If not, I will raise a support ticket with them.

Thanks again.

and in webmaster tools create url parameters for similar

@johnbol1 what would that look like?

dispatch=_no_page

or something else?