You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Enhance SEO and meta information for homepage
Add descriptive meta tags (title, description, robots, canonical) to improve search engine visibility and user experience. The changes include optimizing the page title for length and clarity, providing a concise summary of the application's features, and ensuring proper indexing directives.
<title>Miniforge Studios - AI TTRPG Asset Generator</title>
6
+
<!--
7
+
The title element is one of the most important on‑page SEO signals. It should
8
+
concisely describe the page’s primary topic. Keep titles under 60 characters
9
+
to prevent truncation in results pages and include the brand name for
10
+
recognition【745971746610256†L440-L448】.
11
+
-->
12
+
<title>Miniforge Studios – AI TTRPG Asset Generator</title>
13
+
<!--
14
+
A meta description provides a short summary of the page. Google may use
15
+
this text as the snippet in search results when it better represents the
16
+
content than page text【745971746610256†L440-L449】. Create unique
17
+
descriptions for important pages to improve click‑through rates.
18
+
-->
19
+
<metaname="description" content="Miniforge Studios is a secure, local AI tool for tabletop role‑playing game creators, offering state‑of‑the‑art models to generate high‑fidelity character portraits, monster tokens, and 3D printable miniatures in seconds.">
20
+
<!--
21
+
Instruct search engines to index this page and follow its links. Explicitly
Open Graph meta tags allow you to control how your content appears when
39
+
shared on social networks. Including title, description, image and URL
40
+
improves click‑through rates and branding【440654878611369†L66-L113】.
41
+
-->
42
+
<metaproperty="og:title" content="Miniforge Studios – AI TTRPG Asset Generator">
43
+
<metaproperty="og:description" content="Generate stunning character art and 3D printable miniatures using state‑of‑the‑art AI pipelines from a secure local environment.">
Structured data helps search engines understand the type of content on the
109
+
page and can enable rich results. Here we mark up the product as a
110
+
SoftwareApplication so that Google can show app details in results【140331672708466†L399-L404】.
111
+
-->
112
+
<scripttype="application/ld+json">
113
+
{
114
+
"@context": "https://schema.org",
115
+
"@type": "SoftwareApplication",
116
+
"name": "Miniforge Desktop",
117
+
"operatingSystem": "Windows, macOS, Linux",
118
+
"applicationCategory": "CreativeWork",
119
+
"description": "Miniforge Desktop is an AI tool for tabletop role‑playing game creators. It generates high‑fidelity 2D portraits, monster tokens and 3D printable miniatures using state‑of‑the‑art AI models such as Flux‑2‑Pro, Nano Banana, Rodin and Meshy. Your API keys are encrypted locally via Electron's SafeStorage.",
0 commit comments