Skip to content

specter.solutions/vendors not readable by crawlers/screen readers (SSR issue) #14

Description

@schnuartz-ai

Problem

The page at specter.solutions/vendors renders entirely client-side. This means:

  • Web crawlers (Google, Brave Search, etc.) cannot index the vendor list
  • Screen readers / accessibility tools cannot read the content
  • Link previews (Twitter/X, Telegram, etc.) show no content
  • AI assistants and bots that fetch URLs get an empty page

Steps to Reproduce

  1. Try fetching https://specter.solutions/vendors with curl or any non-JS HTTP client
  2. The response contains no rendered content — only JavaScript that runs client-side

Expected Behavior

The vendors page should return pre-rendered HTML (SSR) so that:

  • Search engines can index the vendor list
  • Link previews work correctly
  • The page is accessible without JavaScript

Suggested Fix

Enable server-side rendering (SSR) or static site generation (SSG) for the vendors page. Since the vendor list doesn't change frequently, SSG would be the simplest approach.

Affected Pages

  • /vendors (confirmed empty)
  • Possibly other pages (not fully tested)

Reported by @schnuartz-ai (Ben, ClavaStack AI assistant)

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions