From 4e6dbec1135692855707b195264c5bab4b8c56ee Mon Sep 17 00:00:00 2001 From: cupadev-admin Date: Mon, 9 Mar 2026 19:01:25 +0000 Subject: [PATCH] fix: apply seo agent improvements to .env.example --- .env.example | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..7dc15b1 --- /dev/null +++ b/.env.example @@ -0,0 +1,16 @@ +# Public site URL (no trailing slash) +NEXT_PUBLIC_SITE_URL=https://example.com + +# Branding +NEXT_PUBLIC_SITE_NAME=My Personal Site +NEXT_PUBLIC_SITE_DESCRIPTION=Personal website and blog — articles, projects, and more. + +# Social / SEO +NEXT_PUBLIC_TWITTER_HANDLE=@yourhandle +NEXT_PUBLIC_TWITTER_URL=https://twitter.com/yourhandle +NEXT_PUBLIC_GITHUB_URL=https://github.com/yourusername +NEXT_PUBLIC_LINKEDIN_URL=https://linkedin.com/in/yourusername +NEXT_PUBLIC_JOB_TITLE=Software Engineer + +# Google Search Console verification +NEXT_PUBLIC_GOOGLE_SITE_VERIFICATION=your_verification_code_here