mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-06 12:00:06 +02:00
SEO Improvement
This commit is contained in:
parent
fb80bd82eb
commit
c4e20ecbb3
1 changed files with 3 additions and 0 deletions
|
@ -3319,6 +3319,9 @@ function URLHasLastSlash(){
|
|||
|
||||
function getSEOComplement(){
|
||||
$txt = "";
|
||||
if(!empty($_GET['channelName'])){
|
||||
$txt .= " {$_GET['channelName']}";
|
||||
}
|
||||
if(URLHasLastSlash()){
|
||||
$txt .= ".";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue