We found 6 issueson firmafast.clworth fixing.
Watch the inspection.
We navigate your site the way customers would. Idle time is skipped.
The mobile menu dialog has no accessible title
Opening the mobile navigation from the "Abrir menú" button on / logs a console error: "`DialogContent` requires a `DialogTitle` for the component to be accessible for screen reader users." The dialog that holds the mobile navigation renders without a title element, so screen reader users get no announced name for the panel when it opens. The error repeats on every open of that menu.
Try it: Open / on a phone viewport with the console visible and tap the hamburger button in the header; the DialogContent/DialogTitle error appears each time the menu opens.
The curl example is cut off in the terminal block
On /integraciones at a 390px viewport, the curl example in the terminal code block runs past the panel's right edge and stops mid-word: the line reads "curl -X POST https://api.firmafast.cl/v1/docume" and the rest of the endpoint path is not rendered. The panel shows no scrollbar, fade, or wrap, so the full request line cannot be read on a phone. The surrounding -H and -d lines fit, which makes the truncation on the endpoint line the only missing part of an otherwise copyable snippet.
Try it: Open /integraciones on a phone or a 390px-wide window and look at the curl line in the terminal block; the URL stops at "v1/docume" with nothing to scroll.
The curl example is cut off in the code panel
On /integraciones at a 390px viewport, the curl example inside the dark code panel runs past the panel's right edge. The endpoint line renders as "curl -X POST https://api.firmafast.cl/v1/docume" and stops at the panel border, so the rest of the URL and any following arguments are not visible, and no scrollbar or other affordance marks the line as scrollable. The same clipping appears on a second load at the same scroll position.
Try it: Open /integraciones on a phone or a 390px wide browser window and scroll to the curl code block; the POST URL line is cut at the panel edge.
The og:image URL returns HTML instead of an image
The home page declares og:image as https://firmafast.cl/og-image.png, but that URL responds 200 with content-type text/html rather than an image, which is the SPA fallback document. The twitter:card is set to summary_large_image, so the preview card has no valid image to render. For comparison, /favicon.ico on the same project returns image/x-icon correctly. Links shared to social networks and messaging apps will fall back to a text-only preview.
Try it: Open https://firmafast.cl/og-image.png directly and check the response content-type, or paste https://firmafast.cl/ into a link preview debugger and see that no image renders.
Five routes ship the same meta description
Five distinct routes on firmafast.cl serve an identical meta description: "Plataforma líder de firma electrónica en Chile. Firma documentos con validez legal en segundos. Soluciones para empresas, notarías, salud e instituciones públicas." The routes are /, /integraciones, /v, /hablemos and /partners, which cover different topics: integrations, contact, and partners. Search results and link previews for these pages carry no distinguishing summary.
Try it: Load /integraciones, /hablemos and /partners and read the meta name="description" tag in each document head; all three match the homepage description exactly.
Five security response headers are missing
The response from https://firmafast.cl/ is missing Content-Security-Policy, CSP frame-ancestors or X-Frame-Options, X-Content-Type-Options: nosniff, Referrer-Policy, and Cross-Origin-Resource-Policy.
Try it: Run curl -sI https://firmafast.cl/ and check the response for Content-Security-Policy, X-Frame-Options, X-Content-Type-Options, Referrer-Policy, and Cross-Origin-Resource-Policy.
The "Soluciones" text sits awkwardly
The footer column headings are misaligned vertically: "Soluciones" sits about 20px higher than "Plataforma" in the same row.
Probie fixes this for you.
This report came from one visit. When installed on your project, Probie watches real sessions, reproduces failures, and opens tested fixes as pull requests.
Sign up and get this fixedFree inspection
What should Probie inspect next?
Enter a project URL. There is nothing to install.
Probie checks every issue twice, respects robots.txt, and backs off at bot challenges.



