From 837da0eb7873080ea74430c74fbb49a2285aa383 Mon Sep 17 00:00:00 2001 From: Mufan Qiu Date: Sun, 14 Jun 2026 22:02:40 -0700 Subject: [PATCH] SEO: add meta/OG/structured data, robots.txt, and sitemap.xml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The lab site had no meta description, social tags, structured data, or sitemap, so search engines had little to index — students reported only Dr. Chen's personal page showed up, not the lab. This adds, on every top-level page: - a descriptive, keyword-rich and meta description naming "UNITES Lab", "Tianlong Chen", and "UNC-Chapel Hill"; - canonical, Open Graph, and Twitter Card tags; - index.html: ResearchOrganization JSON-LD linking the lab to its parent (UNC) and founder (Tianlong Chen, with his Scholar) so search engines can build a proper entity. Plus robots.txt and sitemap.xml (6 pages) to guide crawlers. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> --- gallery.html | 17 ++++++++++++++++- group.html | 17 ++++++++++++++++- index.html | 44 +++++++++++++++++++++++++++++++++++++++++++- publication.html | 17 ++++++++++++++++- research.html | 17 ++++++++++++++++- resource.html | 17 ++++++++++++++++- robots.txt | 4 ++++ sitemap.xml | 9 +++++++++ 8 files changed, 136 insertions(+), 6 deletions(-) create mode 100644 robots.txt create mode 100644 sitemap.xml diff --git a/gallery.html b/gallery.html index da7c5d8..e11871e 100644 --- a/gallery.html +++ b/gallery.html @@ -2,7 +2,22 @@ <html lang="en"> <head> - <title>UNITES Lab - Gallery + + Gallery | UNITES Lab (Tianlong Chen, UNC-Chapel Hill) + + + + + + + + + + + + + + diff --git a/group.html b/group.html index 30f8e44..faf4128 100644 --- a/group.html +++ b/group.html @@ -2,7 +2,22 @@ - UNITES Lab + + People | UNITES Lab (Tianlong Chen, UNC-Chapel Hill) + + + + + + + + + + + + + + diff --git a/index.html b/index.html index 29b2a5e..fd44da0 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,49 @@ -UNITES Lab + + UNITES Lab | Prof. Tianlong Chen's Group at UNC-Chapel Hill + + + + + + + + + + + + + + + diff --git a/publication.html b/publication.html index 5a79aa9..d495b75 100644 --- a/publication.html +++ b/publication.html @@ -2,7 +2,22 @@ - UNITES Lab + + Publications | UNITES Lab (Tianlong Chen, UNC-Chapel Hill) + + + + + + + + + + + + + + diff --git a/research.html b/research.html index f3a0ed6..e3ece2b 100644 --- a/research.html +++ b/research.html @@ -2,7 +2,22 @@ - UNITES Lab + + Research | UNITES Lab (Tianlong Chen, UNC-Chapel Hill) + + + + + + + + + + + + + + diff --git a/resource.html b/resource.html index aa1c280..00131ec 100644 --- a/resource.html +++ b/resource.html @@ -2,7 +2,22 @@ - UNITES Lab + + Resources | UNITES Lab (Tianlong Chen, UNC-Chapel Hill) + + + + + + + + + + + + + + diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..fcb27e6 --- /dev/null +++ b/robots.txt @@ -0,0 +1,4 @@ +User-agent: * +Allow: / + +Sitemap: https://unites-lab.github.io/sitemap.xml diff --git a/sitemap.xml b/sitemap.xml new file mode 100644 index 0000000..f154869 --- /dev/null +++ b/sitemap.xml @@ -0,0 +1,9 @@ + + + https://unites-lab.github.io/monthly1.0 + https://unites-lab.github.io/publication.htmlmonthly0.8 + https://unites-lab.github.io/research.htmlmonthly0.8 + https://unites-lab.github.io/group.htmlmonthly0.8 + https://unites-lab.github.io/gallery.htmlmonthly0.8 + https://unites-lab.github.io/resource.htmlmonthly0.8 +