We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f1e79 commit b3b3b60Copy full SHA for b3b3b60
examples/official-site/your-first-sql-website/index.sql
@@ -1,5 +1,6 @@
1
select 'http_header' as component,
2
- 'public, max-age=300, stale-while-revalidate=3600, stale-if-error=86400' as "Cache-Control";
+ '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";
4
5
select 'dynamic' as component, properties FROM example WHERE component = 'shell' LIMIT 1;
6
0 commit comments