56ed4e7041
- 3 landing pages keyword-targeted: manual-portfolio-tracker, portfolio-tracker-vs-spreadsheet, investment-journal (Article + BreadcrumbList + FAQPage JSON-LD) - llms.txt para descubrimiento por LLMs/AI assistants - apple-itunes-app smart banner en todas las páginas clave - og-image.jpg 1200x675 (84KB) — el PNG de 1.3MB rompía previews en WhatsApp/Telegram - FAQ home ampliada (bank linking, precio, iPad, idiomas) sincronizada con JSON-LD - SoftwareApplication JSON-LD: screenshots, inLanguage (7 idiomas), author - og:site_name/locale/image:alt; keywords meta - Eliminado pt=123456 (provider token placeholder inválido) de todos los links App Store - Fix typo PorfolioJournal en config.js; h1 duplicado variante B -> h2 - Sitemap actualizado Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WoScpmHdVj1aUf4rAp6hbe
175 lines
9.8 KiB
HTML
175 lines
9.8 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Investment Journal — Why Writing Down Your Decisions Makes You a Better Investor</title>
|
|
<meta name="description" content="An investment journal records why you bought, sold, or held — not just the numbers. Learn how monthly journaling reduces emotional decisions and how to start with a simple check-in habit.">
|
|
<meta name="apple-itunes-app" content="app-id=6757678318">
|
|
<link rel="canonical" href="https://portfoliojournal.app/investment-journal.html">
|
|
|
|
<meta property="og:type" content="article">
|
|
<meta property="og:site_name" content="Portfolio Journal">
|
|
<meta property="og:locale" content="en_US">
|
|
<meta property="og:title" content="Investment Journal — Write Down Decisions, Invest Better">
|
|
<meta property="og:description" content="How a monthly investment journal reduces emotional decisions, and how to build the habit in five minutes a month.">
|
|
<meta property="og:url" content="https://portfoliojournal.app/investment-journal.html">
|
|
<meta property="og:image" content="https://portfoliojournal.app/assets/images/og-image.jpg">
|
|
<meta property="og:image:width" content="1200">
|
|
<meta property="og:image:height" content="675">
|
|
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta name="twitter:title" content="Investment Journal — Write Down Decisions, Invest Better">
|
|
<meta name="twitter:description" content="How a monthly investment journal reduces emotional decisions, and how to build the habit in five minutes a month.">
|
|
<meta name="twitter:image" content="https://portfoliojournal.app/assets/images/og-image.jpg">
|
|
|
|
<link rel="icon" href="assets/icons/favicon.svg" type="image/svg+xml">
|
|
<link rel="apple-touch-icon" href="assets/icons/apple-touch-icon.svg">
|
|
<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="portfoliojournal.app" src="https://plausible.io/js/script.js"></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": "Investment Journal — Why Writing Down Your Decisions Makes You a Better Investor",
|
|
"description": "How a monthly investment journal reduces emotional decisions, and how to build the habit in five minutes a month.",
|
|
"url": "https://portfoliojournal.app/investment-journal.html",
|
|
"image": "https://portfoliojournal.app/assets/images/og-image.jpg",
|
|
"author": { "@type": "Person", "name": "Alexandre Vazquez", "url": "https://alexandre-vazquez.com" },
|
|
"publisher": { "@type": "Organization", "name": "Portfolio Journal", "url": "https://portfoliojournal.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://portfoliojournal.app/" },
|
|
{ "@type": "ListItem", "position": 2, "name": "Investment Journal", "item": "https://portfoliojournal.app/investment-journal.html" }
|
|
]
|
|
}
|
|
</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="Portfolio Journal home">
|
|
<img src="assets/images/app-icon.svg" alt="" aria-hidden="true">
|
|
<span>Portfolio Journal</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 investment journal: your portfolio's missing column</h1>
|
|
<p>Numbers tell you what happened. A journal tells you why — and that's where better decisions come from.</p>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="content">
|
|
<div class="container">
|
|
<div class="content-body">
|
|
<h2>Why investors journal</h2>
|
|
<p>Every experienced investor has looked at an old position and wondered: <em>what was I thinking?</em> An investment journal answers that question before you need to ask it. Alongside each month's numbers you record the decision — what you contributed, what you changed, what worried you, what you ignored. Over years, this becomes the most honest performance review you'll ever get: a record of your reasoning, checked against what actually happened.</p>
|
|
|
|
<h2>Journaling counters your worst instincts</h2>
|
|
<ul>
|
|
<li><strong>Panic selling.</strong> When markets drop, your journal shows you the last three corrections you survived — and what buying (or just holding) through them did for you.</li>
|
|
<li><strong>Overconfidence.</strong> Writing down "I'm buying X because…" forces the reasoning into the open, where weak logic is easier to spot.</li>
|
|
<li><strong>Hindsight bias.</strong> Without a written record, everyone remembers being right. The journal keeps you honest about what you actually believed at the time.</li>
|
|
<li><strong>Noise chasing.</strong> A monthly rhythm — rather than daily checking — filters out volatility you were never going to act on anyway.</li>
|
|
</ul>
|
|
|
|
<h2>The monthly check-in: journaling with training wheels</h2>
|
|
<p>Blank-page journaling fails because it's unbounded. Portfolio Journal structures it into a <strong>monthly check-in</strong> that takes five minutes:</p>
|
|
<ul>
|
|
<li><strong>Update your values</strong> — each account, one field, <a href="manual-portfolio-tracker.html">no bank linking</a>.</li>
|
|
<li><strong>Rate the month</strong> — a quick mood and rating captures how it felt, not just what it measured.</li>
|
|
<li><strong>Write one honest line</strong> — "increased pension contribution", "tempted to sell after the dip, didn't", "rebalanced into bonds".</li>
|
|
</ul>
|
|
<p>Streaks and gentle reminders keep the habit going; the dashboard turns the accumulated record into evolution charts, contribution vs. return breakdowns, and progress toward your goals.</p>
|
|
|
|
<h2>What a year of entries gives you</h2>
|
|
<p>Twelve short entries later you can answer questions no spreadsheet can: Did I actually stick to my plan? Which decisions were driven by news? Do my best months share a pattern? When your <a href="portfolio-tracker-vs-spreadsheet.html">numbers-only tracking</a> says <em>what</em>, your journal explains <em>why</em> — and the combination is what changes behavior.</p>
|
|
|
|
<h2>Private by design</h2>
|
|
<p>A journal is only honest if it's private. Your entries, moods, and values are stored on your device, protected by Face ID, and synced only between your own devices if you enable iCloud. Nothing is uploaded to us — there is no server. Export everything to CSV or JSON whenever you want.</p>
|
|
|
|
<p><a class="btn btn-primary" href="https://apps.apple.com/us/app/portfolio-journal/id6757678318?ct=landing_investment_journal&mt=8">Start your journal — free 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.svg" alt="" aria-hidden="true">
|
|
<span>Portfolio Journal</span>
|
|
</div>
|
|
<p>Calm, offline-first portfolio journaling 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="manual-portfolio-tracker.html">Manual Portfolio Tracker</a>
|
|
<a class="footer-link" href="portfolio-tracker-vs-spreadsheet.html">Tracker vs Spreadsheet</a>
|
|
<a class="footer-link" href="investment-journal.html">Investment Journal</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> Portfolio Journal. 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>
|