8 days ago
Hi everyone,
I'm running an ASP.NET Core MVC application with Razor Views on Railway and I'm working on improving the technical SEO and search engine visibility of the website.
The production website is ForexTradeLab: https://forextradelab.com/
The application uses Razor Views for pages such as forex education articles, broker reviews, trading guides and market information.
I'm currently working on:
Dynamic and meta descriptions in Razor Views
Canonical URLs
Open Graph and structured metadata
XML sitemap
robots.txt
Google indexing
Making the content easier for search engines and AI crawlers to understand
Since the application is hosted on Railway, I'm wondering if there are any Railway-specific configuration issues I should be aware of that could affect SEO crawling, canonical URLs, redirects, sitemap access or Googlebot/AI crawler requests.
For example, should I pay particular attention to the X-Forwarded-Proto / HTTPS headers, reverse proxy configuration, or ASP.NET Core URL generation when generating canonical URLs inside Razor Views?
Has anyone deployed an ASP.NET Core MVC/Razor SEO-focused website on Railway and encountered indexing or canonical URL issues?
Any recommendations for the correct Railway + ASP.NET Core configuration would be appreciated.
Pinned Solution
8 days ago
There aren’t any Railway specific configurations for SEO. You’d just add canonical, Opengraph, and other relevant tags normally.
1 Replies
8 days ago
This thread has been opened as a bounty so the community can help solve it.
Status changed to Open Railway • 8 days ago
8 days ago
There aren’t any Railway specific configurations for SEO. You’d just add canonical, Opengraph, and other relevant tags normally.
Status changed to Solved 0x5b62656e5d • 7 days ago