Skip to content
mcLogiora0.16.0
0.16.01 min read

URLs & SEO

Configure language-aware URLs, switchers, and translation-safe front-end behavior.

mcLogiora can serve translated content under language directories while leaving the default language’s existing URL shape intact. Each translation can have its own slug edited normally in WordPress.

mcLogiora language URL settings

Safe URL rules

  • A translated URL resolves only when a translation exists.
  • A missing translation returns a normal 404.
  • mcLogiora does not redirect based on visitor location or browser guesswork.
  • mclogiora_get_language_url() returns null when no translation exists.
  • The language switcher should use the resolved URL rather than construct a guessed path.

SEO integration

The plugin provides language context and URL information for themes and compatible SEO integrations. It does not claim that every SEO plugin or arbitrary custom output is translated automatically. Review canonical, hreflang, OpenGraph, and JSON-LD output in the site’s actual SEO stack.

Related articles