[xwiki-users] Linking to Google (Analytics and search)
All, Where and how would you suggest to link a xWiki to google analytics? Besides that, How can I control what content is indexed by external search engines (like Google, Yahoo) I have specific content that I would like to exclude from indexes, although it is on public accessible pages. In our system it is accessible by clcking a disclosure (because it contains medical advise) Gerritjan
Hi, Gerritjan, I am afraid I have no answer for your question, but I would liketo ask you for the name/link or your site. May I read this disclosure? We are working in contents about pharmacogenomics and it will be great to have contact with other people in the Human Health arena using XWiki. Thanks! Ricardo Gerritjan Koekkoek wrote:
All,
Where and how would you suggest to link a xWiki to google analytics?
Besides that, How can I control what content is indexed by external search engines (like Google, Yahoo) I have specific content that I would like to exclude from indexes, although it is on public accessible pages. In our system it is accessible by clcking a disclosure (because it contains medical advise)
Gerritjan _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Ricardo Rodríguez Your EPEC Network ICT Team
Hi, On Sun, Nov 16, 2008 at 1:20 PM, [Ricardo Rodriguez] Your EPEC Network ICT Team <[email protected]> wrote:
Hi, Gerritjan,
I am afraid I have no answer for your question, but I would liketo ask you for the name/link or your site. May I read this disclosure? We are working in contents about pharmacogenomics and it will be great to have contact with other people in the Human Health arena using XWiki. Thanks!
Ricardo
Gerritjan Koekkoek wrote:
All,
Where and how would you suggest to link a xWiki to google analytics?
You can embed the Google Analytics script in your XWiki's footer (accessible from the administration panel).
Besides that, How can I control what content is indexed by external search engines (like Google, Yahoo) I have specific content that I would like to exclude from indexes, although it is on public accessible pages. In our system it is accessible by clcking a disclosure (because it contains medical advise)
I think you need to use a robots.txt file with the names of the pages you want to exclude from indexation. Guillaume
Gerritjan _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Ricardo Rodríguez Your EPEC Network ICT Team
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Guillaume Lerouge Product Manager - XWiki Skype ID : wikibc http://blog.xwiki.com/
Besides that, How can I control what content is indexed by external search engines (like Google, Yahoo) I have specific content that I would like to exclude from indexes, although it is on public accessible pages. In our system it is accessible by clcking a disclosure (because it contains medical advise)
I think you need to use a robots.txt file with the names of the pages you want to exclude from indexation.
Something like: http://platform.xwiki.org/robots.txt -- Sergiu Dumitriu http://purl.org/net/sergiu/
The problem is probably to dynamically update the robot.txt file when content (read new page) is added. Maybe it helkps the content is stored in a OBJECT and displayed only when a certain programmatically boolean is set On 16 nov 2008, at 17:33, Sergiu Dumitriu wrote:
Besides that, How can I control what content is indexed by external search engines (like Google, Yahoo) I have specific content that I would like to exclude from indexes, although it is on public accessible pages. In our system it is accessible by clcking a disclosure (because it contains medical advise)
I think you need to use a robots.txt file with the names of the pages you want to exclude from indexation.
Something like: http://platform.xwiki.org/robots.txt
-- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
On Sun, Nov 16, 2008 at 8:23 PM, Gerritjan Koekkoek <[email protected]> wrote:
The problem is probably to dynamically update the robot.txt file when content (read new page) is added.
The simplest way to do this would be to create these protected pages in some specific spaces and disallow them in robots.txt. Disallow: /xwiki/bin/view/ProtectedSpace/
Maybe it helkps the content is stored in a OBJECT and displayed only when a certain programmatically boolean is set
If the data is stored in an object what you can do is adding something like this in the HTML meta information (Administration > Presentation) : #if ($doc.getObjectNumbers("Space.ClassToProtect") > 0) <meta name="robots" CONTENT="noindex" /> #end JV.
Hi Ricardo, We will go live in November... Keep an eye on www.cdlsworld.org (currently a static site) The Section "Ask the Doctor" will be replaced by xwiki first! Our disclaimer is already there? Gerritjan Koekkoek On 16 nov 2008, at 13:20, [Ricardo Rodriguez] Your EPEC Network ICT Team wrote:
Hi, Gerritjan,
I am afraid I have no answer for your question, but I would liketo ask you for the name/link or your site. May I read this disclosure? We are working in contents about pharmacogenomics and it will be great to have contact with other people in the Human Health arena using XWiki. Thanks!
Ricardo
Gerritjan Koekkoek wrote:
All,
Where and how would you suggest to link a xWiki to google analytics?
Besides that, How can I control what content is indexed by external search engines (like Google, Yahoo) I have specific content that I would like to exclude from indexes, although it is on public accessible pages. In our system it is accessible by clcking a disclosure (because it contains medical advise)
Gerritjan _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Ricardo Rodríguez Your EPEC Network ICT Team
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Thanks, Gerritjan! I can read the disclaimer and get your point about why do you want to exclude it from indexing. Once people reach your site they could always take advantage of the great indexing capabilities included with XWiki. Nice to see works like yours! We (the Genomic Medicine Group at USC, Spain) have now some groups working on research and genetic diagnose of a big number of congenital diseases. And we are looking forward to use XWiki in our work! Keep in touch! Cheers, Ricardo Gerritjan Koekkoek wrote:
Hi Ricardo,
We will go live in November... Keep an eye on www.cdlsworld.org (currently a static site) The Section "Ask the Doctor" will be replaced by xwiki first! Our disclaimer is already there?
Gerritjan Koekkoek
On 16 nov 2008, at 13:20, [Ricardo Rodriguez] Your EPEC Network ICT Team wrote:
Hi, Gerritjan,
I am afraid I have no answer for your question, but I would liketo ask you for the name/link or your site. May I read this disclosure? We are working in contents about pharmacogenomics and it will be great to have contact with other people in the Human Health arena using XWiki. Thanks!
Ricardo
Gerritjan Koekkoek wrote:
All,
Where and how would you suggest to link a xWiki to google analytics?
Besides that, How can I control what content is indexed by external search engines (like Google, Yahoo) I have specific content that I would like to exclude from indexes, although it is on public accessible pages. In our system it is accessible by clcking a disclosure (because it contains medical advise)
Gerritjan _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Ricardo Rodríguez Your EPEC Network ICT Team
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
-- Ricardo Rodríguez Your EPEC Network ICT Team
participants (5)
-
[Ricardo Rodriguez] Your EPEC Network ICT Team -
Gerritjan Koekkoek -
Guillaume Lerouge -
Jean-Vincent Drean -
Sergiu Dumitriu