diff --git a/explore/src/app/app.component.ts b/explore/src/app/app.component.ts
index 4092ac59..f5418c22 100644
--- a/explore/src/app/app.component.ts
+++ b/explore/src/app/app.component.ts
@@ -20,6 +20,9 @@ import {ConfigurationService} from "./openaireLibrary/utils/configuration/config
+
diff --git a/explore/src/app/app.module.ts b/explore/src/app/app.module.ts
index 3185bb84..7232c7bd 100755
--- a/explore/src/app/app.module.ts
+++ b/explore/src/app/app.module.ts
@@ -18,11 +18,12 @@ import {OpenaireErrorPageComponent} from './error/errorPage.component';
import {AppRoutingModule} from './app-routing.module';
import {HttpInterceptorService} from "./openaireLibrary/http-interceptor.service";
import {PageURLResolverModule} from "./openaireLibrary/utils/pageURLResolver.module";
+import {Schema2jsonldModule} from "./openaireLibrary/sharedComponents/schema2jsonld/schema2jsonld.module";
//import { EnvironmentSpecificService, REQUEST_TOKEN} from './openaireLibrary/utils/properties/environment-specific.service';
@NgModule({
-
+
imports: [
SharedModule,
CommonModule,
@@ -33,7 +34,7 @@ import {PageURLResolverModule} from "./openaireLibrary/utils/pageURLResolver.mod
BrowserModule.withServerTransition({appId: 'my-app'}),
AppRoutingModule,
BrowserTransferStateModule,
- BrowserAnimationsModule, PageURLResolverModule
+ BrowserAnimationsModule, PageURLResolverModule, Schema2jsonldModule
],
declarations: [AppComponent, OpenaireErrorPageComponent],
exports: [AppComponent],
diff --git a/explore/src/app/home/home.component.html b/explore/src/app/home/home.component.html
index 565946b5..bb5c0264 100644
--- a/explore/src/app/home/home.component.html
+++ b/explore/src/app/home/home.component.html
@@ -234,9 +234,9 @@
-
+
+
+
0"
class="uk-section uk-section-small graph-background uk-margin-top">
diff --git a/explore/src/app/home/home.component.ts b/explore/src/app/home/home.component.ts
index 7770ce73..ce84f34e 100644
--- a/explore/src/app/home/home.component.ts
+++ b/explore/src/app/home/home.component.ts
@@ -168,7 +168,7 @@ export class HomeComponent {
private helper: HelperService, private router: Router
) {
- var description = "openAIRE explore, open access, publications, research results, European commission, search";
+ var description = "OpenAIRE Explore: search for research outcomes (publications, datasets), projects, funders, organizations, repositories in the OpenAIRE Research Graph. OpenAIRE research graph is one of the largest open scholarly record collections worldwide.";
var title = "OpenAIRE | Explore";
diff --git a/explore/src/app/home/home.module.ts b/explore/src/app/home/home.module.ts
index 5109f15f..c393c658 100644
--- a/explore/src/app/home/home.module.ts
+++ b/explore/src/app/home/home.module.ts
@@ -18,7 +18,6 @@ import {HelperModule} from '../openaireLibrary/utils/helper/helper.module';
import {RefineFieldResultsServiceModule} from '../openaireLibrary/services/refineFieldResultsService.module';
import {FreeGuard} from '../openaireLibrary/login/freeGuard.guard';
import {PreviousRouteRecorder} from '../openaireLibrary/utils/piwik/previousRouteRecorder.guard';
-import {Schema2jsonldModule} from '../openaireLibrary/sharedComponents/schema2jsonld/schema2jsonld.module';
import { SEOServiceModule } from '../openaireLibrary/sharedComponents/SEO/SEOService.module';
import {ErrorMessagesModule} from '../openaireLibrary/utils/errorMessages.module';
@@ -37,7 +36,7 @@ import {QuickSelectionsModule} from "../openaireLibrary/searchPages/searchUtils/
HomeRoutingModule,
HelperModule,
ErrorMessagesModule,
- Schema2jsonldModule, SEOServiceModule, OtherPortalsModule, EntitiesSelectionModule, QuickSelectionsModule
+ SEOServiceModule, OtherPortalsModule, EntitiesSelectionModule, QuickSelectionsModule
],
declarations: [
HomeComponent
diff --git a/explore/src/robots.prod.txt b/explore/src/robots.prod.txt
index 91dd1e47..3477660e 100644
--- a/explore/src/robots.prod.txt
+++ b/explore/src/robots.prod.txt
@@ -4,26 +4,5 @@ Disallow: /participate/direct-claim
Disallow: /myclaims
Disallow: /claims
-Disallow: /search/dataset?datasetId=*
-Disallow: /search/other?orpId=*
-Disallow: /search/project?projectId=*
-Disallow: /search/dataprovider?datasourceId=*
-Disallow: /search/organization?organizationId=*
-Disallow: /project-report?projectId=*
-
-Disallow: /search/find/datasets/
-Disallow: /search/find/other/
-Disallow: /search/find/projects/
-Disallow: /search/find/dataproviders/
-Disallow: /search/find/organizations/
-
-Disallow: /search/advanced/datasets/
-Disallow: /search/advanced/other/
-Disallow: /search/advanced/projects/
-Disallow: /search/advanced/dataproviders/
-Disallow: /search/advanced/organizations/
-
Sitemap: https://explore.openaire.eu/sitemap.xml
-Sitemap: https://explore.openaire.eu/publicationSitemap.xml
-Sitemap: https://explore.openaire.eu/softwareSitemap.xml