- check comments. Your code contains the SVG logos and specific styling for Google and GitHub login buttons.
The Issue: Google's "Phishing" scanners look for the presence of official brand logos (Google, GitHub, Microsoft) on domains that are not owned by those companies. If a site is new or has low "reputation," and it contains a "Continue with Google" button, the algorithm often flags it as a phishing attempt to steal Google credentials.
The Fix: * Completely remove the commented-out SSO code.
- You are using <script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>.
The Issue: While convenient, using the "in-browser" compiler for Tailwind is discouraged for production. Malicious sites often use CDN-hosted scripts to dynamically inject content that scanners can't see easily.
- Verify in Search Console: Go to Google Search Console, verify ownership of your domain, and check the "Security & Manual Actions" tab.
Geretae using xml-sitemaps.com