forked from nystudio107/seomatic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.php
More file actions
executable file
·21 lines (18 loc) · 857 Bytes
/
config.php
File metadata and controls
executable file
·21 lines (18 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php
/**
* SEOmatic Configuration
*
* Completely optional configuration settings for SEOmatic if you want to customize some
* of its more esoteric behavior, or just want specific control over things.
*/
return array(
// Controls whether SEOmatic will truncate the text in <title> tags to 70 characters.
// It is HIGHLY recommended that you leave this on, as search engines do not want
// <title> tags to be long, and long titles won't display well on mobile either.
"truncateTitleTags" => true,
// SEOmatic will render the Google Analytics <script> tag and code for you, if you
// enter a Google Analytics UID tracking code in the Site Identity settings. It
// does not render the <script> tag if devMode is on, but here is an additional
// override for controlling it.
"renderGoogleAnalyticsScript" => true,
);