New: The State of Indie Launches: May 2026. What 17,652 indie launch pages run on once you strip Vercel out. Read

← Back to SuperShift

Owner tools

For the owner of SuperShift (supershift.work).

Ownership

This launch is unclaimed.

Claim this launch to get an owner link, re-scan after fixes, track your score improvements, or remove your site from StackScope entirely.

Claim this launch

Optional improvements

These don't change your StackScope score but cover SEO, agent-readiness, security-researcher discoverability, and compliance items worth addressing.

Security

  • LOWAdd /.well-known/security.txt
    WhyLets security researchers report vulnerabilities responsibly through a published contact channel.
    WhereCreate /.well-known/security.txt with a Contact: email and Expires: date.

Email security

  • HIGHAdd an SPF record
    No SPF TXT record found at the apex domain.
    WhyWithout SPF and DMARC, receiving servers have fewer signals to reject spoofed mail using your domain.
    WherePublish a TXT record at the apex like v=spf1 include:_spf.google.com ~all (replace the include: with your real sender, then end with ~all for soft-fail or -all for strict).
  • MEDIUMMove DMARC from p=none to quarantine or reject
    DMARC policy is p=none (monitoring only).
    Whyp=none lets receivers log failures but still deliver spoofed mail. Real protection only kicks in at quarantine or reject.
    WhereAfter reviewing a few weeks of rua= reports and confirming your real senders pass, change to p=quarantine (sends spoofs to spam) and then p=reject (blocks them outright).
  • LOWAdd MTA-STS
    No MTA-STS DNS record published.
    WhyPrevents mail to your domain being downgraded to plaintext mid-flight by a network attacker. Most launches don't have this, so deploying it puts you a tier above generic email-security checks.
    WherePublish a TXT record at _mta-sts.{your-domain} plus a policy file at https://mta-sts.{your-domain}/.well-known/mta-sts.txt.
  • LOWAdd a TLS-RPT record
    No TLS-RPT record at _smtp._tls.{domain}.
    WhyReceivers can tell you when STARTTLS handshakes to your mail server fail. Without it, silent TLS failures are invisible.
    WherePublish one TXT record at _smtp._tls.{your-domain} like v=TLSRPTv1; rua=mailto:[email protected].

Page basics & SEO

  • LOWTrim your <title> tag to under 60 characters
    Currently 86 characters: "Staff scheduling for bars, restaurants &amp; hotels — free up to 20 staff | SuperShift"
    WhyGoogle truncates titles around 60 characters in search results, so anything past that gets cut off mid-sentence and costs click-through rate.
    WhereAim for 50-60 characters that include your main keyword and brand.
  • LOWTrim your meta description to under 160 characters
    Currently 177 characters: "SuperShift is the drag-and-drop scheduling tool hospitality teams actually use. Built for Belgian flexi-jobs and student-uren. Free up to 20 staff, no demo call, no credit card."
    WhyGoogle truncates around 155-160 characters on desktop SERPs (less on mobile), so anything past that won't appear in the snippet.
    WhereEdit your <meta name="description"> tag. Put the most click-worthy phrase first.

Performance

  • MEDIUMSet width and height on your images
    2 images render without explicit width/height.
    WhyWithout intrinsic dimensions the browser can't reserve space before the image loads, so content jumps as it arrives (cumulative layout shift).
    WhereAdd width and height attributes (or an aspect-ratio CSS rule). Framework image components set these for you.
  • LOWServe right-sized images
    2 images are downloaded at more than twice the displayed size.
    WhyShipping a 2000px image into a 400px slot wastes bandwidth and slows loading, especially on mobile.
    WhereResize to the displayed dimensions, or use srcset/sizes (or a framework image component) to serve per-viewport variants.
  • LOWAdd alt text to your images
    2 images have no alt attribute.
    WhyScreen-reader users get no description, and search engines lose a signal about the image content.
    WhereAdd a concise alt="..." to each image (an empty alt="" is correct only for purely decorative images).

Agent / AI

  • LOWDeclare a Content-Signal in robots.txt
    WhyStates how you'd like AI systems to use your content (training, search, agent input). Without it, AI crawlers fall back to whatever default policy each vendor applies.
    WhereAdd a Content-Signal: line to your robots.txt.
  • LOWAdd Link response headers
    WhyLets agents discover your sitemap, privacy policy, and docs without parsing HTML, which most lightweight agents skip.
    WhereSet Link: response headers in your server config or framework middleware.

If a tip looks wrong (for example it says "add a consent banner" and you already have one) the detection's the bug, not you. StackScope sees what's public from the outside: HTTP response, rendered HTML, cookies, and DNS. We can miss vendors that load behind consent, are self-hosted, or use an install shape we haven't fingerprinted yet. Email [email protected] and we'll look into it.

Copy into Cursor, Claude, or ChatGPT

This prompt includes the detected stack and only the fixes StackScope found. It asks the AI to make concrete file-level changes, not a vague website review.

Score-affecting basics only. Ask your AI to handle these first; come back for the optional hardening once they're done.

Everything: score-affecting fixes plus optional email security, agent metadata, and best-practice items. Longer prompt, more for an "all in one" agent run.

Using an autonomous agent?

Point the agent at this SKILL.md URL and ask it to follow the skill. The framing stops agents defaulting to an open-ended page review.

https://stackscope.dev/launch/osbe15dw/skill.md

Share your score

Your score card renders automatically when you share the link.

Or embed a badge

Two badge options. Pick whichever fits your story.

Current score

Shows the latest score and updates within a few minutes of any recrawl. Best for ongoing display: if you fix something and recrawl, the badge reflects the new score automatically.

StackScope score

<a href="https://stackscope.dev/launch/osbe15dw/supershift"><img src="https://stackscope.dev/badge/osbe15dw/current.svg" alt="StackScope score for SuperShift" height="24" /></a>

Launch score

Pinned to your launch-day snapshot and never changes. Marked with a small gold corner ribbon. Best for press kits, launch retrospectives, or anywhere you want a permanent record of how you shipped.

StackScope launch score

<a href="https://stackscope.dev/launch/osbe15dw/supershift"><img src="https://stackscope.dev/badge/osbe15dw.svg" alt="StackScope launch score for SuperShift" height="24" /></a>

Using a Content-Security-Policy? Both badges are <img> tags from our domain, so your CSP needs to allow them. Add stackscope.dev to your img-src directive (example: img-src 'self' stackscope.dev;). Without it, browsers silently block the badge and visitors see a broken image.