SEO improvements

This commit is contained in:
2026-08-01 18:30:31 +03:00
parent ed0ab1284d
commit f01fc36181
7 changed files with 14 additions and 56 deletions
-8
View File
@@ -1,8 +0,0 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
-8
View File
@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
-8
View File
@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/flash.iml" filepath="$PROJECT_DIR$/.idea/flash.iml" />
</modules>
</component>
</project>
Generated
-19
View File
@@ -1,19 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="MessDetectorOptionsConfiguration">
<option name="transferred" value="true" />
</component>
<component name="PHPCSFixerOptionsConfiguration">
<option name="transferred" value="true" />
</component>
<component name="PHPCodeSnifferOptionsConfiguration">
<option name="highlightLevel" value="WARNING" />
<option name="transferred" value="true" />
</component>
<component name="PhpStanOptionsConfiguration">
<option name="transferred" value="true" />
</component>
<component name="PsalmOptionsConfiguration">
<option name="transferred" value="true" />
</component>
</project>
Generated
-6
View File
@@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>
+12 -7
View File
@@ -1,22 +1,27 @@
<html> <html>
<head> <head>
<title>You are an Idiot! (dot cc)</title> <meta name="viewport" content="width=device-width, initial-scale=1">
<title>You are an Idiot! - Original Flash Version (2004 mirror)</title>
<link rel="canonical" href="https://fl.youareanidiot.cc/">
<meta name="Author" content="The ADR and Jazzy (2020 onwards - Endermanch)"> <meta name="Author" content="The ADR and Jazzy (2020 onwards - Endermanch)">
<meta name="Keywords" content="computer virus, virus, trojan, you are an idiot, youareanidiot.cc, youareanidiot.org, idiot, youdontknowwhoiam.org"> <meta name="Keywords" content="computer virus, virus, trojan, you are an idiot, youareanidiot.cc, youareanidiot.org, idiot, youdontknowwhoiam.org">
<meta name="Description" content="This is the orgional and the best flash video on the 'net. Once found on www.youdontknowwhoiam.org, not found where it belong, right here on www.youareanidiot.org."> <meta name="Description" content="This is the orgional and the best flash video on the 'net. Once found on www.youdontknowwhoiam.org, not found where it belong, right here on www.youareanidiot.org.">
<meta property="og:type" content="website"> <meta property="og:type" content="website">
<meta property="og:title" content="You are an Idiot! (dot cc)"> <meta property="og:site_name" content="You are an Idiot! (dot cc)">
<meta property="og:description" content="The legendary YouAreAnIdiot JS Trojan."> <meta property="og:title" content="You are an Idiot! - Original Flash Version (2004 mirror)">
<meta property="og:description" content="The original Flash version of the legendary YouAreAnIdiot trojan, preserved as a 2004 mirror of youareanidiot.org.">
<meta property="og:url" content="https://fl.youareanidiot.cc/"> <meta property="og:url" content="https://fl.youareanidiot.cc/">
<meta property="og:image" content="http://youareanidiot.cc/images/idiot.png"> <meta property="og:image" content="https://youareanidiot.cc/images/idiot.png">
<meta property="og:image:secure_url" content="https://youareanidiot.cc/images/idiot.png"> <meta property="og:image:secure_url" content="https://youareanidiot.cc/images/idiot.png">
<meta property="og:image:width" content="256"> <meta property="og:image:width" content="256">
<meta property="og:image:height" content="256"> <meta property="og:image:height" content="256">
<meta property="og:image:alt" content="Idiot!"> <meta property="og:image:alt" content="Idiot!">
<script src="/scripts/you.js"></script> <script src="/scripts/you.js"></script>
</head> </head>
+2
View File
@@ -1,5 +1,7 @@
<html> <html>
<head> <head>
<meta name="robots" content="noindex">
<title>You are an idiot!</title> <title>You are an idiot!</title>
<script src="/scripts/you.js"></script> <script src="/scripts/you.js"></script>
</head> </head>