Some links on this page are affiliate links: if you buy through them we may earn a commission, at no extra cost to you.
A one-page website is a good fit when you have one audience, one main purpose and a compact set of information. It can make a focused site easier to launch and navigate, but it is not automatically cheaper, faster or better for SEO. Use one page when visitors should follow a single, clear journey; choose multiple pages when your services, content or search goals need separate destinations.
What is a one-page website?
A one-page website puts its main content on one URL, divided into sections such as Services, Work, About and Contact. Navigation links often jump to a section using an anchor such as #services. “One-page” describes the site’s information architecture, not how much content it can contain or whether it fits on one screen. Wix’s guide to one-page sites describes this section-and-anchor approach.
It is different from a single-page application, where software changes views dynamically, and from a landing page, which typically supports one campaign or offer. A link-in-bio page is usually a short list of outbound links; a sales funnel or checkout page has its own conversion-focused structure. A one-page business site may be longer and serve several related visitor questions.
When should you choose one page?
Choose a one-page site when the content forms one coherent story and most visitors should take one primary action. It often works well for:
#1 Best Overall
- HTML CSS Design and Build Web Sites
- Comes with secure packaging
- It can be a gift option
- Freelancers, consultants and small professional practices
- Personal portfolios, photography and creative work
- A local business with a focused offer
- An event, wedding, product launch or waitlist
- A simple brochure site or temporary campaign
A visitor should be able to understand who you are, see what you offer, find a reason to trust you and act—such as requesting a quote, booking a consultation or registering for an event.
Consider a multi-page site instead if you have several unrelated services, multiple locations, a large portfolio, an online store, a blog or resource library, distinct audiences, or detailed support and legal information. Separate URLs are also useful when different subjects deserve their own search landing pages. Do not force everything into one page just to preserve a minimalist look.
Advantages—and the trade-offs
What one page can do well
- Focus the journey. Arrange the message from value proposition to explanation, proof and action.
- Simplify navigation. Visitors can jump directly to a section without learning a large menu.
- Reduce launch and upkeep work. Fewer pages and templates can mean fewer places to update. This may reduce scope, but does not guarantee a low build cost: custom design, copy, photography, integrations and accessibility work still take effort.
- Support visual storytelling. A continuous page can guide visitors through a small set of related ideas.
Where it can fall short
- Less room for separate search topics. One URL has to represent the site’s central subject. Distinct services or locations cannot each have their own page title, copy and search landing page.
- Long, tiring scrolling. A page that tries to contain every credential, service, testimonial and article can become harder to use than a small multi-page site.
- Harder expansion. New services, locations, case studies or resources can make the page unwieldy.
- Performance is not automatic. Large images, background video, many font files, animation, tracking scripts and third-party widgets can make a single page slow.
- Anchors need care. Sticky headers can hide destinations, while custom navigation can create keyboard and focus problems. Anchor sections are not substitutes for distinct URLs.
Plan the sections around visitor questions
The order should match the visitor’s decision, not a preset template. A general service site might use this sequence:
- Header and navigation: Show the brand and a small set of links to meaningful sections.
- Hero: State what you do, who it is for and what the visitor can do next.
- Offer: Explain the service, product or outcome in concrete terms.
- Process: Show what happens after someone gets in touch or buys.
- Proof: Include relevant work, testimonials, results, credentials or client logos—only where you can support the claims.
- About: Add context that helps visitors judge whether you are the right choice.
- FAQ: Answer genuine purchase or participation questions.
- Final call to action and contact: Make the next step clear; include a usable form or direct contact details.
- Footer: Provide business details, social links and applicable privacy or terms links.
Change the sequence for the project. An event site may need date, location and registration near the top; a portfolio may lead with selected work. Each section should have one clear job and a meaningful heading. Use semantic HTML: <nav> is for navigation, and <section> groups thematic content, normally with a heading. See MDN’s nav reference and section reference.
Rank #2
Make the hero do its job
The first viewport should answer “What is this?”, “Is it for me?” and “What should I do next?” Use one clear H1, a concise supporting statement and one primary call to action. Add a secondary action only if it does not compete. A relevant visual or trust cue can help; a vague slogan, long opening paragraph, text baked into an image or oversized autoplay video usually does not.
How to design a one-page website
- Set one primary goal. Decide whether the site is meant to generate quote requests, bookings, sales, sign-ups or portfolio views. Pick one primary CTA; secondary actions should support it.
- Define the audience and promise. Write down who the site serves, what they need, how your offer helps and what evidence builds confidence. A useful starting sentence is: “We help [audience] achieve [outcome] through [offer or method].”
- Gather and edit the content. Collect your copy, logo, images, offer details, proof, contact information, form destination and legal information. Keep material that helps visitors understand, trust or act; cut what does not.
- Outline before decorating. Sketch the section order and navigation labels. Check that the story makes sense without relying on animation or visual effects.
- Design mobile-first. Check narrow-screen navigation, button spacing, line length, heading wraps, image crops, forms and horizontal overflow. Test on real phones, not just a desktop preview.
- Build a consistent visual system. Set type sizes, colors, button and focus styles, content width, spacing and image proportions. Consistency matters because visitors experience the page as one continuous whole.
- Place calls to action where they fit. A hero CTA, one after the offer or proof, and a final action may be enough. Match the wording to readiness: “See examples” is different from “Request a quote.”
- Test the live page. Submit forms, verify notifications, test links and anchors, and check mobile, keyboard and performance behavior before sharing it.
Implement anchor navigation accessibly
Give each destination a descriptive ID and use ordinary links that work without custom JavaScript. For example:
<nav aria-label="Primary navigation">
<a href="#services">Services</a>
<a href="#work">Selected work</a>
<a href="#contact">Contact</a>
</nav>
<main>
<section id="services" aria-labelledby="services-heading">
<h2 id="services-heading">Services</h2>
</section>
</main>
If the header stays fixed, allow room for it so the destination heading is not hidden:
Free tools Windows power users keep installed
One-click scans. No signup required.
html {
scroll-padding-top: 5rem;
}
section {
scroll-margin-top: 5rem;
}
Adjust the offset to the actual header at each viewport size. Smooth scrolling is optional; the page should remain usable when motion is reduced or disabled.
Rank #3
One-page website SEO: what to expect
A one-page site can appear in Google Search; there is no requirement to have multiple URLs. But one URL offers fewer distinct search entry points. A site focused on one service in one area may be a sensible fit; a business targeting many services, locations or educational topics may need dedicated pages. That is a question of search scope, not a blanket ranking penalty or advantage. Google’s Search Essentials emphasize useful content and technical accessibility, while its page-experience guidance discusses usability signals such as Core Web Vitals without promising that passing them guarantees rankings.
For the main URL:
- Write a descriptive page title that names the subject or offer, rather than using only “Home.”
- Use one clear H1 and a logical H2/H3 hierarchy.
- Explain the offer in visible, useful copy; do not rely on keywords repeated in headings.
- Use descriptive link text and appropriate image alt text.
- Use HTTPS, a responsive layout and a canonical URL where appropriate.
- Add accurate social-sharing metadata and structured data only when it genuinely describes the page.
- Verify the site in Search Console and monitor indexing and performance.
A meta description can help describe the page, but Google may generate the search snippet from page content instead of showing the exact text you wrote. See Google’s snippet guidance. A sitemap may be generated by your platform, but a one-page site has few URLs to list; a sitemap does not replace crawlable, useful content. Google explains the role of sitemaps here.
Accessibility and performance checks
Long pages can make it easier to lose your place, particularly when navigation, sticky elements or motion are poorly implemented. Use WCAG 2.2 as a current reference for accessible content; do not claim conformance just because a builder has an accessibility checker.
The Tool Desk
Outbyte Driver Updater FREEFix the driver behind crashes, sound loss and screen glitchesFind Drivers →Outbyte PC Repair FREERepair Windows errors before they cause bigger problemsFix Now →- Use a meaningful page title, semantic landmarks and a logical heading hierarchy.
- Provide a skip link, keyboard access to every control and a visible focus indicator; check that no keyboard trap exists.
- Keep text readable at enlarged sizes and ensure sufficient contrast.
- Give informative images useful alt text; use empty alt text for purely decorative images.
- Give form fields visible labels and identify errors in text. Show a clear confirmation when a form is submitted.
- Make link destinations and button actions clear. Ensure sticky headers do not obscure focused content.
- Honor reduced-motion preferences; do not make essential information depend on animation.
- Test menus, dialogs and embedded third-party tools as well as the page around them.
Keep the first viewport light: size and compress images, limit font weights and third-party scripts, avoid unnecessary autoplay, and reserve image dimensions to reduce layout shifts. Load below-the-fold media when needed rather than all at once. Test with PageSpeed Insights, a real phone and a slow connection. Also try keyboard navigation and, where possible, a screen reader. A lab score is useful evidence, not a substitute for the experience of real visitors.
Independent reader supportYour contribution helps us test, update, and keep practical guides available for everyone.Choosing a builder
Choose for the site you need now and the one you might need next. Compare page and CMS limits, forms or booking, ecommerce, metadata controls, design flexibility, hosting, accessibility control, portability and the route to adding pages. Capabilities and prices change; check each provider’s current plan details for your country, currency and billing term before committing.
Rank #4
- Carrd: A focused option for a simple profile, portfolio, campaign or waitlist. Its Pro plans list features such as custom domains, forms, embeds and analytics at different tiers. It is less suited to a substantial CMS, a large set of search pages or complex commerce.
- Framer: A visual, design-led builder for portfolios and marketing sites, with hosting and SEO controls. Review its plans and its SEO documentation; consider whether its CMS and migration options match future needs.
- Webflow: Offers detailed visual design control and a path to CMS-based sites, but brings more complexity. Compare site plans and test whether the extra control is useful for your project.
- Wix: A broad beginner-friendly platform with templates and business features such as forms or booking, depending on the plan. Check its plans in your location: displayed prices, currency, taxes and billing terms vary.
- Squarespace: A managed platform known for polished templates and business features. Check current plan details and the included capabilities for your region and billing term.
Before choosing, ask whether you can add pages later, connect a domain and analytics, control metadata, manage redirects and export or migrate content. A low-friction launch matters, but so does the cost of outgrowing the platform.
Common problems and fixes
- The page has become an endless scroll: Remove low-value material, summarize and link to deeper resources, or split distinct topics into their own pages.
- Anchor headings disappear under the header: Add and test an appropriate scroll offset at desktop and mobile widths.
- The mobile page feels cumbersome: Let content set section height, reduce excessive spacing and test actual devices. Avoid fixed-height content containers that clip text.
- Visitors do not know what to do: Simplify competing actions and make the primary CTA consistent at logical points.
- Forms fail without warning: Submit test entries, verify delivery and spam handling, show a success state, and offer an alternate contact method.
- Search traffic is for the wrong subject: Clarify the offer and narrow the page’s purpose. If a subject needs substantial independent coverage, give it a separate URL instead of adding keyword-heavy sections.
- Animation or widgets slow the page: Remove what does not serve the visitor, especially autoplay media and scripts that are not needed at initial load.
Final decision checklist
A one-page site is probably a good starting point if you can answer “yes” to most of these:
Outdated Drivers Are Slowing You Down
One free scan finds every outdated or missing driver and matches the right update for your exact hardware.Free scan · exact hardware matchWindows Errors? Fix Them Before They Spread
Repair common Windows errors and clear accumulated junk for a smoother, more stable PC - no reinstall needed.Free scan · no reinstall- Do I serve one main audience with one central offer?
- Will most visitors take one primary action?
- Can the essential information be explained without a long content library?
- Do I have no immediate need for separate pages for services, locations or search topics?
- Are my forms, booking or sales needs straightforward?
- Can this builder support a sensible expansion or migration path?
If several answers are “no,” use a small multi-page site rather than forcing every destination into one long URL. The right architecture is the one that makes it easy for visitors to find what they need and take the next step.
Quick Recap
Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on Amazon at the time of purchase will apply.

