Hi,
I have noticed that when I check "Check to see if a user is allready logged ?"

the referencing robots receive the following content

<html><head><title>CAS Authentication wanted!</title></head><body><h1>CAS Authentication wanted!</h1><p>You should already have been redirected to the CAS server. Click <a href="https://www.hello.com:443/cas/login?service=http%3A%2F%2Fwww.hello.com%2F&gateway=true">here</a> to continue.</p><hr><address>phpCAS ${phpcas.version} using server <a href="https://www.hello.com:443/cas/">https://www.hello.com:443/cas/</a> (CAS 2.0)</a></address></body></html>

I think this is the reason why my website description is not updated on search website (google, bing, yahoo,....)

Any solution ?

Thanks

Fred

CommentFileSizeAuthor
#1 cas-719272.patch1.31 KBmetzlerd

Comments

metzlerd’s picture

Status: Active » Needs review
StatusFileSize
new1.31 KB

Here's a quick patch against the current HEAD version that might detect it. Could you inspect your logs and make sure that the user agents will properly detect for you based on the strings contained in this patch?

If anyone has any other ideas regarding the detection of search engines I'd love to hear them.

metzlerd’s picture

Assigned: Unassigned » metzlerd
metzlerd’s picture

Commited to head. Will roll in next 6.2.x-dev release

metzlerd’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 92b39f7 on 6.x-3.x, 7.x-1.x, master, 8.x-1.x by metzlerd:
    #719272 Added bot filter.