I have a paid OCI instance with a vanity URL configured. Sitemap is submitted to Google via REST service (thanks INSUM!). Meta tags are configured on the public pages. Google is showing our main URL, but in the site description, it's saying we're preventing Google from crawling. I checked the robots.txt contents being served up by ORDS and it is as follows:
https://kilroysworkshop.com/robots.txt
User-agent: *
Disallow: /
Is there an APEX way of handling this that isn't ORDS in this case? Thanks in advance for any advice!!