p08-seo-tweaks
This commit is contained in:
47
frontend/attribution.html
Normal file
47
frontend/attribution.html
Normal file
@@ -0,0 +1,47 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="Attribution and ownership disclaimer for ClawFort AI News content.">
|
||||
<meta name="robots" content="index,follow">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:title" content="Attribution and Ownership Disclaimer - ClawFort">
|
||||
<meta property="og:description" content="Understand content attribution and ownership boundaries for ClawFort AI-generated summaries.">
|
||||
<meta property="og:url" content="/attribution">
|
||||
<meta property="og:image" content="/static/images/placeholder.png">
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:title" content="Attribution and Ownership Disclaimer - ClawFort">
|
||||
<meta name="twitter:description" content="Understand content attribution and ownership boundaries for ClawFort AI-generated summaries.">
|
||||
<meta name="twitter:image" content="/static/images/placeholder.png">
|
||||
<link rel="canonical" href="/attribution">
|
||||
<title>Attribution and Ownership Disclaimer - ClawFort</title>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;800&display=swap" rel="stylesheet">
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
</head>
|
||||
<body class="bg-slate-950 text-slate-100 font-[Inter] min-h-screen">
|
||||
<main class="max-w-3xl mx-auto px-4 py-12">
|
||||
<a href="/" class="text-blue-400 hover:text-blue-300">← Back to ClawFort</a>
|
||||
<h1 class="text-3xl sm:text-4xl font-extrabold mt-6 mb-4">Attribution and Ownership Disclaimer</h1>
|
||||
<div class="space-y-4 text-slate-300 leading-relaxed">
|
||||
<p>
|
||||
None of the content presented on this site is created by the owner as an individual person.
|
||||
</p>
|
||||
<p>
|
||||
The content is AI-generated and automatically assembled from external sources and generated summaries.
|
||||
</p>
|
||||
<p>
|
||||
The owner does not claim personal authorship, editorial ownership, or direct responsibility for
|
||||
generated statements beyond operating the site interface.
|
||||
</p>
|
||||
</div>
|
||||
</main>
|
||||
<footer class="border-t border-white/10 py-6 text-center text-sm text-slate-400">
|
||||
<a href="/" class="hover:text-white">Home</a>
|
||||
<span class="mx-2">|</span>
|
||||
<a href="/terms" class="hover:text-white">Terms of Use</a>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user