View Issue Details

IDProjectCategoryView StatusLast Update
0004930SOGoWeb Generalpublic2022-04-25 21:25
Reportersail Assigned Tofrancis  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.2.0 
Fixed in Version5.6.0 
Summary0004930: SOGO and search engine robots
Description

i've found my webmail url in google results and it is not something i could expect... so after a few minutes of digging i'found a line in UIxPageFrame.wox file responsible for this.

To stop being crawled by search engine robots i've changed

line 20 in UIxPageFrame.wox
from: <meta name="robots" content="noindex, nofollow" />

to: <meta name="robots" content="noindex, nofollow" />

and then copied it into /run/sogo/GNUstep/Library/SOGo/Templates
but it means i will not be using current version of UIxPageFrame.wox...

Steps To Reproduce

check the UIxPageFrame.wox file for line containing robots meta tag.

check current list of avaiable attributes for robots meta tag.

Additional Information

i think there should be config option to set this tag within sogo.conf

TagsNo tags attached.

Activities

sail

sail

2020-01-09 10:25

reporter   ~0014040

Last edited: 2022-01-07 21:28

bug in bug report...

SHOULD

from: from: <meta name="robots" content="stop" />

Related Changesets

sogo: master b35a10a2

2022-04-25 21:24

francis


Details Diff
fix(web): update parameters of meta tag for robots

Fixes 0004930
Affected Issues
0004930
mod - UI/Templates/UIxPageFrame.wox Diff File

Issue History

Date Modified Username Field Change
2020-01-09 10:24 sail New Issue
2020-01-09 10:25 sail Note Added: 0014040
2022-01-07 21:21 francis Description Updated
2022-01-07 21:21 francis Steps to Reproduce Updated
2022-01-07 21:22 francis Description Updated
2022-01-07 21:27 francis Description Updated
2022-01-07 21:28 francis Note Edited: 0014040
2022-04-25 21:25 francis Changeset attached => sogo master b35a10a2
2022-04-25 21:25 francis Assigned To => francis
2022-04-25 21:25 francis Resolution open => fixed
2022-04-25 21:25 francis Status new => resolved
2022-04-25 21:25 francis Fixed in Version => 5.6.0