I have a issue where website I developed using concrete5,
cannot be access when doing a mobile friendly test through google:
https://search.google.com/search-console/mobile-friendly
I have a robot.txt at the root but I believe what is in their is correct:
User-agent: *
Disallow: /application/attributes
Disallow: /application/authentication
Disallow: /application/bootstrap
Disallow: /application/config
Disallow: /application/controllers
Disallow: /application/elements
Disallow: /application/helpers
Disallow: /application/jobs
Disallow: /application/languages
Disallow: /application/mail
Disallow: /application/models
Disallow: /application/page_types
Disallow: /application/single_pages
Disallow: /application/tools
Disallow: /application/views
Disallow: /blackhole/
Could anyone enlighten me on how I can resolve this issue. I've searched around and found very little.
Cheers!