Xeon — Search title brand consistency

Tom

Published: August 31, 2026

Last updated: August 31, 2026

Share:

if ( ! function_exists( ‘xeon_search_brand_title_20260831’ ) ) {
function xeon_search_brand_title_20260831( $title ) {
if ( is_admin() || ! is_singular( ‘post’ ) || ! is_string( $title ) ) {
return $title;
}

$suffix = ‘ | Xeon’;
if ( strlen( $title ) >= strlen( $suffix ) && substr( $title, -strlen( $suffix ) ) === $suffix ) {
return substr( $title, 0, -strlen( $suffix ) ) . ‘ | Xeon Creative’;
}

return $title;
}

add_filter( ‘seopress_titles_title’, ‘xeon_search_brand_title_20260831’, 1000 );
add_filter( ‘pre_get_document_title’, ‘xeon_search_brand_title_20260831’, 1000 );
}

Enjoyed this guide?

Add Xeon Creative as a preferred source on Google to see more website, SEO and creative advice in Search.

Keep reading, you might also like:

Uncategorized

Xeon — Search title brand consistency

Published: August 31, 2026

Uncategorized

Xeon — Google Preferred Source

Published: August 31, 2026

Uncategorized

Xeon — Elementor MCP SpeedyCache invalidation

Published: August 31, 2026

Get answers to your questions.

Frequently asked questions for you to learn more and find out how Xeon Creative can help you.

Keep reading, you might also like:

Guide, Life Coaches

Best Life Coach Websites: A 14-Point Review Checklist

Published: September 8, 2026

A practical review framework for comparing life coach website examples, covering positioning, proof, service structure, booking, mobile UX and SEO.
Uncategorized

Xeon — Search title brand consistency

Published: August 31, 2026

Uncategorized

Xeon — Defer homepage Pro Elements runtime safely (2026-08-26)

Published: August 26, 2026