mirror of https://github.com/PiyushXCoder/lupt.git
Added robotx.txt sitemap.xml and meta tags in index.html
This commit is contained in:
parent
af7a174df8
commit
24b53d0a96
|
|
@ -3,10 +3,15 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<meta name="description" content="Chat app to talk in private and secure groups or to strangers">
|
||||||
|
<meta name="keywords" content="lupt,lupt chat,omegle,snap chat,chat,chat room,chat rooms,talk to strangers,chat random,chatrandom,random chat,free chat,stranger chat,gossip,conversation">
|
||||||
|
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
|
||||||
|
<link rel="icon" href="img/icon.svg" sizes="any" type="image/svg+xml">
|
||||||
<link rel="stylesheet" href="css/style.css">
|
<link rel="stylesheet" href="css/style.css">
|
||||||
<title>Lupt Chat</title>
|
<title>Lupt Chat</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<h1 class="is-hidden">Lupt Chat: Chat app to talk in private and secure groups or to strangers</h1>
|
||||||
<div id="progress"
|
<div id="progress"
|
||||||
style="z-index: 1000; position: fixed; top: 0; bottom: 0;
|
style="z-index: 1000; position: fixed; top: 0; bottom: 0;
|
||||||
width: 100%; height: 100%; background-color: var(--bg-secondary-color);">
|
width: 100%; height: 100%; background-color: var(--bg-secondary-color);">
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,4 @@
|
||||||
|
User-Agent: *
|
||||||
|
Allow: /
|
||||||
|
|
||||||
|
Sitemap: https://luptchat.in/sitemap.xml
|
||||||
|
|
@ -0,0 +1,15 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
|
<url>
|
||||||
|
<loc>https://luptchat.in/</loc>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://luptchat.in/index.html</loc>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://luptchat.in/policy.html</loc>
|
||||||
|
</url>
|
||||||
|
<url>
|
||||||
|
<loc>https://luptchat.in/terms.html</loc>
|
||||||
|
</url>
|
||||||
|
</urlset>
|
||||||
Loading…
Reference in New Issue