
Search Engine Optimization Seo Projects
Looking for freelance Search Engine Optimization Seo jobs and project work? PeoplePerHour has you covered.
opportunity
SEO Expert or Agency Needed for Multiple Business Websites
We are looking for an experienced SEO expert or agency to handle SEO for three of our business websites: - Auto Repair Services - Electrical Services - Furniture Store (E-commerce / Local) Our goal is to improve search engine rankings, increase local visibility, and generate consistent leads/sales. Scope of Work: Complete On-Page SEO (technical fixes, meta tags, content optimization) Local SEO (Google Business Profile optimization, citations, local rankings) Off-Page SEO (quality backlinks, authority building) Keyword research for each niche Competitor analysis Monthly reporting with clear progress tracking Requirements: Proven experience in multi-niche SEO Strong understanding of local SEO strategies Ability to rank websites in competitive local markets Clear communication and reporting We are looking for a long-term collaboration if results are satisfactory. Please share: Case studies or past results Strategy overview for similar businesses Monthly pricing Looking forward to working with a results-driven SEO professional.
10 days ago89 proposalsRemoteLanding page with AI optimisation and SEO search Optimisation
Create a polished, conversion-focused landing page featuring AI-driven optimization and SEO best practices. The page should include a concise hero section, compelling product descriptions for a few items, clear call-to-action, responsive design, fast-loading assets, and meta elements optimized for search. Deliver clean, semantic HTML/CSS, lightweight JavaScript for interactivity, and basic on-page SEO (title, meta description, structured content). Prioritize usability, accessibility, and measurable performance improvements.
11 days ago55 proposalsRemoteShopify marketing expert needed for skincare store
Hello, I have a Shopify skincare store and I’m looking for someone who can help increase targeted traffic and sales. My store already has SEO and Google Search Console set up but traffic and sales are very low. I’m looking for help with marketing strategy, traffic generation and conversion optimization. Experience with ecommerce or beauty brands would be a plus.
19 days ago42 proposalsRemoteUnoSearch x DenteX: 1.1M Impressions, 65% More Leads
DenteX is a technology-driven orthodontic company behind toothsi, one of the most recognized clear aligner brands with 300,000+ smiles transformed across the US. Despite growing demand for at-home teeth alignment, DenteX was losing high-intent patients to competitors in search results every single day. They needed stronger organic visibility, better local engagement, and a content strategy that actually converted. UnoSearch stepped in with a focused 6-month SEO strategy: Built a keyword architecture across 4 intent layers — awareness, brand, comparison, and conversion — targeting searches like invisible braces, clear aligners cost, and toothsi vs Invisalign. Created dedicated landing pages for brand trust queries like toothsi reviews and toothsi before and after, keeping users on DenteX's site instead of third-party review platforms. Optimized the Google Business Profile with structured service signals and conversion-focused paths to drive scan bookings and consultations. Strengthened on-page SEO, internal linking, and search intent alignment to improve ranking stability without relying on paid ads. Results Delivered: ✅ 1.11 Million+ Google Search Impressions ✅ 10,500+ Organic Clicks in 3 months ✅ 71.8% increase in Google Business Profile interactions ✅ 65–71% growth in qualified leads ✅ Average ranking improved from position 20.8 to 7.7 DenteX now runs on predictable, search-driven patient growth — scalable, sustainable, and paid-ad independent.
a day ago13 proposalsRemoteBacklink Development
Our website currently has low domain authority and limited backlinks from relevant sites. This is affecting our search engine rankings and organic traffic. We need an experienced freelancer to create high-quality, relevant backlinks to improve our SEO performance and increase online visibility.
a month ago34 proposalsRemoteSEO Specialist Needed — Shopify + React Rug Brand (UK Market)
We are Haniesta (haniesta.com), a luxury handmade rug brand based in the UK with manufacturing roots going back to 1985 in India. We launched our website in early 2026 and need an experienced SEO specialist to build our organic presence in the UK market. Our site is on Shopify with a custom React frontend — so we need someone who understands technical SEO beyond standard Shopify theme settings. What we need: - Full technical SEO audit and fixes (H1 tags, meta titles, meta descriptions, alt text, schema) - On-page keyword optimisation for UK rug buyers - Google Search Console and GA4 setup verification - Backlink and content strategy advice - Monthly reporting You must have: Proven Shopify SEO experience, UK market knowledge, and the ability to write clear specs for our developer where code changes are needed. Please visit our site before applying and mention at least one specific issue you spotted — generic proposals will not be considered. Full project brief attached.
4 days ago31 proposalsRemoteopportunity
Trading bot development
Project Overview We are building a high-performance, low-latency trading engine designed for microstructure-based execution strategies in a high-tax (STT) environment. This is NOT a basic retail trading bot. This system requires advanced system-level engineering, multi-core CPU architecture control, shared memory communication, and real-time observability dashboard. The focus of this project is minimizing latency between signal generation and order execution while maintaining regulatory compliance (Order-to-Trade Ratio constraints). The developer must understand low-level performance optimization, concurrency architecture, and Linux system behavior. Core Technical Requirements Python Version (Mandatory) The engine must use: Python 3.13 Free-Threaded build (3.13t) NOT standard Python 3.10–3.12 Reason: Standard Python uses the Global Interpreter Lock (GIL), which blocks true parallelism. In low-latency systems, a 1–2ms delay caused by GIL contention is unacceptable. Multi-Core Architecture with CPU Core Pinning The engine must: Assign specific modules to specific CPU cores Use os.sched_setaffinity (Linux only) Prevent OS core migration (avoid context switching) Modules include: Sentinel (Risk & OTR monitoring) Sonar (Market entropy / regime detection) Oracle (Signal calculation loop) Execution Engine (Order placement) The goal is to eliminate unpredictable latency spikes caused by OS scheduling and cache invalidation. Inter-Process Communication Standard Python queues are NOT acceptable. Communication must use: multiprocessing.shared_memory Memory-mapped buffers Lock-free ring buffer architecture Reason: Standard queues introduce locking and object allocation overhead, increasing latency. The target is sub-millisecond internal communication between signal generator and execution engine. Latency Measurement The system must measure: End-to-end order placement latency Round-trip time (RTT) Module processing time Using: time.perf_counter_ns() Latency histogram logging This data must be streamed to the dashboard. Order Execution Logic The system should: Prefer passive limit orders Include 200ms cancel logic Manage Order-to-Trade Ratio (OTR) Implement controlled order flooding logic (compliant with broker rules) This is not a simple market order bot. FRONTEND REQUIREMENTS (React Dashboard) The frontend is NOT a trading UI. It is a real-time monitoring and control cockpit. Preferred stack: React (Vite or Next.js) WebSocket for live streaming Lightweight charting (Canvas or WebGL-based) Required Dashboard Modules Sentinel Panel Real-time RTT graph 20ms lockdown threshold indicator CPU usage per pinned core Emergency status Sonar Panel Market regime indicator (Attack / Veto mode) Entropy score display Zero-trust gate status Oracle Panel Weighted Order Book Imbalance (WOBI) heatmap Liquidity imbalance % Signal strength score Must use high-performance rendering (Canvas, not heavy SVG). Execution Panel Net Expected Value (NEV) Fill rate % Cancel rate Order-to-Trade Ratio (OTR) status Emergency Kill Switch Dashboard must include: Global kill switch Sends signal to monitoring service Monitoring service writes flag to shared memory Engine halts immediately Dashboard must NOT communicate directly with broker API. Deployment Requirements Linux-based environment (Ubuntu preferred) Dockerized setup preferred Separate processes: Trading engine Monitoring microservice React frontend Google Cloud compatible. 10 MOST IMPORTANT SKILLS TO ADD Attach these skills on Freelancer: Python 3 (Advanced Concurrency & Multiprocessing) Must understand GIL, free-threaded builds, shared memory. Low-Latency System Design Experience reducing microsecond-level bottlenecks. Linux System Programming Knowledge of CPU affinity, process scheduling, performance tuning. Multithreading & Multiprocessing Architecture Designing multi-core optimized applications. Memory Management & Shared Memory IPC Experience with mmap, shared memory buffers. Financial Market Microstructure Knowledge Understanding order books, liquidity imbalance, passive vs aggressive orders. WebSocket & Real-Time Streaming Required for live dashboard data. React.js (Performance-Optimized UI) Real-time data rendering without UI lag. Performance Profiling & Benchmarking Must measure and optimize latency. Cloud Deployment (Google Cloud / Linux VM / Docker) Production-ready deployment experience. VERY IMPORTANT Add this to filter weak developers: Applicants must answer the following: Have you worked with Python shared memory or mmap before? Have you implemented CPU core pinning on Linux? How would you measure internal engine latency? How would you prevent dashboard from affecting trading engine performance? This will eliminate 80% of generic bot developers.
a day ago14 proposalsRemoteService listing on e-commerce site
I need a skilled freelancer to create a compelling service listing (gig) on an e‑commerce platform. Tasks include crafting persuasive, SEO‑optimized copy, selecting and uploading high‑quality images, configuring pricing and delivery options, and setting accurate categories and tags. The ideal candidate has e‑commerce and marketplace experience, strong writing and visual design sense, and attention to detail to ensure the listing converts visitors into buyers.
4 days ago32 proposalsRemoteSpecialist for GEO & AI Search Visibility
We are looking for a specialist for Generative Engine Optimisation (GEO) & AI Search Visibility to boost our business's visibility in AI searches like ChatGPT, Gemini, and Perplexity."....others to help us rank at the top of AI-driven search results. The goal is to ensure our business is recommended when users ask conversational questions about Precision Engineering manufacturing services.
a month ago22 proposalsRemoteopportunity
Seeking Generative Engine Optimisation expert
We are looking for a specialist for Generative Engine Optimisation (GEO) & AI Search Visibility to boost our business's visibility in AI searches like ChatGPT, Gemini, and Perplexity."....others. We are looking for an expert to help us rank at the top of AI-driven search results. The goal is to ensure our business is recommended when users ask conversational questions about Precision Engineering manufacturing services.
a month ago15 proposalsRemoteKajabi Website Designer
Seeking an accomplished Kajabi website designer to create a polished, conversion-focused site. You must be an expert in Kajabi themes, page builder, funnels, products, and membership setups. Deliverables include responsive landing pages, sales pages, checkout integration, email automation, and aesthetic brand-consistent design. Optimize for UX, SEO fundamentals, fast load times, and mobile performance. Provide polished designs, clear documentation, and timely delivery. Proven Kajabi portfolio required.
7 days ago29 proposalsRemoteHotel Website Development using WIx
We are a hotel management company looking for an experienced Wix developer to create responsive websites for independent hotels. Need to design user-friendly layouts, integrate booking widgets, optimize for SEO and mobile, configure galleries, rate plans, and contact forms, and ensure fast loading and brand consistency.
18 days ago48 proposalsRemoteopportunity
CMS Development Project
Hi everyone, We’re looking for CMS Developers to help us build and maintain websites using platforms like WordPress, Drupal, and Shopify. Main tasks: • customize themes and plugins • integrate APIs and third-party services • optimize performance and SEO • manage content structure We’re looking for developers who can efficiently work with CMS platforms and deliver stable, high-quality web solutions.
17 days ago67 proposalsRemoteopportunity
SEO Link Building Specialist Needed,
UK Travel & Accommodation Site SEO Link Building Specialist Needed, UK Travel & Accommodation Site Description We are looking for an experienced SEO link building specialist to support a UK-based accommodation platform. Website: Group Escape Houses Our on-page SEO is complete. We now need high-quality backlinks to improve rankings across competitive UK search terms. What we need 20 to 30 backlinks per month UK-relevant websites only Travel, lifestyle, property, or event niches preferred Mix of guest posts, niche edits, and outreach links Link requirements Minimum DR 20+, ideally DR 40+ Real websites with traffic, no PBNs Contextual links within content Do-follow links only Permanent placements Anchor strategy Majority branded anchors Some partial keyword anchors Limited exact match Target pages Homepage UK destination pages Group accommodation pages Feature pages such as hot tub, large houses You must provide Monthly report including: URL of link DR of site Anchor text used Target page Sample sites before starting Examples of previous work Important No spam links No Fiverr style bulk links No link farms or private blog networks We are looking for long-term support if performance is strong. Budget Open to proposals, based on quality, not volume.
a day ago40 proposalsRemoteGo daddy website redesign webiste
Redesign the GoDaddy website to deliver a modern, user-centric, and conversion-driven experience. Revamp homepage and core pages (Domains, Hosting, Website Builder, Pricing) with a clean, minimal aesthetic aligned to GoDaddy platform. Prioritize mobile-first responsive layouts, prominent domain search, clear pricing tables, persuasive CTAs, trust signals, and intuitive navigation. Provide high-fidelity Figma/Adobe XD screens, desktop and mobile layouts, a comprehensive design system, source assets, unlimited revisions until approval, and one month post-delivery SEO support and website support.
11 days ago52 proposalsRemoteTravel site with Flight & Hotel Search (Amadeus API Integrat) –
Project Description: We are looking for an experienced developer to build a travel website that allows users to search for flights and hotels using Amadeus (PCC required) for real-time pricing. The platform will function as a lead generation system for flight, hotel, Car rental and Visa Assist — users will not be able to make direct bookings or payments on the website. Reference website - https://www.getmytrip.com/ Key Features & Requirements: Integrate Amadeus API (with PCC code) for: Flight search and pricing Hotel search and pricing User-friendly search interface for flights and hotels Display available options with pricing (no booking confirmation on site) Selection functionality: Users can select preferred flight or hotel options Lead submission system: Collect user details including: Full Name Date of Birth Email Address Phone Number Selected travel option + user details should be submitted to the back office Back-office system/dashboard: Receive and manage all submitted leads View customer selections and details clearly No payment gateway integration required No instant booking/ticketing on the website Workflow: User searches for flight or hotel User views available options and pricing User selects preferred option User submits personal details along with selected option Back office receives the lead Admin manually follows up with client, sends invoice, and completes booking offline Ticket/booking confirmation is sent to the client after payment (outside the website) Additional Requirements: Clean, modern, and mobile-responsive design Fast loading and optimized performance Secure handling of user data Scalable architecture for future upgrades (e.g., payment integration if needed) Preferred Skills: Experience with Amadeus API / travel tech Strong backend development (Node.js, PHP, or similar) Frontend development (React, Vue, or similar) Experience building booking or lead generation platforms Deliverables: Fully functional website (frontend + backend) Admin dashboard for lead management Source code and documentation Deployment support (if required) Please include examples of similar travel or API-based projects you’ve completed.
14 days ago19 proposalsRemoteopportunity
We are looking for experienced Frontend developer
Seeking an accomplished Frontend Developer to craft responsive, high-performance web interfaces. Must possess expert knowledge of HTML5, CSS3, JavaScript (ES6+), and modern frameworks such as React, Vue, or Angular. Responsibilities include implementing pixel-perfect designs, optimizing load times, ensuring cross-browser compatibility, and collaborating with designers and backend engineers. Strong problem-solving skills, attention to detail, and familiarity with state management, testing, and build tooling are essential. Prior project portfolio required.
25 days ago72 proposalsRemoteopportunity
Podcast section for my website
Seeking a skilled web designer/developer to craft a polished podcast section for knightspire.com. Deliverables: an attractive, responsive interface to list episodes with artwork, show notes, timestamps, host/guest details, and integrated audio player supporting streaming and downloads. Include subscription links (Apple/Spotify), social sharing, SEO-friendly markup, and analytics integration. Provide accessible, mobile-optimized layouts, intuitive navigation, and easy CMS-managed episode publishing. Clean, maintainable code and cross-browser testing required.
20 days ago53 proposalsRemoteopportunity
Freelance Outbound Sales Campaign Consultant (B2B Lead Gen)
Freelance Outbound Sales Campaign Consultant (B2B Lead Generation) We are looking for an experienced freelance consultant to design and set up a multi-channel outbound sales campaign for a B2B client. This is not a telesales role. We need someone who can build the outbound engine, not just execute call Scope of Work * Define target audience and ideal customer profile * Build prospecting approach and data strategy * Develop messaging and outreach sequences (email, LinkedIn, phone) * Design and structure multi-channel sales cadences * Recommend and/or set up tools, workflows, and tracking * Provide guidance on lead qualification and handover to field sales * Support initial testing and optimisation **Key Requirement** Proven experience designing outbound sales campaigns that generate pipeline and booked meetings. You must be able to demonstrate how you have built and structured similar campaigns. **Not Suitable For** * General digital marketing or SEO specialists * Web designers or branding consultants * Pure SDRs with no strategic or campaign design experience **Outcome** A clear, structured outbound campaign that can consistently generate qualified meetings for a field sales team. If your experience is primarily in outbound sales strategy and pipeline generation, please apply with relevant examples.
6 days ago15 proposalsRemoteNeeds full website redesign with SEO. Experienced developers onl
Job Post: Complete Website Redesign — Luxury Serviced Accommodation Brand (London) Title: Website Redesign + SEO for Award-Winning Serviced Accommodation Company Budget: Open to quotes (one-off + optional monthly retainer) About Us Stay Smart is an award-winning serviced accommodation operator managing a growing portfolio of short-term rental properties across prime London locations including Golders Green, Fulham, Bermondsey, Deptford, and Farringdon. We've been recognised as: Emerging Luxury Serviced Apartment Brand – London 2025 (Real Estate Insider) Accommodation Specialists of the Year – London & South East England (Prestige Awards 2026/27) Current website: https://stay-smarter.com/ Project Overview We need a complete website redesign — not a refresh, a full redo. The current site does not reflect our brand positioning as a luxury serviced accommodation provider. We're looking for a developer/agency who can deliver a modern, high-converting website that matches the quality of our properties and industry recognition. Scope of Work Full website redesign & development — clean, modern, luxury feel Pages required: Home, About Us, Contact Individual property listing pages per location (5 locations) Location-specific landing pages for local SEO visibility Service pages (Airbnb Management, Become a Host, etc.) FAQ, Privacy Policy, Terms & Conditions Enquiry/booking forms with automated email submissions SEO implementation: Full on-page SEO optimisation Schema markup for enhanced search results Google Business Profile setup & optimisation Location-specific SEO strategy Analytics & tracking setup (Google Analytics, etc.) Mobile-responsive design across all devices Fast load times — performance-optimised Newsletter signup integration What We're Also Interested In (Optional / Quote Separately) Ongoing website maintenance & updates Hosting (if included in your offering) Automated blog setup CRM integration Local business optimisation (citations, directories, etc.) To Apply, You MUST Include: Applications without the following will not be considered. Portfolio link — show us at least 2-3 websites you've designed and built (live URLs, not mockups) At least one project in hospitality, property, or short-term rental — we want someone who understands the space Detailed quote broken down into: One-off design & development fee Monthly fee (if applicable — for maintenance, hosting, SEO) Any additional costs Estimated delivery timeline Tech stack you'd recommend and why (WordPress, custom build, etc.) Your maintenance/support offering — what happens after launch? Ideal Candidate Proven experience building websites for hospitality, property management, serviced accommodation, or vacation rental businesses Strong portfolio of live websites (not templates or demos) SEO knowledge — not just keywords, but schema, local SEO, and technical SEO Excellent communication and clear project timelines Based in UK or comfortable working in UK timezone How We'll Decide We are evaluating multiple developers and will create a shortlist based on: Quality and relevance of portfolio Value for money (not necessarily the cheapest) SEO capability Communication and professionalism Maintenance/long-term support offering We aim to make a decision within 2 weeks of receiving all quotes. To get in touch: Please reply with the items listed above, or message us to arrange a quick call.
14 days ago37 proposalsRemote