Google Indexes "Fil kan inte visas" page links for Elgg Website

Hello,

Did anybody noticed that Google indexes a number of "Fil kan inte visas" page links for the domain where you uploaded Elgg.

Please try.... Just type "site:<your-domain-where-elgg-uploaded"> in Google and see.
(Example: If Elgg is uploaded to domain "xyzdom.com", than type "site:xyzdom.com" in Google and check the results)

I am worrying about it as Google indexed 188 results for my domain but in that, more than 80% links says "Fil kan inte visas".

I welcome your views and suggestions.

Thanks,

Best,
>Dipak C. G.

  • here is what is means

    Swedish to English translation File can not be displayed

  • if they are the same directory(s) couldn't you use robot txt to disallow it

    User_agent: *

    Dissallow: /file/

  • @ Steve,

    Many thanks. Actually I forgot to add robots.txt and just added it onto server. My robots.txt contents are as below and hope this might be helpful to someone who need it.

    ----------- robots.txt -----------

    User-agent: *
    Disallow: /_css
    Disallow: /_graphics
    Disallow: /account
    Disallow: /admin
    Disallow: /engine
    Disallow: /languages
    Disallow: /service
    Disallow: /settings
    Disallow: /simplecache
    Disallow: /vendors

    -------------------------------

    Cheers :-)

    > Dipak C. G.