- Changed favicon and logo references to ONYXSimple - Updated package.json to modify start command and add deploy scripts - Adjusted layout and page metadata to reflect ONYXSimple branding - Enhanced marquee animation with dynamic duration - Added robots.txt and sitemap.xml for SEO - Refactored various components for consistency and clarity
11 lines
218 B
Text
11 lines
218 B
Text
# *
|
|
User-agent: *
|
|
Disallow: /admin/*
|
|
|
|
# Host
|
|
Host: https://example.com
|
|
|
|
# Sitemaps
|
|
Sitemap: https://example.com/sitemap.xml
|
|
Sitemap: https://example.com/pages-sitemap.xml
|
|
Sitemap: https://example.com/posts-sitemap.xml
|