2 réponses
Hi James,
I'll try to help out here but I am assuming some things in my comments below.
Your community also has a SITE associated to it. In your community go to Administration > Pages > Click on Go to force.com. The site may or may not have a Robots.txt file. I assume it doesn't. You can create one by creating a simple Visualforce page (see mine below)
Note: you may need to create another community (yes, sounds crazy) which is a root community. A root community is a community that does not have a path.
Root community sample: hhttp://honeywellaidc.force.com
Non-root communinty sample: http://honeywellaidc.force.com/supportppr
The Robots.txt file (the VF page) should be on your non-root community.
<apex:page contentType="text/plain">
User-agent: * # applies to all robots
Allow: /supportppr/s/ # allow all
Allow: /s/ # allow all
Disallow: */secur/forgotpassword.jsp?*
Sitemap: http://honeywellaidc.force.com/supportppr/s/sitemap.xml
Sitemap: https://support.honeywellaidc.com/s/sitemap.xml
</apex:page>
Please let me know if this doesnot work. I don't mind doing some troubleshooting and brainstorming with you.
Kind regards,
Julian