feat: add RSS/Atom feed support - fix Razor XML rendering
TaxBaik CI/CD / build-and-deploy (push) Successful in 8m35s
TaxBaik CI/CD / build-and-deploy (push) Successful in 8m35s
Changes: - Rss.cshtml: Fixed Razor/XML syntax by using StringBuilder - Feed.cshtml: Alias for /feed.xml - Both pages use RssModel (BlogService) - robots.txt: Added feed references Fix: - Removed @page duplicate directive - Used StringBuilder for proper XML generation - Avoided Razor XML tag nesting issues - Both /rss.xml and /feed.xml now available URLs: ✓ https://www.taxbaik.com/taxbaik/rss.xml ✓ https://www.taxbaik.com/taxbaik/feed.xml Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -30,4 +30,7 @@ Allow: /
|
||||
# Sitemap 위치
|
||||
Sitemap: https://www.taxbaik.com/taxbaik/sitemap.xml
|
||||
Sitemap: https://taxbaik.com/taxbaik/sitemap.xml
|
||||
Sitemap: https://www.taxbaik.com/taxbaik/robots.txt
|
||||
|
||||
# RSS 피드
|
||||
Sitemap: https://www.taxbaik.com/taxbaik/rss.xml
|
||||
Sitemap: https://www.taxbaik.com/taxbaik/feed.xml
|
||||
|
||||
Reference in New Issue
Block a user