seo
Installation
SKILL.md
Skill: SEO & Analytics
Optimize the portfolio for search engines and set up analytics to track visitors.
SEO Essentials
Meta Tags (in layout.tsx)
import type { Metadata } from 'next'
export const metadata: Metadata = {
title: 'Name | Role',
description: 'One compelling sentence about what makes them unique.',
keywords: ['developer', 'portfolio', 'react', ...relevant terms],
authors: [{ name: 'Full Name' }],
creator: 'Full Name',