mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
SEO optimization (I think? idrk)
This commit is contained in:
6
public/.htaccess
Normal file
6
public/.htaccess
Normal file
@@ -0,0 +1,6 @@
|
||||
# 301 REDIRECT WWW TO NON-WWW
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
|
||||
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
|
||||
</IfModule>
|
||||
@@ -9,6 +9,17 @@
|
||||
name="Simonson - Portfolio"
|
||||
content="Digital portfolio of Andrew Simonson"
|
||||
/>
|
||||
<meta property="og:title" content="European Travel Destinations" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="Digital Portfolio - Andrew Simonson"
|
||||
/>
|
||||
<meta property="og:image" content="%PUBLIC_URL%/lol.jpg" />
|
||||
<meta property="og:url" content="%PUBLIC_URL%" />
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta property="og:site_name" content="Andrew Simonson - Portfolio" />
|
||||
<meta name="twitter:image:alt" content="some example picture idk" />
|
||||
<!-- <meta property="og:title" content="__OG_TITLE__" />
|
||||
<meta property="og:description" content="__OG_DESCRIPTION__" /> -->
|
||||
<!--
|
||||
|
||||
BIN
public/lol.jpg
Normal file
BIN
public/lol.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 361 KiB |
@@ -1,3 +1,4 @@
|
||||
# https://www.robotstxt.org/robotstxt.html
|
||||
User-agent: *
|
||||
Disallow: /404/
|
||||
Sitemap: https://asimonson.com/sitemap.xml
|
||||
10
public/sitemap.xml
Normal file
10
public/sitemap.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://asimonson.com</loc>
|
||||
<loc>https://asimonson.com/about</loc>
|
||||
<loc>https://asimonson.com/projects</loc>
|
||||
<loc>https://asimonson.com/Resume</loc>
|
||||
<lastmod>2022-06-04</lastmod>
|
||||
</url>
|
||||
</urlset>
|
||||
Reference in New Issue
Block a user