Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tallesairan/5214921d724c4acbbd560c620ae70032 to your computer and use it in GitHub Desktop.
Save tallesairan/5214921d724c4acbbd560c620ae70032 to your computer and use it in GitHub Desktop.
Optimized serp for existing pages
<?php
$rr = $_SERVER['REQUEST_URI'];
$dt = strtoupper(str_replace(['.html','.php','/'],['','',''],$rr))." | OriginalTitle";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment