Skip to content

Instantly share code, notes, and snippets.

@MuhammadQuran17
Last active December 30, 2025 05:44
Show Gist options
  • Select an option

  • Save MuhammadQuran17/9a87e6d013a67411effeb81b5d72748a to your computer and use it in GitHub Desktop.

Select an option

Save MuhammadQuran17/9a87e6d013a67411effeb81b5d72748a to your computer and use it in GitHub Desktop.
SEO & Google

Google flagged your site as suspicious

  1. 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.

  1. 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.

  1. Verify in Search Console: Go to Google Search Console, verify ownership of your domain, and check the "Security & Manual Actions" tab.

Sitemap.xml

Geretae using xml-sitemaps.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment