Last active
March 12, 2024 10:05
-
-
Save 4e6ka/aacc0974eec48433920705b2e65516b1 to your computer and use it in GitHub Desktop.
modx revo meta seo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<meta charset="utf-8"> | |
<title>[[*seotitle:default=`[[*pagetitle]]`]] - [[++site_name]]</title> | |
<meta name="description" content="[[*introtext:default=`[[*pagetitle]]. Официальный дилер. Гарантия.`]]"> | |
<base href="[[!siteurl]]" /> | |
<link rel="canonical" href="[[!siteurl]][[*url]]"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
return 'https://'.$_SERVER['HTTP_HOST'].'/'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment