Skip to content

Commit b3b3b60

Browse files
committed
add a canonical for /your-first-sql-website/
1 parent 21f1e79 commit b3b3b60

File tree

1 file changed

+2
-1
lines changed
  • examples/official-site/your-first-sql-website

1 file changed

+2
-1
lines changed

examples/official-site/your-first-sql-website/index.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
select 'http_header' as component,
2-
'public, max-age=300, stale-while-revalidate=3600, stale-if-error=86400' as "Cache-Control";
2+
'public, max-age=300, stale-while-revalidate=3600, stale-if-error=86400' as "Cache-Control",
3+
'<https://sql.datapage.app/your-first-sql-website/>; rel="canonical"' as "Link";
34

45
select 'dynamic' as component, properties FROM example WHERE component = 'shell' LIMIT 1;
56

0 commit comments

Comments
 (0)