Tag: seo
-
How to localise your 404 custom error page in Episerver
I feel like there is a better / easier way of doing this but I couldn’t find a resource online that works (and there isn’t much I could find at the time of writing). So I’m sharing this post as an option that works, incase you haven’t found a better solution. For those who have…
-
A simple editable robots.txt in Episerver
This post will show you how you can easily author a robots.txt content for your Episerver site. Step 1: Add a CMS property “Robots.txt” In my case, I added this property to my StartPage [Display( Name = “Robots.txt”, GroupName = Groups.MetaData, Order = 835)] [UIHint(UIHint.Textarea)] public virtual string RobotsTxt { get; set; } Step 2: Create…
-
SEO – When your webpage suddenly disappears on Google SERP
Today, I noticed one of the pages in my client’s site disappeared from the Google SERP. It was on the 2nd page of Google for a specific search keyword, but it can no longer be found anywhere in the SERP at all. When I do the trick of searching for “site:{DOMAIN_URL_HERE}”, all other pages in…
-
Generate a sitemap.xml for your Episerver website
In this post, I will cover how you can generate a sitemap.xml for your Episerver website. All credits to Geta SEO Sitemaps, you will now be able to generate one in under 5 minutes! Download and install the Nuget package “Geta.SEO.Sitemaps” to your Episerver application Build and run your application Navigate to Admin > Tools…