Hi guys,
I received a google alerts report showing that numerous server paths have been indexed. Although nothing in this regard has been made, I can indeed see those links in the index.
Example from google alerts:
of /wp-content/uploads/wpo_wcpdf (bit.ly/2t5nZ3r)
of /wp-content/uploads/revslider/templates/spaceopera (bit.ly/2uHUSFb)
of /wp-content/uploads/revslider/templates/imagegallery
of /wp-content/uploads/revslider/templates/parallaxzoomslices
and so on.
How can I fix this?
Thanks.
Theme doesn’t control that. That is part of WordPress core.
However, Google can ‘index’ parts of your internal structure if you change themes as temporarily there is no ‘theme’ in place to serve pages; which is why one normally uses a “maintenance” plugin to put in place while changing things.
Might not be your issue; but theme does not control submission of anything to Google or include raw paths to open folders.
However, if an element is loaded from a sub-folder via a plugin, that folder is obviously being read to load the content inside of it when the page is rendered — meaning Google knows that folder exists since the path is used in your post/page in some way, such as loading the template for a slider.
If not using revolution slider, you should disable that.
-
This reply was modified 9 years by
simchris.
I see an issue with duplicated content in google’s search console which is concerning the above mentioned urls. Please check the print scr.
I tried deactivating of all plugins and used wp-optimize – the paths in question are still accessible and index-able. These urls are not included in the sitemap. I hape only post sitemaps, post-tag sitemap and category sitemap. In the meantime duplicated content issues in the search console are counting.
I don’t have a caching plugin but use memcache and litespeed on the server (it’s a shared hosting). However I don’t think this has something to do with the problem.
I see that many sites have a similar issue:
https://www.google.bg/?gfe_rd=cr&ei=Gl1zWer0LqGz8weAj5eQBg&gws_rd=ssl#q=/wp-content/uploads/revslider/templates/
Any help will be much appreciated!
Hi,
You could disable directory browsing according to this guide
– http://www.wpbeginner.com/wp-tutorials/disable-directory-browsing-wordpress/
Or you could submit a URL removal request via Google Webmaster Tools
– https://support.google.com/webmasters/answer/1663419?hl=en
Then maybe submit a re-crawl request from Google
– https://support.google.com/webmasters/answer/6065812?hl=en
Thanks