سؤال

I don't know why this is, but when I check my website on Google via site:lipedesign.dk (Which is my website), the last 4-5 results are something in my JavaScript folder. I am not quite sure why this is happening? Do you?

Thanks in advance

هل كانت مفيدة؟

المحلول

Do you have a robots txt in your first directory? Example below.

User-agent: *
Disallow: /cgi-bin/
Disallow: /tmp/
Disallow: /js/

نصائح أخرى

You have your server set up to display directory indices. Since a directory index is an HTML page, it is served like any other, and Google will index it like any other. If you don't want it to be indexed by Google, either add a Disallow in your robots.txt or just disable directory indices on that folder.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top