Beginner

Choosing Your Website’s Goal Before You Build Anything

Picture of Richard Sutherland
Richard Sutherland

Introduction

Before you choose a theme, pick a page builder, or sign up for a hosting plan, it’s best to decide what kind of site you are building. That choice shapes everything that follows, and getting it right early saves you from design and plugin choices that don’t fit your actual website goals.

There are three main types of websites most beginners are building when they consider WordPress:

  • A brochure or business site (also called an informational or presentation site): a credibility base for a business, practice, or service, where the job is to explain what you offer and make it easy for people to contact you.
  • A blog: a content-driven site where publishing new articles on a schedule is the primary activity, and where organic search traffic (visitors who find you through search engines, not ads) is usually a core growth strategy.
  • An online store: a site that takes orders, manages inventory, and processes payments, with WooCommerce as the most common WordPress path.

Each has different priorities for design, content structure, hosting, and plugins. This tutorial helps you identify your lane and understand what that means for the decisions that follow.

The Brochure Site: Credibility First

A brochure site is the most common type of website for small businesses, freelancers, consultants, tradespeople, and local services. The goal is conversion through trust. A potential customer lands on the site, understands what you do and who you are, and decides to get in touch or book.

Content, for the most part, is static. You have a home page, a services or products page, an about page, a contact page, and maybe a handful of extras like a FAQ or a gallery. The content stays largely the same week to week. Updates usually mean refreshing pricing or rewriting a section of copy.

Priorities for a brochure site

  • Clear, fast-loading pages. Visitors decide quickly. A slow or confusing first impression works against you.
  • A clean visual design that reflects the business well.
  • A contact mechanism that works for your customers: a form, a phone number, a booking link.
  • Basic SEO (search engine optimization) so the right people can find the site in the first place.

What this means for your WordPress setup

A good brochure site runs on a small plugin stack. A lightweight theme, a contact form plugin, an SEO plugin, and a caching plugin (which stores pre-built versions of your pages so they load faster for visitors) are typically the core of it. Page-builder tools like Elementor (covered in Part 9) are a natural fit if you have a strong visual design in mind but don’t want to be writing code.

Performance on shared hosting is usually fine for brochure sites with modest traffic. STW shared hosting and WordPress hosting plans are both capable here. STW WordPress hosting plans include AccelerateWP and Redis Cache, which give you better performance as traffic grows, but a well-configured brochure site on standard shared hosting performs well at typical small-business traffic levels.

A brochure site can be considered successful when the right visitors understand your offer and take action. Design and clarity matter more than posting lots of content.

The Blog: Publishing Is the Work

A blog differs from a brochure site in one main way: the content itself is the product. You’re constantly writing, editing, and publishing.

A blog depends on content volume, topic focus, and consistency. SEO is usually central because organic search is how most blogs grow over time. A successful blog might have hundreds of articles, each targeting specific search terms, linking to related posts, and building topical authority (the credibility a site earns with search engines by covering a subject area thoroughly and well).

Priorities for a blog

  • A structure that makes it easy to find older posts, including categories, tags, and an archive.
  • An SEO plugin configured properly from the start, so every new post has a clear title, description, and URL slug.
  • An editor workflow you can sustain. If publishing feels frictionless, you publish more. If it feels like a chore, you stop. The difference between a blog that builds an audience and one that stalls at ten posts is usually publishing friction, not writing quality.
  • Performance matters when the blog gets larger. A blog with 50 articles is light. A blog with 500 articles and steady traffic needs caching configured and images optimized.

What this means for your WordPress setup

Gutenberg, WordPress’s built-in block editor, handles blog publishing well. We’ll show you how to use it effectively in our Gutenberg block editor guide. You may not need a separate page builder unless you want heavier design control on pages like your homepage or a landing page.

An SEO plugin is essential. Later in this guide, we compare Yoast and Rank Math, two popular plugins, directly. Install one early, configure it correctly, and then focus on writing rather than obsessing over plugin scores.

Blogs also benefit from caching earlier than brochure sites do. When a search article starts getting traffic, page speed directly affects bounce rate (the percentage of visitors who leave after seeing only one page) and rankings. Our WordPress caching guide will cover this in detail.

For blogs, the plugin stack stays light. SEO and caching are important, but everything else is typically optional.

The Online Store: Different Rules Entirely

A WordPress online store is its own category. Selling products online introduces requirements beyond what informational sites or blogs need: payment processing, inventory management, product pages, a checkout flow, tax handling, shipping logic, and customer account management.

In the WordPress ecosystem, WooCommerce is the standard plugin for building stores. It’s free, open-source, and turns WordPress into a full e-commerce platform. It’s also much more complex to set up well than a brochure site or a blog.

A WooCommerce store under real transaction load needs more resources than shared hosting can usually sustain over the long term. Three things raise the bar:

  • Checkout pages work with live data like cart contents, stock levels, and payment processing, so they must be generated fresh rather than served from cache.
  • Database performance matters more because every product lookup, cart change, and checkout step depends on it.
  • Payment gateways (the services that handle credit card transactions, like Stripe or PayPal) need reliable SSL (the encryption that puts the padlock in your browser’s address bar), low latency, and a hosting environment your customers can trust.

If a store is your goal, here is what to know now

WooCommerce runs on the same platform you’re learning here, and the foundational skills in this series (installation, theme selection, performance optimization, and plugin management) all apply directly to a store later.

WordPress hosting plans are a good starting point for a small store. When transaction volume grows, the path leads toward a VPS or dedicated environment. That growth path is covered in Part 4.

How Your Goal Connects to Specific Choices

Decision Brochure site Blog Online store
Theme priority Visual design, fast load times Clean readability, category pages Product display, checkout-friendly layout
Editor tool Gutenberg or Elementor Gutenberg is usually enough Gutenberg with WooCommerce blocks
Must-have plugins day one SEO, contact form, caching, security SEO, caching, security, backups WooCommerce, SEO, security, caching, backups
SEO focus Local or service-based keywords, NAP consistency (name, address, phone number matching across the web) Topic clusters, internal linking, volume Product and category pages, structured data
Performance expectations Modest traffic, shared hosting handles it well Scales with content; caching matters more over time Checkout performance is critical; resource needs grow
Hosting starting point STW shared hosting or WordPress hosting STW shared hosting or WordPress hosting WordPress Hosting; plan for VPS later
WooCommerce needed? No No Yes

Conclusion

Decide what kind of site you are building before you install WordPress. A brochure site, a blog, and an online store use the same underlying software, but they have different priorities, plugin needs, and hosting expectations. Pick your lane now, and the choices that follow make more sense.

Next up, we’ll look at whether you should use WordPress hosting or opt for a virtual private server for your site.

Next steps:

Success!

If you found this tutorial helpful, please consider giving it a like and sharing it with others in the community.

Scroll to Top

Share

Share this link via

Or copy link

https://stw.no/en/tutorials/wordpress/choosing-your-website-goal/Copied!

Share Your Feedback