···1{{ define "title" }}good first issues{{ end }}
23{{ define "extrameta" }}
0004 <meta property="og:title" content="good first issues · tangled" />
5- <meta property="og:type" content="object" />
6 <meta property="og:url" content="https://tangled.org/goodfirstissues" />
7- <meta property="og:description" content="Find good first issues to contribute to open source projects" />
000000000000000000008{{ end }}
00910{{ define "content" }}
11<div class="grid grid-cols-10">
···1{{ define "title" }}good first issues{{ end }}
23{{ define "extrameta" }}
4+ <meta name="description" content="Discover beginner-friendly good first issues across open source projects on Tangled. Perfect for new contributors looking to get started with open source development." />
5+ <meta name="keywords" content="good first issues, beginner issues, open source contribution, first time contributor, beginner friendly, open source projects" />
6+7 <meta property="og:title" content="good first issues · tangled" />
8+ <meta property="og:type" content="website" />
9 <meta property="og:url" content="https://tangled.org/goodfirstissues" />
10+ <meta property="og:description" content="Find beginner-friendly issues across all repositories to get started with open source contributions on Tangled." />
11+12+ <meta name="twitter:card" content="summary" />
13+ <meta name="twitter:title" content="good first issues · tangled" />
14+ <meta name="twitter:description" content="Find beginner-friendly issues to get started with open source contributions." />
15+16+ <!-- structured data for good first issues page -->
17+ <script type="application/ld+json">
18+ {
19+ "@context": "https://schema.org",
20+ "@type": "CollectionPage",
21+ "name": "Good First Issues",
22+ "description": "A curated collection of beginner-friendly issues across open source projects",
23+ "url": "https://tangled.org/goodfirstissues",
24+ "isPartOf": {
25+ "@type": "WebSite",
26+ "name": "Tangled",
27+ "url": "https://tangled.org"
28+ }
29+ }
30+ </script>
31{{ end }}
32+33+{{ define "canonical" }}https://tangled.org/goodfirstissues{{ end }}
3435{{ define "content" }}
36<div class="grid grid-cols-10">