From 9a98eb3d9406e1a8c4cd8949c48202245df8bdf7 Mon Sep 17 00:00:00 2001 From: hobokenchicken Date: Wed, 11 Feb 2026 21:23:34 -0500 Subject: [PATCH] Improve SEO: descriptive link text, canonical URL, robots.txt, sitemap --- .gitignore | 12 +++++++++++- index.html | 16 ++++++++-------- public/robots.txt | 3 +++ public/sitemap.xml | 9 +++++++++ 4 files changed, 31 insertions(+), 9 deletions(-) create mode 100644 public/robots.txt create mode 100644 public/sitemap.xml diff --git a/.gitignore b/.gitignore index 36fbc6d..d01a0bf 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,14 @@ node_modules dist lighthouse-report.json .DS_Store -.env \ No newline at end of file +.env +screenshot*.png +*.md +*.py +screenshot* +*_REPORT* +*_SUMMARY* +CROSS_BROWSER_TEST_REPORT.md +TESTING_SUMMARY.txt +VISUAL_INSPECTION_REPORT.md +cross_browser_test.py \ No newline at end of file diff --git a/index.html b/index.html index de80586..45ea153 100644 --- a/index.html +++ b/index.html @@ -6,14 +6,14 @@ - + d@n tech - Web Development Services - + @@ -25,7 +25,7 @@ "@type": "ProfessionalService", "name": "d@n tech", "description": "Professional web development services including custom website development, responsive design, e-commerce solutions, SEO optimization, and website maintenance.", - "url": "https://dev.dustin.coffee", + "url": "https://dev.dustin.coffee/", "provider": { "@type": "Person", "name": "Dustin Newkirk" @@ -108,7 +108,7 @@
Pemu Counseling and Wellness

Pemu Counseling and Wellness is a comprehensive mental health service provider offering personalized counseling and wellness programs to help individuals achieve their mental health goals.

- Learn More + View project about Pemu Counseling and Wellness
@@ -118,7 +118,7 @@
Kayla Newkirk

Kayla Newkirk is a PhD candidate specializing in mental health counseling and supervision, dedicated to advancing the field through research and practice.

- Learn More + View project about Kayla Newkirk
@@ -128,7 +128,7 @@
4th & Goal

4th & Goal is a hardcore band based out of Syracuse, NY, known for their intense performances and powerful music that resonates with fans across the state.

- Learn More + View project about 4th & Goal
@@ -138,7 +138,7 @@
Powerful Healing Arts

Powerful Healing Arts is a sanctuary for women seeking to move beyond physical healing into deeper, energetic and spiritual transformation. Discover how shamanic wisdom and energy work can unlock new pathways to healing and personal growth.

- Learn More + View project about Powerful Healing Arts
@@ -148,7 +148,7 @@
DissertationPath

DissertationPath is a comprehensive platform designed to help doctoral candidates navigate the dissertation process with expert guidance, resources, and mentorship to ensure academic success.

- Learn More + View project about DissertationPath
diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..37a7b27 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,3 @@ +User-agent: * +Allow: / +Sitemap: https://dev.dustin.coffee/sitemap.xml \ No newline at end of file diff --git a/public/sitemap.xml b/public/sitemap.xml new file mode 100644 index 0000000..1c30b3f --- /dev/null +++ b/public/sitemap.xml @@ -0,0 +1,9 @@ + + + + https://dev.dustin.coffee/ + 2026-02-11 + monthly + 1.0 + + \ No newline at end of file