This is an example page. It’s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:
Hi there! I’m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin’ caught in the rain.)
…or something like this:
The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.
As a new WordPress user, you should go to your dashboard to delete this page and create new pages for your content. Have fun!
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>We Are MacWise – Home</title>
<meta name="description" content="Apple and cybersecurity news, guides, and playbooks for creatives and small businesses.">
<link rel="canonical" href="https://wearemacwise.com/">
<style>
:root { --maxw: 1150px; }
body { margin:0; font: 16px/1.55 -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif; }
header, main, footer { width: min(var(--maxw), 92%); margin: 0 auto; }
header { display:flex; gap:16px; align-items:center; padding:18px 0; }
nav a { margin-right:14px; text-decoration:none; }
.hero { padding: 32px 0 16px; }
.grid { display:grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap:18px; }
article.card { border:1px solid #e5e7eb; border-radius:12px; padding:16px; }
.kicker { font-size:.85rem; text-transform:uppercase; letter-spacing:.05em; opacity:.75 }
.meta { color:#555; font-size:.9rem }
.toc li { margin:.35rem 0; }
footer { padding:32px 0; color:#666; font-size:.9rem }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
</style>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "We Are MacWise",
"url": "https://wearemacwise.com",
"publisher": {
"@type": "Organization",
"name": "We Are MacWise",
"logo": { "@type": "ImageObject", "url": "https://wearemacwise.com/assets/macwise-logo.svg" }
},
"potentialAction": {
"@type": "SearchAction",
"target": "https://wearemacwise.com/?s={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
</head>
<body>
<header>
<a href="https://wearemacwise.com" aria-label="Home">
<img src="/assets/macwise-logo.svg" alt="We Are MacWise logo" width="44" height="44" loading="lazy">
</a>
<div>
<strong>We Are MacWise</strong><br>
<span class="meta">Apple & Cybersecurity news for people who build and create</span>
</div>
</header>
<nav aria-label="Primary">
<a href="https://wearemacwise.com">Home</a>
<a href="https://wearemacwise.com/about">About</a>
<a href="https://wearemacwise.com/topics/cybersecurity">Cybersecurity</a>
<a href="https://wearemacwise.com/topics/iphone">iPhone</a>
<a href="https://wearemacwise.com/topics/ipad">iPad</a>
<a href="https://wearemacwise.com/topics/apple-devices">Apple Devices</a>
<a href="https://wearemacwise.com/topics/creative">Creative Pros</a>
<a href="https://wearemacwise.com/topics/photography">Photography</a>
<a href="https://wearemacwise.com/privacy">Privacy</a>
<a href="https://wearemacwise.com/terms">Terms</a>
</nav>
<main>
<section class="hero">
<h1>Apple & Security, minus the fluff</h1>
<p class="meta">Actionable news, guides, and playbooks for August 2025 and beyond.</p>
</section>
<section aria-labelledby="latest">
<h2 id="latest">Latest Highlights</h2>
<div class="grid">
<article class="card">
<div class="kicker">Cybersecurity</div>
<h3><a href="#">How to harden your Apple ID like a pro</a></h3>
<p>Turn on passkeys, lock down recovery, and monitor sign-ins. A 12-minute setup checklist.</p>
</article>
<article class="card">
<div class="kicker">iPhone</div>
<h3><a href="#">Secure iOS 18 in 10 steps</a></h3>
<p>Rapid hardening for everyday users and admins—profiles included.</p>
</article>
<article class="card">
<div class="kicker">Creative Pros</div>
<h3><a href="#">Synology + Mac: a photographer’s smart workflow</a></h3>
<p>Fast previews, safe archives, and simple offsite copies without drama.</p>
</article>
</div>
</section>
<section aria-labelledby="topics">
<h2 id="topics">Browse Topics</h2>
<ul class="toc">
<li><a href="https://wearemacwise.com/topics/cybersecurity">Cybersecurity</a> — Playbooks and incident notes for Apple-first shops.</li>
<li><a href="https://wearemacwise.com/topics/iphone">iPhone</a> — iOS tips, updates, and device management.</li>
<li><a href="https://wearemacwise.com/topics/ipad">iPad</a> — Workflows for field work and creative review.</li>
<li><a href="https://wearemacwise.com/topics/apple-devices">Apple Devices</a> — Macs, Watch, Vision, and the ecosystem.</li>
<li><a href="https://wearemacwise.com/topics/creative">Creative Pros</a> — Design, video, audio, agency ops.</li>
<li><a href="https://wearemacwise.com/topics/photography">Photography</a> — Capture, backup, and delivery.</li>
</ul>
</section>
<section aria-labelledby="newsletter">
<h2 id="newsletter">Stay sharp</h2>
<p>Weekly digest. No spam. <em>3 bullets + 1 playbook</em>. (Add your form shortcode here.)</p>
</section>
</main>
<footer>
<p>© August 2025 We Are MacWise. All rights reserved.</p>
<p class="meta">Opinions are the authors’ own. Nothing here is financial or legal advice.</p>
</footer>
</body>
</html>