Varpet Website Audit

April 9, 2026 — varpet.com (Armenia) • varpet.us (California) • varpet.es (Spain)
4 languages: Armenian, English, Russian, Spanish

2
Critical
3
High
4
Medium
3
Low

Critical Issues

Critical CSS Code Rendering as Visible Text on Every Page

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

Critical Map/Location Hardcoded to Yerevan — Masters Cannot Choose Location

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

High Priority Issues

High Test/Junk Data on varpet.us Marketplace

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.

High varpet.es Has No Marketplace Listings

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.

High Incomplete Localization on varpet.es

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.

Medium Priority Issues

Medium Mixed Languages in varpet.com Marketplace Listings

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.

Medium Duplicate Placeholder Content on Become Professional Page

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.

Medium Duplicate Card on Press Releases Page

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").

Medium FAQ Sections Reference English on Spanish/English Sites

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.

Low Priority Issues

Low Contact Form Country List is Limited

The contact form dropdown only lists: Armenia, USA, Russia, Germany, France, Other. Should include Spain (since varpet.es exists) and potentially other target markets.

Low Marketplace Listing Quality Control

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.

Low "Let's Grow Together" Partnership Page Has Large Top Padding

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-by-Page Status

PageURLStatusNotes
Home/hyLoads. CSS leaking. Location hardcoded to Yerevan.
About/hy/aboutLoads fine. Stats: 1M+ customers, 130+ pros, 30+ services, 30+ cities.
Marketplace/hy/marketplaceLoads. CSS leaking. Mixed-language listings. Map hardcoded.
Services/hy/servicesLoads. CSS leaking. 12 main categories + sub-categories render correctly.
Become Professional/hy/become-professionalLoads. CSS leaking heavily. 3 duplicate cards in "All Tools" section.
Workflow/hy/workflowLoads. CSS leaking. Content is complete and well-structured.
Contact/hy/contactLoads. CSS leaking. Form works. Limited country list.
FAQ/hy/faqLoads well. Two tabs (Customer/Professional). Rich content.
Press Releases/hy/press-releasesLoads. CSS leaking. Duplicate "Press photos" card.
Let's Grow Together/hy/lets-grow-togetherLoads. CSS leaking. Partnership page content is complete.
varpet.us (California)varpet.us/enLoads. Test/junk data in marketplace. CSS leaking.
varpet.es (Spain)varpet.es/esLoads. Empty marketplace. Categories not translated. CSS leaking.

External Site Links

LinkTargetStatus
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 linkapps.apple.comPresent on pages (not clicked)
Google Play linkplay.google.comPresent on pages (not clicked)
Press kit download/hy/press-releasesButton present (not tested)

What Works Well

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.

Priority Recommendations

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.