is there any any to prevent google from indexing my folder? Not "Page" but folder
using htaccess or robot.txt or any other way?
is there any any to prevent google from indexing my folder? Not "Page" but folder
using htaccess or robot.txt or any other way?
add below to your robots.txt file
Disallow: /foldername/
let me know if that helps