diff --git a/pages/webhosting/how-to/yahoo-domain-verification.mdx b/pages/webhosting/how-to/yahoo-domain-verification.mdx
new file mode 100644
index 0000000000..0d44b3ca7d
--- /dev/null
+++ b/pages/webhosting/how-to/yahoo-domain-verification.mdx
@@ -0,0 +1,29 @@
+---
+title: How to sending emails to Yahoo mailboxes
+description: Learn how to retrieve and configure the Yahoo verification token (DNS TXT record) required for sending outgoing emails to Yahoo mailboxes.
+tags: email, dns, webhosting, yahoo
+validation: 2025-10-21
+posted: 2025-10-20
+---
+
+Yahoo now enforces stricter security and authentication standards for senders.
+
+To ensure that your emails are successfully delivered, you must register your sending domain with Yahoo Sender Portal.
+
+You must log in with a Yahoo account (or create one) on the website https://senders.yahooinc.com/ and add the domain there.
+
+A code will be generated that looks like this (provided as an example, do not use it):
+
+
+ **Here is an example of a code:** ```yahoo-verification-key=SknBkUiLwZ+qWdbCMOrp6FwRiV4bMZXXXXXXXXXXX```
+
+
+You will then receive the code to enter in your DNS settings.
+
+You can refer to other documentation on how to add DNS to your domain/web hosting.
+
+If you have any doubts about the DNS settings, please open a ticket and send us the code.
+
+
+ Activation may take up to 24 hours, and you can track the progress here: https://senders.yahooinc.com/feature-management/account-overview/#domains
+
\ No newline at end of file
diff --git a/pages/webhosting/menu.ts b/pages/webhosting/menu.ts
index dd83f6d68c..c35df3b447 100644
--- a/pages/webhosting/menu.ts
+++ b/pages/webhosting/menu.ts
@@ -67,10 +67,13 @@ export const webHostingMenu = {
slug: 'terminate-webhosting',
},
{
- label:
- 'Migrate an Online.net/Dedibox web hosting plan to Scaleway',
+ label: 'Migrate an Online.net/Dedibox web hosting plan to Scaleway',
slug: 'migrate-webhosting-plan',
},
+ {
+ label: 'Domain verification for Yahoo deliverability',
+ slug: 'yahoo-domain-verification'
+ },
],
label: 'How to',
slug: 'how-to',
@@ -96,8 +99,7 @@ export const webHostingMenu = {
slug: 'php-version-overview',
},
{
- label:
- 'Web Hosting Classic migration - Technical information',
+ label: 'Web Hosting Classic migration - Technical information',
slug: 'classic-hosting-migration-information',
},
{
@@ -105,8 +107,7 @@ export const webHostingMenu = {
slug: 'understanding-differences-cpanel-plesk',
},
{
- label:
- 'Understanding security measures on a shared hosting',
+ label: 'Understanding security measures on a shared hosting',
slug: 'shared-hosting-best-practices',
},
],