Brizy Cloud — support request
Site: https://www.gabrielevasario.com Plan: Brizy Cloud Context: medical practice site (orthopaedic shoulder surgeon, Turin, Italy), 5 languages served under path prefixes: /it/ (default), /en/, /fr/, /es/, /ru/.
Hello,
I am optimising my site for search engines and for AI answer engines (ChatGPT, Claude, Perplexity, Google AI Overviews). Google PageSpeed Insights now runs an "Agentic browsing" category and my site fails two of its three audits.
I already received your reply about llms.txt in the community thread (thank you — noted below as point 1). The remaining points are still open. Where a feature already exists in Brizy Cloud, please point me to the exact location in the interface. Where it does not exist, please tell me plainly so I can plan around it.
1. llms.txt — follow-up on your reply
Thank you for confirming that llms.txt support is in progress. I will wait for the release, and I take your point that adoption is currently low and that Google does not use it for AI Overviews.
One small request in the meantime:
https://www.gabrielevasario.com/llms.txt currently returns HTTP 200 with a zero-byte body. An empty file causes the PageSpeed Insights audit to fail, whereas a path that simply does not exist would most likely not be audited at all.
Question: until the feature ships, could that path return 404 instead of an empty 200? An empty file is the worst of the three possible states.
2. AI credits cannot be purchased — "Buy Credits" redirects to the login page
I have received email invitations to try your new AI model, and the AI Builder (BETA) panel shows the banner:
AI credits limit reached. Upgrade plan or Buy Credits
I tested with 30 euros but i would like to know if with my LTD APPSUMO licence i get any monthly allowance.
3. Custom JSON-LD structured data — how do I replace the auto-generated schema?
My pages currently output a single JSON-LD block of type LocalBusiness with only four properties (name, telephone, email, address).
For a medical practice this is too thin. I need to output a Physician schema including medicalSpecialty, sameAs, geo, areaServed, openingHoursSpecification, availableService and potentialAction, plus a separate FAQPage block.
Questions:
- Can I replace or override the auto-generated
LocalBusinessJSON-LD site-wide? - Is there a global header code-injection field in Brizy Cloud where I can add my own
<script type="application/ld+json">block on every page? - If injection is per-page only, is there a way to apply it globally without editing every page individually?
4. HTML heading tags — a text element styled as a heading still renders as <p>
On my homepage the main headline "Specialista in Chirurgia della Spalla a Torino" renders at 47px and visually reads as the page's main heading, but the actual HTML tag is <p>. The page contains zero <h1> elements and ten <h2> elements.
This breaks the heading hierarchy and is one of the reasons PageSpeed reports that "the accessibility tree is not well-formed".
Questions:
- How do I set the underlying HTML tag (h1, h2, h3, p) of a text element in the editor?
- Is the typography preset ("Heading 1", "Heading 2") purely visual, or is it supposed to also control the HTML tag? On my site it appears to be visual only.
- Is there any way to audit a page's heading structure from inside the builder?
5. Image alt text — is there a bulk or AI-assisted way to add it?
Every image on my site is missing alt text: 15 of 15 on the homepage, 9 of 9 on /it/chi-sono. The site has roughly 40 pages in Italian alone, multiplied by 5 languages.
Adding alt text by hand, image by image, across all pages and all languages is not realistic.
Questions:
- Can alt text be set once in the Media Library and inherited by every element that uses that image, rather than set per element per page?
- You have recently added AI features to the builder (AI Builder, AI text generation). Is there — or is there planned — an AI-assisted bulk alt-text generator? For a multilingual site this would be a major time saver and it directly improves both accessibility scores and AI-crawler comprehension. (See point 2: I currently cannot obtain AI credits, so I cannot test this myself.)
-
Regarding the AI features, can I change the font for all the text across my entire website and all its pages? Is it able to do that?
Also, I cannot see anywhere how my purchased credits are being used, so I do not know which actions consume them or when. Is there any indicator planned for this? Or do I need to leave my work, interrupt my workflow, and go to the account settings?
- Is there any bulk or API method to set alt attributes across the site?
6. hreflang tags are missing from the HTML
My site serves 5 languages. The sitemap at /sitemap.xml correctly contains xhtml:link rel="alternate" hreflang="..." entries for every URL.
However, the rendered pages contain zero hreflang link tags in the <head>. I checked the homepage, /it/chi-sono and an article page: all have a self-referencing canonical but no hreflang alternates.
Google recommends hreflang annotations in the HTML head, not only in the sitemap.
Questions:
- Is this expected behaviour for Brizy Cloud multilingual sites?
- Can hreflang tags be emitted in the page
<head>automatically? - If not, can I add them through a global head-injection field?
7. Removing the demo shop pages inherited from the template
My sitemap still contains 9 demo product pages inherited from the template:
/it/shop/sample-blue-flannel /it/shop/sample-boardshorts
/it/shop/sample-flower-woven /it/shop/sample-jade-tank
/it/shop/sample-rimini-romper /it/shop/sample-sunglasses
/it/shop/sample-white-tank
These are sample clothing products on a medical website. They are indexable and they appear in my sitemap, which is bad for both search engines and for AI crawlers trying to understand what this site is about.
I have blocked them in robots.txt as a stopgap, but I want them gone.
Questions:
- What is the correct way to permanently delete these demo products and their pages so that they also disappear from the generated sitemap?
- Should I delete them from Products, from Pages, or both?
- I do not use the shop at all: can the entire Shop module be disabled so that no
/shop/URLs are generated?
Thank you very much for your help. If any of these features do not currently exist, I would be grateful to know whether they are on the roadmap — particularly the AI-assisted alt text and the custom structured data, which are the two with the largest practical impact for a multilingual medical site.
Best regards, Dr. Gabriele Vasario https://www.gabrielevasario.com
-
Hello Dr. Vasario,
Here are answers to your questions:
-
llms.txt
Thellms.txtfile is currently in the testing phase. We are testing different aspects of the feature, so what you’re seeing right now may change as testing continues. We appreciate your patience while we complete the testing and move toward a stable release. -
AI credit purchase
Clicking “Buy Credits” should take you to a Stripe payment page where you can purchase additional AI credits.
The AppSumo LTD plan does not include a monthly allocation of free AI credits. Brizy’s AI credit system works more like the credit model used by LLM aggregation services such as OpenRouter.
At the moment, Brizy Cloud does not have an option to track AI credit usage. -
Structured data markup
Brizy Cloud allows you to add structured data markup to individual pages. You can follow the instructions at Add structured data markup to a page. If you want to add structured data markup across the entire website, you can add the markup under CMS → Project Settings → Site → Code → Code Injection > Header.
You can remove the LocalBusiness structured data markup by deleting the details you have entered under CMS → Project Settings → Site → Business
-
HTML heading tags
Brizy includes six global heading typographies: Heading 1 through Heading 6. When you apply one of these global typographies to your text, Brizy automatically assigns the corresponding HTML heading tag. For example:-
Heading 1 →
<h1> -
Heading 2 →
<h2> -
Heading 3 →
<h3>
Please see our tutorial: Elevate Your Design with Typography & Global Styling.
If you use custom typography instead of global typography, you can manually select the required HTML heading tag by selecting the "Cog" icon in the typography toolbar.

-
-
Image alt text
You can add alt text to images through the Media Library. Select the image and enter the text in the Alt Title field in the left sidebar.
Brizy Cloud does not currently provide an AI-powered bulk alt-text generator. However, once you have AI credits in your account, you could try using the AI chatbot to assist with this task.
-
hreflang tags
I can see the hreflang tags in the source code of your homepage. You can also use TechnicalSEO.com’s hreflang testing tool to verify them.
-
Removing the demo shop
You currently have the Shop Trial plan activated on your project. If you deactivate the Shop Trial plan, the shop pages should be disabled for the project.
0 -
Please sign in to leave a comment.
Comments
1 comment