SEO/LLM visibility: landing pages, llms.txt, smart banner, og-image 84KB, FAQ ampliada

- 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
This commit is contained in:
2026-07-07 11:41:59 +02:00
parent 093f9aa01d
commit 56ed4e7041
18 changed files with 773 additions and 64 deletions
+5 -5
View File
@@ -17,8 +17,8 @@
<meta property="og:title" content="Portfolio Journal - Track Your Investment Goals">
<meta property="og:description" content="Set financial goals, track your progress, and celebrate your investment milestones. Download now on the App Store.">
<meta property="og:image" content="https://portfoliojournal.app/images/og-share-card.png">
<meta property="og:image:width" content="1672">
<meta property="og:image:height" content="941">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="675">
<meta property="og:site_name" content="Portfolio Journal">
<meta property="og:locale" content="en_US">
@@ -52,7 +52,7 @@
"applicationCategory": "FinanceApplication",
"description": "Track your investment portfolio, set financial goals, and monitor your progress with beautiful charts and predictions.",
"url": "https://portfoliojournal.app",
"downloadUrl": "https://apps.apple.com/us/app/portfolio-journal/id6757678318?pt=123456&ct=homepage_other&mt=8",
"downloadUrl": "https://apps.apple.com/us/app/portfolio-journal/id6757678318?ct=homepage_other&mt=8",
"screenshot": "https://portfoliojournal.app/images/og-share-card.png",
"author": {
"@type": "Organization",
@@ -183,7 +183,7 @@
<span class="feature">Privacy Focused</span>
</div>
<a href="https://apps.apple.com/us/app/portfolio-journal/id6757678318?pt=123456&amp;ct=homepage_other&amp;mt=8" class="download-btn">
<a href="https://apps.apple.com/us/app/portfolio-journal/id6757678318?ct=homepage_other&amp;mt=8" class="download-btn">
<svg viewBox="0 0 24 24" fill="currentColor">
<path d="M18.71 19.5c-.83 1.24-1.71 2.45-3.05 2.47-1.34.03-1.77-.79-3.29-.79-1.53 0-2 .77-3.27.82-1.31.05-2.3-1.32-3.14-2.53C4.25 17 2.94 12.45 4.7 9.39c.87-1.52 2.43-2.48 4.12-2.51 1.28-.02 2.5.87 3.29.87.78 0 2.26-1.07 3.81-.91.65.03 2.47.26 3.64 1.98-.09.06-2.17 1.28-2.15 3.81.03 3.02 2.65 4.03 2.68 4.04-.03.07-.42 1.44-1.38 2.83M13 3.5c.73-.83 1.94-1.46 2.94-1.5.13 1.17-.34 2.35-1.04 3.19-.69.85-1.83 1.51-2.95 1.42-.15-1.15.41-2.35 1.05-3.11z"/>
</svg>
@@ -199,7 +199,7 @@
<script>
// Uncomment to enable auto-redirect
// setTimeout(function() {
// window.location.href = 'https://apps.apple.com/us/app/portfolio-journal/id6757678318?pt=123456&ct=homepage_other&mt=8';
// window.location.href = 'https://apps.apple.com/us/app/portfolio-journal/id6757678318?ct=homepage_other&mt=8';
// }, 3000);
</script>
</body>