-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (37 loc) · 1.97 KB
/
index.html
File metadata and controls
41 lines (37 loc) · 1.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Industry Assets and Tools by Cisco | Rainfall Digital</title>
<!-- Basic Meta -->
<meta name="description" content="This is a basic static page used to test Open Graph and social sharing metadata.">
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="Industry Assets and Tools by Cisco">
<meta property="og:type" content="website">
<meta property="og:url" content="https://example.com/">
<meta property="og:image" content="https://media.rainf4ll.com/cisco_1760996334/images/originals/DiG2Su8PhC.png">
<meta property="og:site_name" content="Cisco Merchant Name">
<!-- Twitter Cards -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Industry Assets and Tools by Cisco">
<meta name="twitter:image" content="https://media.rainf4ll.com/cisco_1760996334/images/originals/DiG2Su8PhC.png">
<!-- Favicon (Optional) -->
<link rel="icon" href="https://media.rainf4ll.com/cisco_1760996334/images/originals/DiG2Su8PhC.png" type="image/png">
</head>
<body>
<script defer>
document.body.appendChild(document.createElement('div')).setAttribute('id','chatBubbleRoot');
window.agx = '690e6b1e5ac481ecb5efe52arhxaKq/sUmGYsXQtfrnfYg==|1k1AIK1i6wZGgQ6VVA4bWqZjyBEIrwOflIYXof4GPUU=';
</script>
<script defer src="https://storage.googleapis.com/agentx-cdn-01/agentx-chat.js"></script>
<h1>Open Graph Test Page</h1>
<p>This is a simple HTML page for validating Open Graph and Twitter Card metadata using tools like:</p>
<ul>
<li><a href="https://developers.facebook.com/tools/debug/">Facebook Sharing Debugger</a></li>
<li><a href="https://cards-dev.twitter.com/validator">Twitter Card Validator</a></li>
<li><a href="https://www.linkedin.com/post-inspector/">LinkedIn Post Inspector</a></li>
</ul>
<p>Nothing fancy here — just a clean page for testing meta tags.</p>
</body>
</html>