Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F435646
PhabricatorRobotsBlogController.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
295 B
Referenced Files
None
Subscribers
None
PhabricatorRobotsBlogController.php
View Options
<?php
final
class
PhabricatorRobotsBlogController
extends
PhabricatorRobotsController
{
protected
function
newRobotsRules
()
{
$out
=
array
();
// Allow everything on blog domains to be indexed.
$out
[]
=
'User-Agent: *'
;
$out
[]
=
'Crawl-delay: 1'
;
return
$out
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 3, 8:40 PM (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
61491
Default Alt Text
PhabricatorRobotsBlogController.php (295 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment