Skip to content

Commit

Permalink
some small seo adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
wbglaeser committed Jan 22, 2025
1 parent cfb9017 commit c68e2fa
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 9 deletions.
29 changes: 21 additions & 8 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="We help citizens to decode the German funding landscape"
content="FörderFunke helps German citizens navigate and access public funding opportunities. Find and apply for grants, subsidies, and financial support programs easily."
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
Expand All @@ -39,41 +39,54 @@
<script>window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
<title>FörderFunke</title>

<!-- Schema.org markup for Google+ -->
<!-- Schema.org markup -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "FörderFunke",
"url": "https://foerderfunke.org",
"logo": "https://foerderfunke.org/assets/images/logos/FF_logo.svg",
"description": "We help citizens to decode the German funding landscape.",
"description": "FörderFunke helps German citizens navigate and access public funding opportunities. Find and apply for grants, subsidies, and financial support programs easily.",
"contactPoint": {
"@type": "ContactPoint",
"email": "[email protected]",
"contactType": "Customer Support"
}
"contactType": "Customer Support",
"availableLanguage": ["German", "English"]
},
"sameAs": [
"https://www.linkedin.com/company/foerderfunke",
]
}
</script>
</script>

<!-- Open Graph data -->
<meta property="og:title" content="FörderFunke" />
<meta property="og:title" content="FörderFunke | Navigate German Public Funding Programs" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://foerderfunke.org" />
<meta property="og:image" content="https://foerderfunke.org/assets/images/logos/FF_logo.svg" />
<meta property="og:description" content="We help citizens to decode the German funding landscape." />
<meta property="og:description" content="FörderFunke helps German citizens navigate and access public funding opportunities. Find and apply for grants, subsidies, and financial support programs easily." />
<meta property="og:site_name" content="FörderFunke" />
<meta property="og:locale" content="de_DE" />

<!-- Twitter Card data -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@foerderfunke" />
<meta name="twitter:title" content="FörderFunke | Navigate German Public Funding Programs" />
<meta name="twitter:description" content="Find and apply for German public funding opportunities easily with FörderFunke" />

<!-- Canonical URL -->
<link rel="canonical" href="https://foerderfunke.org" />

<!-- Google Search Console verification -->
<meta name="google-site-verification" content="7rPoIZoWXDMRdWz0FLScYbC9W_m_7matlDBF4LYkql8" />

<!-- Add after existing meta tags -->
<link rel="alternate" hreflang="de" href="https://foerderfunke.org" />
<link rel="alternate" hreflang="en" href="https://foerderfunke.org/en" />

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>

</head>
<body>
Expand Down
4 changes: 3 additions & 1 deletion public/robots.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:
Allow: /

Sitemap: https://foerderfunke.org/sitemap.xml
19 changes: 19 additions & 0 deletions public/sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://foerderfunke.org/</loc>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
<!-- Add other important URLs from your site -->
<url>
<loc>https://foerderfunke.org/activity-log</loc>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://foerderfunke.org/eligibility-overview</loc>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>
</urlset>

0 comments on commit c68e2fa

Please sign in to comment.