High-converting Astro-powered landing page positioning Codariq as "KI-Automatisierungsexperte für kleine und mittelständische Unternehmen"
Codariq is a KI-Automatisierung (AI automation) service provider specializing in small and medium-sized enterprises (SMEs) with 5-500 employees across Germany, Austria, and Switzerland.
- Company Size: 5-500 employees
- Market Focus: German-speaking SMEs (DACH region)
- Industries: Manufacturing, logistics, professional services, retail
- Pain Points: Manual processes, inefficient workflows, data entry tasks
- Prozess-Automatisierung - Business process automation
- Kundenservice-KI - AI-powered customer service solutions
- Document Workflows - Automated document processing
- Intelligente Datenanalyse - One-time data analysis package
- Node.js 18 LTS (managed via Volta)
- Git for version control
- GitHub account for repository management
# Clone the repository
git clone https://github.com/bpnace/codariq_v1.git
cd codariq_v1
# Install Node.js 18 LTS via Volta
volta install node@18
# Install dependencies
npm ci# Start development server
npm run dev # → localhost:4321
# Build for production
npm run build # → outputs to dist/
# Preview production build
npm run preview # → test build locally
# Run all tests
npm run test # → vitest + playwright + axe + lighthouse
# Lint and format
npm run lint # → ESLint + Prettier
npm run format # → Auto-fix formattingcodariq_v1/
├── src/
│ ├── components/ # Reusable UI components
│ │ ├── Hero.astro # Main hero section with dual CTA
│ │ ├── TrustBar.astro # Trust badges (TÜV, ISO, DSGVO)
│ │ ├── PainList.astro # Problem identification with animated counters
│ │ ├── Benefits.astro # 4-column features grid
│ │ ├── Testimonials.astro # Social proof with randomuser.me photos
│ │ ├── Process.astro # 4-step timeline with redesigned layout
│ │ └── FinalCTA.astro # Calendly booking widget integration
│ ├── layouts/
│ │ └── Base.astro # Main layout with milky glass navigation
│ ├── pages/
│ │ ├── index.astro # Landing page
│ │ ├── datenschutz.astro # DSGVO-compliant privacy policy
│ │ ├── impressum.astro # DDG-compliant legal notice
│ │ ├── faq.astro # AI automation FAQ
│ │ ├── agb.astro # B2B service terms
│ │ └── cookie-richtlinien.astro # TTDSG cookie policy
│ └── styles/
│ └── global.css # Global styles & animations
├── public/ # Static assets
│ ├── Logo1.svg # Main company logo
│ └── images/ # Trust badges and hero assets
└── dist/ # Build output (generated)
- Primary: Orange (#EA580C) - CTA buttons and accents
- Text: Gray scale (900-600) for hierarchy
- Background: White with gray-50 for cards
- Navigation: Milky glass effect with backdrop blur
- Font: Switzer Variable (custom font family)
- Hierarchy: Bold headlines, medium body text
- Responsive: Scales from mobile to desktop
- Milky Glass Navigation - Fixed header with backdrop blur
- Gradient CTA Buttons - Orange gradient from top-left to bottom-right
- Process Component Redesign - Numbers top-left, icons top-right, fixed heights
- Testimonial Real Photos - Replaced SVG graphics with randomuser.me images
- Calendly Integration - Non-scrollable booking widget in FinalCTA
- Card-based Layout - Consistent spacing and text alignment
All legal pages are DSGVO-compliant and include real business information:
- Datenschutz - DSGVO-compliant privacy policy with structured data processing table
- Impressum - Legal notice per § 5 DDG with Codariq business details
- AGB - Comprehensive B2B terms for KI-automation services
- Cookie-Richtlinien - TTDSG-compliant cookie policy
- FAQ - 8 detailed questions about AI automation
Recent Updates (January 2025):
- Updated all legal texts with legitimate Codariq business information
- Added proper DDG compliance tables for Impressum
- Implemented DSGVO Art. 6 structured data processing overview
- Included real contact details: Tarik Arthur Marshall, Berlin address
- Added professional service terms covering analysis, design, development phases
The site uses price ranges instead of specific amounts:
- Simple automations: Low five-digit range
- Complex projects: Mid to high five-digit range
- Cost savings: Mid to high five-digit annual savings
- ROI: Typically achieved within 6-12 months
Package pricing in Process section maintains specific pricing for transparency.
- Static Site Generation via Astro v5
- Minimal JavaScript - No heavy animations or interactions
- Optimized Images - WebP format with lazy loading
- Font Loading - Preloaded variable fonts
- n8n Webhook - Automated email collection workflow
- Google Sheets - Real-time data storage and management
- Duplicate Detection - Prevents multiple entries from same email
- Basic Auth Security - Protected webhook endpoints
- German Error Messages - Localized user feedback
- Response Handling - Success, duplicate, and error states
- WCAG 2.1 AA compliance
- Semantic HTML structure
- Focus management for keyboard navigation
- Screen reader optimized content
- Structured Data - Organization and services schema
- Meta Tags - Comprehensive OpenGraph and Twitter cards
- German Language - Proper hreflang and locale settings
- Performance - Core Web Vitals optimized
- Repository: https://github.com/bpnace/codariq_v1.git
- Domain: codariq.de (configured for German market)
- Hosting: Strato Web Hosting
- SSL: Automatically managed
- SSH: 5017709652.ssh.w2.strato.hosting
# Build for production
npm run build
# Deploy to Strato via SFTP (automated script)
expect sftp_full_upload.expectDeployment Script: The sftp_full_upload.expect script automatically uploads the entire dist/ folder to the Strato server, including:
- All HTML files
- Static assets (images, fonts, logos)
.htaccessconfiguration- Sitemap and robots.txt
Post-Deployment Verification:
# Test main pages for redirect chains
curl -I https://codariq.de/faq
# Should return: HTTP/2 200
# Test redirect handling
curl -I https://www.codariq.de/faq
# Should return: HTTP/2 301 → https://codariq.de/faqAfter deploying SEO fixes:
-
Verify .htaccess is active:
curl -I https://codariq.de/faq # Must return HTTP 200, not 301 -
Request Google re-indexing:
- Visit Google Search Console
- Use URL Inspection tool for main pages
- Click "Request Indexing" for each URL
-
Monitor for 2 weeks:
- Check "Page Indexing" report daily
- Watch for "Seite mit Weiterleitung" to drop to 0
- Verify all blog posts get indexed
See DEPLOYMENT_SUMMARY.md for detailed deployment test results and SEO_FIXES_DOCUMENTATION.md for technical implementation details.
- Cookie-free analytics preferred
- Data minimization - Only collect necessary data
- German servers - EU data residency
- Transparent policies - Clear privacy notices
- Content Security Policy implemented
- HTTPS enforced across all pages
- No third-party tracking without consent
- Orange CTA buttons - Consistent brand color
- Social proof - Testimonials with company references
- Clear value props - Benefits focused on SME pain points
- Trust signals - Compliance badges and guarantees
- Reduced friction - Simple contact forms
- Hero headline variations (problem vs. solution focused)
- CTA button text ("Termin buchen" vs. "Demo anfragen")
- Trust badge placement and messaging
- Testimonial layout and emphasis
- ESLint + Prettier for consistent formatting
- Component-based architecture
- Responsive design mandatory
- Accessibility testing required
- Feature branches from main
- Pull request reviews
- Automated testing via CI/CD
- Performance budget enforcement
✅ Completed Features:
- Complete Codariq rebranding from zynapse/stackwerkhaus
- Real legal pages with legitimate business information
- KI-Dashboard Waitlist Integration - Fully functional with n8n webhook + Google Sheets
- Blog System - 4 comprehensive blog posts with SEO optimization
- Enhanced Navigation - Added "Insights" link to blog section
- Footer Redesign - 4-column layout with newsletter signup
- Responsive Animations - Scroll-triggered animations throughout
- Process component redesign with fixed text alignment
- Testimonial photos from randomuser.me
- Gradient CTA buttons with consistent styling
- DSGVO/DDG/TTDSG compliance implementation
- Pricing Updates - Real pricing with customer discounts
- Meta Tags & Structured Data - Complete SEO implementation
- 🆕 SEO Redirect Fixes - Eliminated all redirect chains for perfect indexing
🔄 Recent Major Updates (October 2025):
Problem Solved: Eliminated all "Seite mit Weiterleitung" errors in Google Search Console
What Was Fixed:
- ✅ Zero redirect chains - All canonical URLs now return HTTP 200 directly
- ✅ Removed SearchAction - No more fake search URLs being indexed
- ✅ Optimized .htaccess - Single combined redirects for www/HTTPS
- ✅ DirectorySlash Off - Internal rewrites serve index.html without external redirects
Test Results (Production - Oct 15, 2025):
✅ https://codariq.de/faq → HTTP 200 (no redirect)
✅ https://codariq.de/impressum → HTTP 200 (no redirect)
✅ https://codariq.de/blog/ki-teams-vorbereiten → HTTP 200 (no redirect)
✅ https://codariq.de/blog/automatisierung-roi-maximieren → HTTP 200 (no redirect)
✅ https://codariq.de/faq/ → 301 → /faq (single redirect)
✅ https://www.codariq.de/faq → 301 → /faq (single redirect)
✅ http://codariq.de/faq → 301 → /faq (single redirect)
✅ http://www.codariq.de/faq → 301 → /faq (single redirect)
Expected Impact:
- Week 1-2: "Seite mit Weiterleitung" errors drop to 0
- Week 2-4: All pages properly indexed in Google
- Month 1-3: Increased organic traffic from blog content, better keyword connections
Files Modified:
public/.htaccess- Added DirectorySlash Off, combined redirects, internal rewritessrc/layouts/Base.astro- Removed SearchAction, added noindex for search params- See SEO_FIXES_DOCUMENTATION.md for complete technical details
Previous Updates:
- Waitlist Functionality: Email collection for KI-Dashboard with duplicate detection
- Blog Content: 4 detailed German blog posts (2000+ words each)
- Navigation Enhancement: Removed "Vorgehen" link, added "Insights"
- Footer Optimization: Dark theme with industry leader logos
- Performance: Optimized for mobile and desktop viewing
- CTA Updates: Changed from "Jetzt anfragen" to "Jetzt starten"
📋 Next Tasks:
- ✅
Eliminate Google Search Console redirect errors(COMPLETED Oct 15, 2025) - Request re-indexing in Google Search Console (immediate action)
- Monitor indexing improvements over 2-4 weeks
- Mobile-first performance optimization
- Core Web Vitals improvement
- Advanced analytics implementation
For questions about this project:
- Technical Issues: Create GitHub issue
- Business Questions: kontakt@codariq.de
- Performance Monitoring: Core Web Vitals dashboard
Built with love • © 2025 Codariq