April 9, 2026 — varpet.com (Armenia) • varpet.us (California) • varpet.es (Spain)
4 languages: Armenian, English, Russian, Spanish
Raw CSS stylesheet code is being output as visible text content on every single page across varpet.com. The <style> blocks appear to be placed inside <main> without proper encapsulation, causing hundreds of lines of CSS (media queries, class definitions, etc.) to render as readable text between content sections.
Affected sections: Download section, Join Varpet section, FAQ section, Become Professional hero/steps/cards, Workflow sections, Contact form, Press Releases, Let's Grow Together — essentially all reusable components.
Impact: Users see walls of code between sections. Extremely unprofessional. Affects SEO (Google indexes CSS as page content).
Fix: Move inline <style> blocks to <head> or external CSS files. Check the server-side rendering pipeline — likely a template issue where styles are injected inside <main> instead of <head>.
The marketplace map defaults to Yerevan (lat=40.1792, lng=44.4991, radius=4000). Location search has "Yerevan" hardcoded as placeholder. Masters/professionals cannot select or change their service location.
Business impact: This is the core issue Meher flagged — the redesign project scope has changed because masters need to be able to choose their own location rather than being auto-assigned.
Scope change: New requirement for the redesign: master location selection (self-serve, not auto-assigned).
The California marketplace (varpet.us/en) shows test listings that are clearly not real:
test — $100, antique car — $130,000, antique body work — $13,000, CAR — $120,006, ANTIQUE CAR — $150,000
These are visible to anyone visiting varpet.us. Need to be removed before any marketing push.
The Spain site (varpet.es/es) loads correctly and shows service categories, but the marketplace is completely empty — no professionals, no projects, no listings. The site feels abandoned.
Service category names and descriptions on varpet.es are in English, not Spanish. Only the download section, join section, and store buttons are translated to Spanish. The main content categories (Home Services, Construction & Renovation, Cleaning Services, etc.) remain in English.
The Armenian marketplace contains listings in Armenian, Russian, and English mixed together. Examples include Russian entries like "Профессиональный Массаж" and "ХИМЧИСТКА" alongside Armenian text. While multilingual listings may reflect the user base, it creates a chaotic, unprofessional impression.
The "All Tools" cards section on /hy/become-professional shows three identical cards, each with the same title and description ("Create profile — describe what you can do" repeated 3 times). These appear to be placeholder content that was never differentiated.
The media resources section on /hy/press-releases shows 4 cards: "Brand materials", "App screenshots", "Press photos", "Press photos". The last two are duplicates — one should likely be different content (e.g., "Product screenshots" or "Team photos").
FAQ content at the bottom of pages on varpet.us and varpet.es shows English content regardless of the site language. The FAQ on varpet.es should be in Spanish.
The contact form dropdown only lists: Armenia, USA, Russia, Germany, France, Other. Should include Spain (since varpet.es exists) and potentially other target markets.
Many marketplace listings on varpet.com have very low prices (1 AMD, 100 AMD), single-word descriptions, or no photos. Consider implementing minimum listing quality requirements.
The "Operate Varpet" section on desktop has padding-top: 300px, creating an excessively large gap between the banner image and the content. This appears intentional for a parallax effect but results in a blank white gap on first scroll.
| Page | URL | Status | Notes |
|---|---|---|---|
| Home | /hy | ⚠ | Loads. CSS leaking. Location hardcoded to Yerevan. |
| About | /hy/about | ✓ | Loads fine. Stats: 1M+ customers, 130+ pros, 30+ services, 30+ cities. |
| Marketplace | /hy/marketplace | ⚠ | Loads. CSS leaking. Mixed-language listings. Map hardcoded. |
| Services | /hy/services | ⚠ | Loads. CSS leaking. 12 main categories + sub-categories render correctly. |
| Become Professional | /hy/become-professional | ⚠ | Loads. CSS leaking heavily. 3 duplicate cards in "All Tools" section. |
| Workflow | /hy/workflow | ⚠ | Loads. CSS leaking. Content is complete and well-structured. |
| Contact | /hy/contact | ⚠ | Loads. CSS leaking. Form works. Limited country list. |
| FAQ | /hy/faq | ✓ | Loads well. Two tabs (Customer/Professional). Rich content. |
| Press Releases | /hy/press-releases | ⚠ | Loads. CSS leaking. Duplicate "Press photos" card. |
| Let's Grow Together | /hy/lets-grow-together | ⚠ | Loads. CSS leaking. Partnership page content is complete. |
| varpet.us (California) | varpet.us/en | ✗ | Loads. Test/junk data in marketplace. CSS leaking. |
| varpet.es (Spain) | varpet.es/es | ✗ | Loads. Empty marketplace. Categories not translated. CSS leaking. |
| Link | Target | Status |
|---|---|---|
| varpet.com (Armenia) | varpet.com/hy | ✓ Loads, redirects to /hy |
| varpet.us (California) | varpet.us/en | ✓ Loads, redirects to /en |
| varpet.es (Spain) | varpet.es/es | ✓ Loads, redirects to /es |
| App Store link | apps.apple.com | Present on pages (not clicked) |
| Google Play link | play.google.com | Present on pages (not clicked) |
| Press kit download | /hy/press-releases | Button present (not tested) |
Site structure is solid. Navigation is clear, all internal links resolve, and every page loads without 404 errors. The FAQ page is particularly well-done with comprehensive content organized into two tabs (Customer and Professional) covering payments, orders, pricing, account management, and more.
Multi-region architecture works. All three domains (varpet.com, varpet.us, varpet.es) load correctly with proper language redirects. The framework supports 4 languages and region-specific content.
Content quality is good on the newer pages (Workflow, Let's Grow Together, Become Professional). The partnership/franchise model is well-presented with clear steps, benefits, and CTAs.
1. Fix the CSS rendering bug immediately. This affects every page and makes the entire site look broken. Likely a single template fix.
2. Clean up varpet.us test data before any marketing or user acquisition in California.
3. Complete Spanish localization on varpet.es or take the site offline until ready.
4. Implement master location selection as part of the redesign — this is the new scope from Meher's update.
5. Deduplicate placeholder content on Become Professional and Press Releases pages.