Files
radio.org.tr/src/config.yaml
T
Buğra Canata 214e9733d0 Performance & SEO optimization + Google login for CMS
Performance:
- Enable image optimization (Image: true, SVG: true)
- 429MB saved with WebP conversion

SEO:
- Add JSON-LD structured data (Organization & FAQ schemas)
- Add keywords and author metadata
- Update robots.txt with sitemap reference
- Add alt text to OpenGraph images

CMS:
- Enable Google OAuth login for admin panel
- Add logo to admin login page

Fixes:
- Update Telegram link to @ym1ktc on homepage

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-17 16:23:11 +03:00

85 lines
2.0 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
site:
name: Amatör Radyocular Derneği (ARC)
site: 'https://www.radio.org.tr'
base: '/'
trailingSlash: false
googleSiteVerificationId: orcPxI47GSa-cRvY11tUe6iGg2IO_RPvnA1q95iEM3M
# Default SEO metadata
metadata:
title:
default: Amatör Radyocular Derneği (ARC)
template: '%s — ARC'
description: 'İstanbul merkezli kâr amacı gütmeyen bu dernek, amatör telsizciliği yaygınlaştırmak, eğitim vermek ve röle-beacon altyapıları işletmek amacıyla kurulmuştur.'
robots:
index: true
follow: true
openGraph:
site_name: Amatör Radyocular Derneği (ARC)
images:
- url: '~/assets/images/2024/12/ARC_2024_bayrak_logo-Large-1-1024x1024.png'
width: 1024
height: 1024
alt: 'Amatör Radyocular Derneği Logo'
type: website
keywords:
- amatör radyo
- amatör telsiz
- telsizcilik
- amatör radyocular derneği
- ARC
- YM1KTC
- amatör telsiz eğitimi
author:
name: 'Amatör Radyocular Derneği (ARC)'
email: 'bilgi@radio.org.tr'
twitter:
handle: '@YM1KTC'
site: '@YM1KTC'
cardType: summary_large_image
i18n:
language: tr
textDirection: ltr
apps:
blog:
isEnabled: true
postsPerPage: 6
post:
isEnabled: true
permalink: '/%slug%' # Variables: %slug%, %year%, %month%, %day%, %hour%, %minute%, %second%, %category%
robots:
index: true
list:
isEnabled: true
pathname: 'blog' # Blog main path, you can change this to "articles" (/articles)
robots:
index: true
category:
isEnabled: true
pathname: 'kategori' # Category main path /kategori/some-category
robots:
index: true
tag:
isEnabled: true
pathname: 'etiket' # Tag main path /etiket/some-tag
robots:
index: false
isRelatedPostsEnabled: true
relatedPostsCount: 4
analytics:
vendors:
googleAnalytics:
id: null # or "G-XXXXXXXXXX"
ui:
theme: 'system' # Values: "system" | "light" | "dark" | "light:only" | "dark:only"