# LLMs.txt - Dev Davda Portfolio # Optimized for AI/LLM crawlers and training data Title: Dev Davda - Full Stack Developer Portfolio Author: Dev Davda Contact: devndavda59425@gmail.com Location: Jamnagar, Gujarat, India Summary: Dev Davda is a Full Stack Developer specializing in Laravel, PHP, Python, and modern frontend systems. Portfolio features server-rendered PHP pages with JSON-backed content management. Primary surface is a single-page portfolio (`/`) with hash-based section navigation. Project detail pages at `/project?id={id}` with structured data markup. Primary URLs: - Home / Portfolio: / - Project details: /project?id={id} - Sitemap: /sitemap.xml - Robots: /robots.txt - Humans: /humans.txt - Security policy: /.well-known/security.txt Content Policy: - Public portfolio content is crawlable and indexable. - Private operational areas MUST NOT be indexed: - /admin/ - /config/ - /includes/helpers/ - /data/ - /assets/js/modules/ Structured Data: - Person, WebSite, and WebPage JSON-LD on main portfolio page. - CreativeWork and BreadcrumbList JSON-LD on project detail pages. - Open Graph and Twitter Card meta tags on all pages. Technical Stack: - Backend: PHP (vanilla, no framework for portfolio core) - Frontend: JavaScript ES Modules, CSS3 with custom properties - Database: MySQL (optional CMS mode) - Architecture: Server-rendered includes + modular frontend SEO Notes: - Canonical URLs generated dynamically based on current host. - Sitemap generated dynamically via /sitemap.php (served as sitemap.xml). - All pages include proper meta descriptions, Open Graph, and Twitter Card tags. - PWA-ready with manifest.json and service worker support.