Every page says it is the homepage
The builder emits a single canonical tag pointing at the homepage, on every route. Each page on your site is telling Google, in writing, that it is a duplicate of the homepage. Google obeys the tag, files your pages as copies, and indexes the homepage alone. Rebuilding does not fix it, because search engines are obeying the instruction, not the code.
<link rel="canonical" href="https://yourbusiness.com/" />



