5a2ede563d
- 2 landing pages keyword-targeted: weekly-meal-planner, meal-planning-for-families (Article + BreadcrumbList + FAQPage JSON-LD) - llms.txt para descubrimiento por LLMs/AI assistants - og:site_name/locale/image:alt; hreflang en/x-default - SoftwareApplication JSON-LD: featureList, inLanguage (6 idiomas), author - Eliminado pt=123456 (provider token placeholder inválido) de todos los links App Store - Footer con sección Guides; sitemap actualizado Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WoScpmHdVj1aUf4rAp6hbe
207 lines
10 KiB
HTML
207 lines
10 KiB
HTML
<!doctype html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
<title>Weekly Meal Planner App — Plan a Full Week of Meals in 5 Minutes</title>
|
||
<meta name="description" content="A weekly meal planner app for iPhone and iPad: build your dish library once, then drag and drop a full week of lunches and dinners in minutes. Offline-first, no account needed.">
|
||
<meta name="apple-itunes-app" content="app-id=6759255553">
|
||
<link rel="canonical" href="https://mealmood.app/weekly-meal-planner.html">
|
||
|
||
<meta property="og:type" content="article">
|
||
<meta property="og:site_name" content="MealMood">
|
||
<meta property="og:locale" content="en_US">
|
||
<meta property="og:title" content="Weekly Meal Planner App — Plan a Full Week in 5 Minutes">
|
||
<meta property="og:description" content="Build your dish library once, then drag and drop a full week of lunches and dinners in minutes.">
|
||
<meta property="og:url" content="https://mealmood.app/weekly-meal-planner.html">
|
||
<meta property="og:image" content="https://mealmood.app/assets/images/og-image.png">
|
||
<meta property="og:image:width" content="1200">
|
||
<meta property="og:image:height" content="630">
|
||
|
||
<meta name="twitter:card" content="summary_large_image">
|
||
<meta name="twitter:title" content="Weekly Meal Planner App — Plan a Full Week in 5 Minutes">
|
||
<meta name="twitter:description" content="Build your dish library once, then drag and drop a full week of lunches and dinners in minutes.">
|
||
<meta name="twitter:image" content="https://mealmood.app/assets/images/og-image.png">
|
||
|
||
<link rel="icon" href="assets/icons/favicon.png" type="image/png">
|
||
<link rel="apple-touch-icon" href="assets/icons/apple-touch-icon.png">
|
||
<link rel="preconnect" href="https://apps.apple.com">
|
||
<link rel="preconnect" href="https://plausible.io">
|
||
|
||
<link rel="stylesheet" href="assets/css/style.css">
|
||
<script defer data-domain="mealmood.app" src="https://plausible.io/js/script.js"></script>
|
||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LVB8MLYLL8"></script>
|
||
<script>
|
||
window.dataLayer = window.dataLayer || [];
|
||
function gtag(){dataLayer.push(arguments);}
|
||
gtag('js', new Date());
|
||
gtag('config', 'G-LVB8MLYLL8');
|
||
</script>
|
||
<script src="assets/js/config.js"></script>
|
||
<script src="assets/js/main.js" defer></script>
|
||
<script type="application/ld+json">
|
||
{
|
||
"@context": "https://schema.org",
|
||
"@type": "Article",
|
||
"headline": "Weekly Meal Planner App — Plan a Full Week of Meals in 5 Minutes",
|
||
"description": "How a dish library plus drag-and-drop planning turns the weekly what's-for-dinner question into a 5-minute routine.",
|
||
"url": "https://mealmood.app/weekly-meal-planner.html",
|
||
"image": "https://mealmood.app/assets/images/og-image.png",
|
||
"author": { "@type": "Person", "name": "Alexandre Vazquez", "url": "https://alexandre-vazquez.com" },
|
||
"publisher": { "@type": "Organization", "name": "MealMood", "url": "https://mealmood.app" },
|
||
"datePublished": "2026-07-07",
|
||
"dateModified": "2026-07-07"
|
||
}
|
||
</script>
|
||
<script type="application/ld+json">
|
||
{
|
||
"@context": "https://schema.org",
|
||
"@type": "BreadcrumbList",
|
||
"itemListElement": [
|
||
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://mealmood.app/" },
|
||
{ "@type": "ListItem", "position": 2, "name": "Weekly Meal Planner", "item": "https://mealmood.app/weekly-meal-planner.html" }
|
||
]
|
||
}
|
||
</script>
|
||
<script type="application/ld+json">
|
||
{
|
||
"@context": "https://schema.org",
|
||
"@type": "FAQPage",
|
||
"mainEntity": [
|
||
{
|
||
"@type": "Question",
|
||
"name": "How long does it take to plan a week of meals?",
|
||
"acceptedAnswer": {
|
||
"@type": "Answer",
|
||
"text": "With a dish library already set up, filling a full week of lunches and dinners in MealMood takes about five minutes: drag dishes into slots, let auto-complete fill the gaps, and share the plan."
|
||
}
|
||
},
|
||
{
|
||
"@type": "Question",
|
||
"name": "Do I need recipes to use a weekly meal planner?",
|
||
"acceptedAnswer": {
|
||
"@type": "Answer",
|
||
"text": "No. MealMood plans around your dishes — the meals your family already eats — rather than recipe databases. You create each dish once with tags, and reuse it every week."
|
||
}
|
||
},
|
||
{
|
||
"@type": "Question",
|
||
"name": "Can the planner avoid repeating the same meal?",
|
||
"acceptedAnswer": {
|
||
"@type": "Answer",
|
||
"text": "Yes. Nutrition rules let you set limits like maximum times per week or no consecutive repeats, and both manual planning and smart auto-complete respect them."
|
||
}
|
||
}
|
||
]
|
||
}
|
||
</script>
|
||
</head>
|
||
<body>
|
||
<a class="skip-link" href="#main">Skip to content</a>
|
||
<header class="nav" role="banner">
|
||
<div class="nav-inner">
|
||
<a class="nav-logo" href="index.html" aria-label="MealMood home">
|
||
<img src="assets/images/app-icon.png" alt="" aria-hidden="true">
|
||
<span>MealMood</span>
|
||
</a>
|
||
<nav aria-label="Primary">
|
||
<button class="mobile-menu-toggle" aria-label="Open navigation" aria-expanded="false"></button>
|
||
<div class="nav-links">
|
||
<a class="nav-link" href="index.html">Home</a>
|
||
<a class="nav-link" href="privacy.html">Privacy</a>
|
||
<a class="nav-link" href="terms.html">Terms</a>
|
||
<a class="nav-link" href="support.html">Support</a>
|
||
<a class="nav-link" href="about.html">About</a>
|
||
</div>
|
||
</nav>
|
||
<div class="nav-actions">
|
||
<button class="theme-toggle" aria-label="Toggle theme"></button>
|
||
</div>
|
||
</div>
|
||
</header>
|
||
|
||
<main id="main">
|
||
<section class="page-header">
|
||
<div class="container">
|
||
<h1>The weekly meal planner that starts from your dishes, not from recipes</h1>
|
||
<p>Plan a full week of lunches and dinners in five minutes — and stop answering "what's for dinner?" seven times a week.</p>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="content">
|
||
<div class="container">
|
||
<div class="content-body">
|
||
<h2>Why weekly planning beats daily deciding</h2>
|
||
<p>Deciding what to eat is a small decision — made 14 times a week, it becomes a real cognitive load. Planning the whole week in one sitting replaces fourteen scattered decisions with one calm five-minute session. You shop once with a clear picture, waste less food, repeat meals less, and remove the 6 p.m. scramble entirely.</p>
|
||
|
||
<h2>The dish library: set up once, plan forever</h2>
|
||
<p>Most meal planning apps push recipe databases at you. Real families don't cook from a different recipe every night — they rotate 20–40 dishes everyone actually eats. MealMood is built around that reality:</p>
|
||
<ul>
|
||
<li><strong>Create each dish once</strong> — name, photo if you like, and tags such as pasta, fish, veggie, or quick.</li>
|
||
<li><strong>Drag and drop into the week</strong> — a visual board with lunch and dinner slots for each day.</li>
|
||
<li><strong>Let auto-complete finish the job</strong> — empty slots are filled automatically, respecting your rules.</li>
|
||
</ul>
|
||
|
||
<h2>Rules keep the week balanced</h2>
|
||
<p>The hard part of meal planning isn't filling slots — it's keeping the week varied and balanced. MealMood's nutrition rules work like guardrails: pasta at most twice a week, fish at least once, no fried food on consecutive days, certain dishes only at lunch. The weekly board validates every assignment as you drop it, and <a href="index.html#features">smart auto-complete</a> respects the same rules.</p>
|
||
|
||
<h2>From plan to family</h2>
|
||
<p>A plan only works if everyone can see it. Export your week as a clean image in three styles and share it via WhatsApp or iMessage, or print it for the fridge. Optional iOS Calendar sync adds each meal to your calendar with reminders — helpful for whoever is cooking that day. See <a href="meal-planning-for-families.html">our family meal planning guide</a> for how households split the work.</p>
|
||
|
||
<h2>Private and offline, like the rest of your kitchen</h2>
|
||
<p>MealMood is offline-first: dishes and plans live on your device, no account required. iCloud sync is optional for keeping your iPhone and iPad consistent. The app is free with up to 20 dishes and the current week; Premium unlocks unlimited dishes, future weeks, advanced tag rules, and image export.</p>
|
||
|
||
<p><a class="btn btn-primary" href="https://apps.apple.com/us/app/mealmood/id6759255553?ct=landing_weekly_planner&mt=8">Download MealMood on the App Store</a></p>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
</main>
|
||
|
||
<footer class="footer">
|
||
<div class="container">
|
||
<div class="footer-grid">
|
||
<div class="footer-brand">
|
||
<div class="footer-logo">
|
||
<img src="assets/images/app-icon.png" alt="" aria-hidden="true">
|
||
<span>MealMood</span>
|
||
</div>
|
||
<p>Fast, visual weekly meal planning for iOS.</p>
|
||
</div>
|
||
<div class="footer-column">
|
||
<h5>Product</h5>
|
||
<div class="footer-links">
|
||
<a class="footer-link" href="index.html">Overview</a>
|
||
<a class="footer-link" href="about.html">About</a>
|
||
<a class="footer-link" href="changelog.html">Changelog</a>
|
||
<a class="footer-link" href="status.html">Status</a>
|
||
</div>
|
||
</div>
|
||
<div class="footer-column">
|
||
<h5>Guides</h5>
|
||
<div class="footer-links">
|
||
<a class="footer-link" href="weekly-meal-planner.html">Weekly Meal Planner</a>
|
||
<a class="footer-link" href="meal-planning-for-families.html">Family Meal Planning</a>
|
||
</div>
|
||
</div>
|
||
<div class="footer-column">
|
||
<h5>Legal</h5>
|
||
<div class="footer-links">
|
||
<a class="footer-link" href="privacy.html">Privacy Policy</a>
|
||
<a class="footer-link" href="terms.html">Terms</a>
|
||
<a class="footer-link" href="support.html">Support</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="footer-bottom">
|
||
<div class="footer-copyright">© <span data-year></span> MealMood. All rights reserved.</div>
|
||
<div class="footer-legal">
|
||
<a href="privacy.html">Privacy</a>
|
||
<a href="terms.html">Terms</a>
|
||
<a href="support.html">Support</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</footer>
|
||
</body>
|
||
</html>
|