gctools-outilsgc / gccollab

Other
23 stars 7 forks source link

Add new Meta tags to the GCcollab pages #365

Closed 4rsood closed 5 years ago

4rsood commented 6 years ago
Please add the following Meta tags to the GCcollab pages on the sites:
a) https://gccollab.ca
b) https://dev.gccollab.ca

1) <meta name="dcterms.type" content= "xxx" /> where xxx is the document type value, e.g., 
<meta name="dcterms.type" content= "Group" />

It is required to be able to filter GCcollab search results by document type 

2) <meta name="profileImage" content= "xxx" /> where xxx is the web location of the profile image, e.g., 
<meta name="profileImage" content= "https://gccollab.ca/mod/profile/icondirect.php?joindate=1519136517&guid=375097" />

It is required to display the author's profile image in search results

3) <meta name="robots" content="noindex,follow"/> 
This tag should be added to the pages with the URL patterns:
           *gccollab.ca/groups/?offset=xxx
           *gccollab.ca//thewire/all?offset=xxx
where xxx is the offset number.  
This meta tag is required to exclude the above listed pattern from appearing in the search results but include any hyperlinks listed in such pages by following those hyperlinks.