Hi
We are using Joomla 4.2.8 together with T4 BS5 Blank template 1.1.7 and T4 plugin 2.2.6.
Lets say template name is "joomlart".
Which folders should we allow bots (like Googlebot) to crawl so they pick up T4 *.css and *.js files?
ATM we have:
Disallow: /api/
Disallow: /administrator/
Disallow: /bin/
# 4SEO-opt Disallow: /cache/
Disallow: /cli/
# 4SEO-opt Disallow: /components/
Disallow: /includes/
Disallow: /installation/
Disallow: /language/
Disallow: /layouts/
Disallow: /libraries/
Disallow: /logs/
# 4SEO-opt Disallow: /modules/
# 4SEO-opt Disallow: /plugins/
Disallow: /tmp/
Allow: /media/system/js/
Allow: /media/vendor/bootstrap/js/
Allow: /media/vendor/jquery/js/
Allow: /templates/joomlart/
But Googlebot still has issues getting to *.css and *.js assets.
Thanks.