# Gignox
> Gignox is a global freelance marketplace. Hire verified sellers with secure escrow payments.
Public pages return full server-rendered HTML (no JavaScript required) at the same URLs used in the browser. AI fetch bots, social crawlers, and preview tools are routed to the `og-meta` edge function, which returns complete `
`, description, Open Graph, Twitter Card, canonical, JSON-LD, and body content.
## Key URLs
- Homepage: https://gignox.com/
- Search: https://gignox.com/search?q={query}
- Find sellers: https://gignox.com/find-sellers
- Become a seller: https://gignox.com/become-a-seller
- Seller levels: https://gignox.com/seller-levels
- Support: https://gignox.com/support
- Help center: https://gignox.com/help
- Help article: https://gignox.com/help/article/{slug}
- Help category: https://gignox.com/help/category/{slug}
- Blog index: https://gignox.com/blog
- Blog post: https://gignox.com/blog/{slug}
- Gig page: https://gignox.com/gig/{slug}
- Seller profile: https://gignox.com/{username}
- Category: https://gignox.com/category/{slug}
- Legal page: https://gignox.com/legal/{slug}
- Company page: https://gignox.com/company/{slug}
## Fetchable HTML by page type
### Homepage (/)
- Marketplace positioning, featured categories, featured gigs
- Homepage FAQ (JSON-LD FAQPage)
- Links to top categories and services
### Gig (/gig/{slug})
- Service title and full description
- Basic, Standard, and Premium packages with USD prices, delivery days, and revisions
- Seller name, rating, and verification status
- FAQs, extras, buyer requirements
- Recent reviews and portfolio image URLs
- JSON-LD: Service, FAQPage, BreadcrumbList, Review
### Seller profile (/{username})
- Seller name, title, bio, location, skills, languages, seller level
- Rating, review count, verification status
- Active gig listings with prices and links
- JSON-LD: ProfilePage, BreadcrumbList
### Category (/category/{slug})
- Category name, description, gig count
- Top gigs in category with seller names, prices, ratings, descriptions
- JSON-LD: CollectionPage, BreadcrumbList, ItemList
### Blog post (/blog/{slug})
- Title, excerpt, author, publish date, tags
- Full article body
- JSON-LD: BlogPosting, BreadcrumbList
### Blog index (/blog)
- List of published posts with titles, excerpts, and links
### Help (/help, /help/article/{slug}, /help/category/{slug})
- Help articles and categories from the knowledge base
- JSON-LD: WebPage, Article, or CollectionPage
### Legal & company (/legal/{slug}, /company/{slug})
- Published legal/company pages (terms, privacy, about, etc.)
### Marketing pages
- /become-a-seller — seller onboarding, fees (10%), withdrawal minimum ($20), FAQ
- /find-sellers — project matching for buyers
- /seller-levels — Starter, Pro, Elite tier requirements
- /support — support and help center links
### Search (/search?q={query})
- Dynamic title and description for the search query
## Open Graph images
Dynamic share images are generated per path:
`https://rdytakabewsnfacneuzf.supabase.co/functions/v1/og-image?path={encoded-path}`
- Default output: PNG (1200×630), suitable for Facebook, LinkedIn, Twitter/X, Slack, etc.
- Optional: `&format=svg` for the vector fallback card
- When a page has a real content photo (gig portfolio image, seller avatar, blog cover, top category gig photo), `og:image` uses that URL directly instead of the generated card
- Gig, category, and homepage pages **without** a portfolio image use the static default `https://gignox.com/og-image.png` (no generated card)
Examples:
- Category: `.../og-image?path=%2Fcategory%2Fai_services`
- Gig: `.../og-image?path=%2Fgig%2F{slug}`
- Seller: `.../og-image?path=%2F{username}`
## Discovery
- Sitemap: https://gignox.com/sitemap.xml
- Robots: https://gignox.com/robots.txt
- This file: https://gignox.com/llms.txt
## Optional
- Training use: contact via https://gignox.com/support
- API: not available yet; use HTML pages above