[Explore|Trunk]
Sitemaps: remove landing page sitemaps and urls git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@56912 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
967515a98b
commit
13cef554e4
|
@ -19,51 +19,7 @@
|
|||
"assets": [
|
||||
"src/assets",
|
||||
"src/robots.txt",
|
||||
{
|
||||
"glob": "sitemap.xml",
|
||||
"input": "src/sitemaps",
|
||||
"output": "/"
|
||||
},
|
||||
{
|
||||
"glob": "sitemap.xml",
|
||||
"input": "src/sitemaps",
|
||||
"output": "/assets"
|
||||
},
|
||||
{
|
||||
"glob": "**/*",
|
||||
"input": "src/sitemaps/publication",
|
||||
"output": "/"
|
||||
},
|
||||
{
|
||||
"glob": "**/*",
|
||||
"input": "src/sitemaps/dataset",
|
||||
"output": "/"
|
||||
},
|
||||
{
|
||||
"glob": "**/*",
|
||||
"input": "src/sitemaps/software",
|
||||
"output": "/"
|
||||
},
|
||||
{
|
||||
"glob": "**/*",
|
||||
"input": "src/sitemaps/other",
|
||||
"output": "/"
|
||||
},
|
||||
{
|
||||
"glob": "**/*",
|
||||
"input": "src/sitemaps/project",
|
||||
"output": "/"
|
||||
},
|
||||
{
|
||||
"glob": "**/*",
|
||||
"input": "src/sitemaps/organization",
|
||||
"output": "/"
|
||||
},
|
||||
{
|
||||
"glob": "**/*",
|
||||
"input": "src/sitemaps/dataprovider",
|
||||
"output": "/"
|
||||
}
|
||||
"src/sitemap.xml"
|
||||
],
|
||||
"styles": [
|
||||
"src/styles.css",
|
||||
|
@ -129,51 +85,7 @@
|
|||
"assets": [
|
||||
"src/assets",
|
||||
"src/robots.txt",
|
||||
{
|
||||
"glob": "sitemap.xml",
|
||||
"input": "src/sitemaps",
|
||||
"output": "/"
|
||||
},
|
||||
{
|
||||
"glob": "sitemap.xml",
|
||||
"input": "src/sitemaps",
|
||||
"output": "/assets"
|
||||
},
|
||||
{
|
||||
"glob": "**/*",
|
||||
"input": "src/sitemaps/publication",
|
||||
"output": "/"
|
||||
},
|
||||
{
|
||||
"glob": "**/*",
|
||||
"input": "src/sitemaps/dataset",
|
||||
"output": "/"
|
||||
},
|
||||
{
|
||||
"glob": "**/*",
|
||||
"input": "src/sitemaps/software",
|
||||
"output": "/"
|
||||
},
|
||||
{
|
||||
"glob": "**/*",
|
||||
"input": "src/sitemaps/other",
|
||||
"output": "/"
|
||||
},
|
||||
{
|
||||
"glob": "**/*",
|
||||
"input": "src/sitemaps/project",
|
||||
"output": "/"
|
||||
},
|
||||
{
|
||||
"glob": "**/*",
|
||||
"input": "src/sitemaps/organization",
|
||||
"output": "/"
|
||||
},
|
||||
{
|
||||
"glob": "**/*",
|
||||
"input": "src/sitemaps/dataprovider",
|
||||
"output": "/"
|
||||
}
|
||||
"src/sitemap.xml"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
@ -1,14 +1,7 @@
|
|||
cp /home/argiro.kokogiannaki/sitemap/dataset/* dist/server/;
|
||||
cp /home/argiro.kokogiannaki/sitemap/dataset/* dist/browser/;
|
||||
cp /home/argiro.kokogiannaki/sitemap/publication/* dist/server/;
|
||||
cp /home/argiro.kokogiannaki/sitemap/publication/* dist/browser/;
|
||||
cp /home/argiro.kokogiannaki/sitemap/software/* dist/server/;
|
||||
cp /home/argiro.kokogiannaki/sitemap/software/* dist/browser/;
|
||||
cp /home/argiro.kokogiannaki/sitemap/other/* dist/server/;
|
||||
cp /home/argiro.kokogiannaki/sitemap/other/* dist/browser/;
|
||||
cp /home/argiro.kokogiannaki/sitemap/project/* dist/server/;
|
||||
cp /home/argiro.kokogiannaki/sitemap/project/* dist/browser/;
|
||||
cp /home/argiro.kokogiannaki/sitemap/organization/* dist/server/;
|
||||
cp /home/argiro.kokogiannaki/sitemap/organization/* dist/browser/;
|
||||
cp /home/argiro.kokogiannaki/sitemap/dataprovider//* dist/server/;
|
||||
cp /home/argiro.kokogiannaki/sitemap/dataprovider/* dist/browser/;
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
## uncommect from here-->
|
||||
# printf '\nCheck that you have the correct properties file\n';
|
||||
# printf -n "\nPress key:";
|
||||
# printf "\nPress key:";
|
||||
# read -n1 ans
|
||||
# pico ../src/assets/env-properties.json;
|
||||
# printf '\nFor Production keep meta for bots';
|
||||
|
|
|
@ -447,7 +447,7 @@ Latest funding database incorporated in OpenAIRE
|
|||
<div class="uk-section-muted"
|
||||
uk-scrollspy="{"target":"[uk-scrollspy-class]","cls":"uk-animation-fade","delay":false}">
|
||||
<div class="uk-container uk-container-large">
|
||||
<other-portals portal="explore"></other-portals>
|
||||
<other-portals portal="explore" [properties]="properties"></other-portals>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -6,13 +6,6 @@ Disallow: /myclaims
|
|||
Disallow: /claims
|
||||
|
||||
#Disallow: /
|
||||
#Disallow: /participate/claim
|
||||
|
||||
Sitemap: https://explore.openaire.eu/sitemap.xml
|
||||
Sitemap: https://explore.openaire.eu/publicationSitemap.xml
|
||||
Sitemap: https://explore.openaire.eu/datasetSitemap.xml
|
||||
Sitemap: https://explore.openaire.eu/softwareSitemap.xml
|
||||
Sitemap: https://explore.openaire.eu/otherSitemap.xml
|
||||
Sitemap: https://explore.openaire.eu/projectSitemap.xml
|
||||
Sitemap: https://explore.openaire.eu/organizationSitemap.xml
|
||||
Sitemap: https://explore.openaire.eu/dataproviderSitemap.xml
|
||||
|
||||
|
|
|
@ -1,113 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
|
||||
<url>
|
||||
<loc><![CDATA[https://explore.openaire.eu]]></loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>1</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc><![CDATA[https://explore.openaire.eu/participate/claim]]></loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.9</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc><![CDATA[https://explore.openaire.eu/search/find]]></loc>
|
||||
<changefreq>daily</changefreq>
|
||||
<priority>1</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc><![CDATA[https://explore.openaire.eu/search/find/publications]]></loc>
|
||||
<changefreq>daily</changefreq>
|
||||
<priority>0.9</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc><![CDATA[https://explore.openaire.eu/search/find/datasets]]></loc>
|
||||
<changefreq>daily</changefreq>
|
||||
<priority>0.9</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc><![CDATA[https://explore.openaire.eu/search/find/software]]></loc>
|
||||
<changefreq>daily</changefreq>
|
||||
<priority>0.9</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc><![CDATA[https://explore.openaire.eu/search/find/other]]></loc>
|
||||
<changefreq>daily</changefreq>
|
||||
<priority>0.9</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc><![CDATA[https://explore.openaire.eu/search/find/projects]]></loc>
|
||||
<changefreq>daily</changefreq>
|
||||
<priority>0.9</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc><![CDATA[https://explore.openaire.eu/search/find/organizations]]></loc>
|
||||
<changefreq>daily</changefreq>
|
||||
<priority>0.9</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc><![CDATA[https://explore.openaire.eu/search/find/dataproviders]]></loc>
|
||||
<changefreq>daily</changefreq>
|
||||
<priority>0.9</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc><![CDATA[https://explore.openaire.eu/search/advanced/publications]]></loc>
|
||||
<changefreq>daily</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc><![CDATA[https://explore.openaire.eu/search/advanced/datasets]]></loc>
|
||||
<changefreq>daily</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc><![CDATA[https://explore.openaire.eu/search/advanced/software]]></loc>
|
||||
<changefreq>daily</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc><![CDATA[https://explore.openaire.eu/search/advanced/other]]></loc>
|
||||
<changefreq>daily</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc><![CDATA[https://explore.openaire.eu/search/advanced/projects]]></loc>
|
||||
<changefreq>daily</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc><![CDATA[https://explore.openaire.eu/search/advanced/organizations]]></loc>
|
||||
<changefreq>daily</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc><![CDATA[https://explore.openaire.eu/search/advanced/dataproviders]]></loc>
|
||||
<changefreq>daily</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc><![CDATA[https://explore.openaire.eu/search/content-providers]]></loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc><![CDATA[https://explore.openaire.eu/search/entity-registries]]></loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc><![CDATA[https://explore.openaire.eu/search/journals]]></loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc><![CDATA[https://explore.openaire.eu/participate/deposit-publications]]></loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc><![CDATA[https://explore.openaire.eu/participate/deposit-datasets]]></loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
</urlset>
|
Loading…
Reference in New Issue