Skip to content

Commit 6f9632c

Browse files
committed
Update canonical and social media URLs in documentation for consistency and improved SEO
1 parent 49cac4e commit 6f9632c

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

docs/api.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,25 @@
1515
<meta name="revisit-after" content="7 days" />
1616

1717
<!-- Canonical URL -->
18-
<link rel="canonical" href="https://peterbenoit.github.io/RepoWidget/api.html" />
18+
<link rel="canonical" href="https://www.repowidget.com/api.html" />
1919

2020
<!-- Open Graph / Facebook -->
2121
<meta property="og:type" content="website" />
22-
<meta property="og:url" content="https://peterbenoit.github.io/RepoWidget/api.html" />
22+
<meta property="og:url" content="https://www.repowidget.com/api.html" />
2323
<meta property="og:title" content="API Reference - RepoWidget Documentation" />
2424
<meta property="og:description" content="Comprehensive API reference for the RepoWidget library. Complete documentation with examples, parameters, and configuration options." />
25-
<meta property="og:image" content="https://peterbenoit.github.io/RepoWidget/assets/images/og-image.png" />
25+
<meta property="og:image" content="https://www.repowidget.com/assets/images/og-image.png" />
2626
<meta property="og:image:width" content="1200" />
2727
<meta property="og:image:height" content="630" />
2828
<meta property="og:site_name" content="RepoWidget" />
2929
<meta property="og:locale" content="en_US" />
3030

3131
<!-- Twitter -->
3232
<meta property="twitter:card" content="summary_large_image" />
33-
<meta property="twitter:url" content="https://peterbenoit.github.io/RepoWidget/api.html" />
33+
<meta property="twitter:url" content="https://www.repowidget.com/api.html" />
3434
<meta property="twitter:title" content="API Reference - RepoWidget Documentation" />
3535
<meta property="twitter:description" content="Comprehensive API reference for the RepoWidget library. Complete documentation with examples, parameters, and configuration options." />
36-
<meta property="twitter:image" content="https://peterbenoit.github.io/RepoWidget/assets/images/og-image.png" />
36+
<meta property="twitter:image" content="https://www.repowidget.com/assets/images/og-image.png" />
3737
<meta property="twitter:creator" content="@peterbenoit" />
3838

3939
<!-- Favicons -->
@@ -78,7 +78,7 @@
7878
"dateModified": "2025-01-01",
7979
"mainEntityOfPage": {
8080
"@type": "WebPage",
81-
"@id": "https://peterbenoit.github.io/RepoWidget/api.html"
81+
"@id": "https://www.repowidget.com/api.html"
8282
},
8383
"publisher": {
8484
"@type": "Person",

docs/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,25 +15,25 @@
1515
<meta name="revisit-after" content="7 days" />
1616

1717
<!-- Canonical URL -->
18-
<link rel="canonical" href="https://peterbenoit.github.io/RepoWidget/" />
18+
<link rel="canonical" href="https://www.repowidget.com/" />
1919

2020
<!-- Open Graph / Facebook -->
2121
<meta property="og:type" content="website" />
22-
<meta property="og:url" content="https://peterbenoit.github.io/RepoWidget/" />
22+
<meta property="og:url" content="https://www.repowidget.com/" />
2323
<meta property="og:title" content="RepoWidget - Professional GitHub Repository Display Widget" />
2424
<meta property="og:description" content="A lightweight, customizable JavaScript widget to showcase GitHub repositories on any website. Easy setup, responsive design, and fully customizable styling." />
25-
<meta property="og:image" content="https://peterbenoit.github.io/RepoWidget/assets/images/og-image.png" />
25+
<meta property="og:image" content="https://www.repowidget.com/assets/images/og-image.png" />
2626
<meta property="og:image:width" content="1200" />
2727
<meta property="og:image:height" content="630" />
2828
<meta property="og:site_name" content="RepoWidget" />
2929
<meta property="og:locale" content="en_US" />
3030

3131
<!-- Twitter -->
3232
<meta property="twitter:card" content="summary_large_image" />
33-
<meta property="twitter:url" content="https://peterbenoit.github.io/RepoWidget/" />
33+
<meta property="twitter:url" content="https://www.repowidget.com/" />
3434
<meta property="twitter:title" content="RepoWidget - Professional GitHub Repository Display Widget" />
3535
<meta property="twitter:description" content="A lightweight, customizable JavaScript widget to showcase GitHub repositories on any website. Easy setup, responsive design, and fully customizable styling." />
36-
<meta property="twitter:image" content="https://peterbenoit.github.io/RepoWidget/assets/images/og-image.png" />
36+
<meta property="twitter:image" content="https://www.repowidget.com/assets/images/og-image.png" />
3737
<meta property="twitter:creator" content="@peterbenoit" />
3838

3939
<!-- Favicons -->
@@ -70,7 +70,7 @@
7070
"@type": "SoftwareApplication",
7171
"name": "RepoWidget",
7272
"description": "A lightweight, customizable JavaScript widget to showcase GitHub repositories on any website",
73-
"url": "https://peterbenoit.github.io/RepoWidget/",
73+
"url": "https://www.repowidget.com/",
7474
"author": {
7575
"@type": "Person",
7676
"name": "Peter Benoit",

0 commit comments

Comments
 (0)