https://travelingmel.com/WordPress/wp-content/plugins/mediavine-create//client/build/mv-printbutton.chunk.9b887.js
https://travelingmel.com/WordPress/wp-content/plugins/mediavine-create//client/build/mv-reviews.chunk.5364a.js
https://travelingmel.com/WordPress/wp-content/plugins/mediavine-create//client/build/mv-pinbutton.chunk.53ba7.js?
https://travelingmel.com/WordPress/wp-content/plugins/mediavine-create//client/build/mv-handsfree.chunk.89ae9.js?
https://travelingmel.com/WordPress/wp-content/plugins/mediavine-create//client/build/mv-reviews.chunk.4846c.css
I’m guessing maybe this is just a typing error somewhere in the plugin files. I wanted to bring it up so maybe it could be corrected in an update to the plugin. Alternatively, could it be something went wrong on my end with the update? Or possibly a configuration error on my end?
It’s strange b/c it only caught the error on three cards. Maybe that’s a crawl limit issue but it’s thrown up the same three cards for two crawls now. Also, it doesn’t seem to be breaking anything functionally but I’m worried it will hurt SEO. Let me know if you need any other info from me!
]]>I am using the pro version of Rank Math on my website.
However, I have a significant issue with the URLs that contain double slashes (“/”) being indexed by Google and appearing in the search console.
These URLs should be redirected to URLs with a single slash (“/”).
For example:
https://mosbatesabz.com/product//cyspersa-spf50-lightening-sunscreen-fluid/
Redirect to:
For example:
https://mosbatesabz.com/product/cyspersa-spf50-lightening-sunscreen-fluid/
My concern is that there are a large number of these URLs, and their quantity is increasing. I am worried that this may lead to a decrease in my website’s ranking.
My website is an e-commerce site with a high ranking and the indexing speed of new pages by the Google crawler is very fast.
]]>** EDIT : I forgot to add that the uploads// double slash is happening in the srcset paths only.
Original img path is ok.
Am I the only one ?
I cannot find the source of this. I did not change any setting.
I am stumped.
Thank you for any assistance you can provide.
Cheers
After changing the site setup to two domains, where the secondary language domain is mapped via WPML, I am getting the double slash before wp-admin in all the scan results paths, in e-mails as well. Such links go to my 404 page. The user.ini seems to have the correct path, the $_SERVER[‘SCRIPT_FILENAME’] has just one slash as well. The only place where I found two suspicious slashes in the diagnostic report is: compress.bzip2:// Not sure if it has to do anything with my issue. Hope you can help.
Thank you,
Marina
/wp-content/plugins/easy-facebook-likebox//instagram/frontend/assets/js/esf-insta-public.js?ver=1
/wp-content/plugins/easy-facebook-likebox//instagram/frontend/assets/css/esf-insta-frontend.css?ver=6.0.2
As you can see, there are double slashes before the word instagram.
]]>tiny-swiper.js
https://www.csolsinc.com/wp-content/plugins/coblocks/dist/js/vendors//tiny-swiper.js?ver=2.22.0
coblocks-counter.js
https://www.csolsinc.com/wp-content/plugins/coblocks/dist/js//coblocks-counter.js?ver=2.22.0
/* Modern browsers will load this smaller bundle */
wp_enqueue_script( 'friendly-captcha-widget-module',
plugin_dir_url( __FILE__ ) . '/vendor/widget.module.min.js',
/* Fallback for (very) old browsers */
wp_enqueue_script( 'friendly-captcha-widget-fallback',
plugin_dir_url( __FILE__ ) . '/vendor/widget.polyfilled.min.js',
To correct that you need to delete the Slash / before loading vendor. The code must look like this to be correct:
vendor/widget.module.min.js
and like this
vendor/widget.polyfilled.min.js
]]>