seo tags
This commit is contained in:
parent
36e0a00909
commit
4facc33755
66
.env.example
66
.env.example
|
|
@ -1,66 +0,0 @@
|
||||||
|
|
||||||
APP_NAME=Laravel
|
|
||||||
APP_ENV=local
|
|
||||||
APP_KEY=
|
|
||||||
APP_DEBUG=true
|
|
||||||
APP_URL=http://localhost
|
|
||||||
|
|
||||||
APP_LOCALE=en
|
|
||||||
APP_FALLBACK_LOCALE=en
|
|
||||||
APP_FAKER_LOCALE=en_US
|
|
||||||
|
|
||||||
APP_MAINTENANCE_DRIVER=file
|
|
||||||
# APP_MAINTENANCE_STORE=database
|
|
||||||
|
|
||||||
PHP_CLI_SERVER_WORKERS=4
|
|
||||||
|
|
||||||
BCRYPT_ROUNDS=12
|
|
||||||
|
|
||||||
LOG_CHANNEL=stack
|
|
||||||
LOG_STACK=single
|
|
||||||
LOG_DEPRECATIONS_CHANNEL=null
|
|
||||||
LOG_LEVEL=debug
|
|
||||||
|
|
||||||
DB_CONNECTION=sqlite
|
|
||||||
# DB_HOST=127.0.0.1
|
|
||||||
# DB_PORT=3306
|
|
||||||
# DB_DATABASE=laravel
|
|
||||||
# DB_USERNAME=root
|
|
||||||
# DB_PASSWORD=
|
|
||||||
|
|
||||||
SESSION_DRIVER=database
|
|
||||||
SESSION_LIFETIME=120
|
|
||||||
SESSION_ENCRYPT=false
|
|
||||||
SESSION_PATH=/
|
|
||||||
SESSION_DOMAIN=null
|
|
||||||
|
|
||||||
BROADCAST_CONNECTION=log
|
|
||||||
FILESYSTEM_DISK=local
|
|
||||||
QUEUE_CONNECTION=database
|
|
||||||
|
|
||||||
CACHE_STORE=database
|
|
||||||
# CACHE_PREFIX=
|
|
||||||
|
|
||||||
MEMCACHED_HOST=127.0.0.1
|
|
||||||
|
|
||||||
REDIS_CLIENT=phpredis
|
|
||||||
REDIS_HOST=127.0.0.1
|
|
||||||
REDIS_PASSWORD=null
|
|
||||||
REDIS_PORT=6379
|
|
||||||
|
|
||||||
MAIL_MAILER=log
|
|
||||||
MAIL_SCHEME=null
|
|
||||||
MAIL_HOST=127.0.0.1
|
|
||||||
MAIL_PORT=2525
|
|
||||||
MAIL_USERNAME=null
|
|
||||||
MAIL_PASSWORD=null
|
|
||||||
MAIL_FROM_ADDRESS="hello@example.com"
|
|
||||||
MAIL_FROM_NAME="${APP_NAME}"
|
|
||||||
|
|
||||||
AWS_ACCESS_KEY_ID=
|
|
||||||
AWS_SECRET_ACCESS_KEY=
|
|
||||||
AWS_DEFAULT_REGION=us-east-1
|
|
||||||
AWS_BUCKET=
|
|
||||||
AWS_USE_PATH_STYLE_ENDPOINT=false
|
|
||||||
|
|
||||||
VITE_APP_NAME="${APP_NAME}"
|
|
||||||
|
|
@ -2,11 +2,64 @@
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Vite + React + TS</title>
|
|
||||||
|
<!-- Favicon -->
|
||||||
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||||
|
|
||||||
|
<!-- SEO Title -->
|
||||||
|
<title>Find Italian Immigrants - Global Italian Migrant Directory</title>
|
||||||
|
|
||||||
|
<!-- Primary SEO Meta Tags -->
|
||||||
|
<meta name="description" content="Connect with Italian immigrants worldwide. Discover family, friends, and communities through the Italian Migrant Directory. Start your search today!" />
|
||||||
|
<meta name="keywords" content="Italian immigrants, Italian migration, Italian diaspora, Italian community, find Italians abroad, migrant directory, family search Italy, Italian connections" />
|
||||||
|
<meta name="author" content="Your Website Name" />
|
||||||
|
<meta name="robots" content="index, follow" />
|
||||||
|
|
||||||
|
<!-- Canonical URL -->
|
||||||
|
<link rel="canonical" href="https://yourwebsite.com/" />
|
||||||
|
|
||||||
|
<!-- Open Graph (Facebook, LinkedIn) -->
|
||||||
|
<meta property="og:title" content="Find Italian Immigrants - Global Italian Migrant Directory" />
|
||||||
|
<meta property="og:description" content="Connect with Italian immigrants worldwide. Discover family, friends, and communities through the Italian Migrant Directory. Start your search today!" />
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<meta property="og:url" content="https://yourwebsite.com/" />
|
||||||
|
<meta property="og:site_name" content="Italian Migrant Directory" />
|
||||||
|
<meta property="og:image" content="https://yourwebsite.com/og-image.jpg" />
|
||||||
|
<meta property="og:locale" content="en_US" />
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
<meta name="twitter:card" content="summary_large_image" />
|
||||||
|
<meta name="twitter:title" content="Find Italian Immigrants - Global Italian Migrant Directory" />
|
||||||
|
<meta name="twitter:description" content="Connect with Italian immigrants worldwide. Discover family, friends, and communities through the Italian Migrant Directory. Start your search today!" />
|
||||||
|
<meta name="twitter:image" content="https://yourwebsite.com/twitter-image.jpg" />
|
||||||
|
<meta name="twitter:site" content="@YourTwitterHandle" />
|
||||||
|
|
||||||
|
<!-- Additional SEO Tags -->
|
||||||
|
<meta name="language" content="English" />
|
||||||
|
<meta name="revisit-after" content="7 days" />
|
||||||
|
<meta name="distribution" content="global" />
|
||||||
|
|
||||||
|
<!-- Structured Data (JSON-LD for SEO) -->
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{
|
||||||
|
"@context": "https://schema.org",
|
||||||
|
"@type": "WebSite",
|
||||||
|
"name": "Italian Migrant Directory",
|
||||||
|
"url": "https://yourwebsite.com/",
|
||||||
|
"description": "Connect with Italian immigrants worldwide. Find family, friends, and communities through the Italian Migrant Directory.",
|
||||||
|
"inLanguage": "en",
|
||||||
|
"publisher": {
|
||||||
|
"@type": "Organization",
|
||||||
|
"name": "Your Website Name"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<!-- React + Vite Scripts -->
|
||||||
<script type="module" crossorigin src="/assets/index-BmGUTB7j.js"></script>
|
<script type="module" crossorigin src="/assets/index-BmGUTB7j.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-Dmw_zciU.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-Dmw_zciU.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue