-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Meta-Issue: SEO #882
Comments
@dannylamb I've been playing around with these modules and feel like I've got a pretty good handle on them and how they could be used for Islandora 8. Both modules should work out of the box with custom content types. How do we proceed with this? I could write up documentation for how to configure them. I could also try to export some example configurations for |
Google Scholar also prefers for IRs to have access to lists of all content published in a certain year, which we accomplished in 7.x by having a basic page with links to canned Solr searches. Not sure if this would be a good thing to do programmatically in 8.x or just mention it in documentation. Another option would be to create some sort of |
I like @bryjbrown's suggestion of making this a separate islandora_seo module that can be pulled in or forked as necessary. |
👍 to decoupling from the metadata profile if possible. If you can throw up some default or demo config, I'd love to see it. Also,
The answer you seek is views @bryjbrown |
As it currently stands, Islandora 8 Demo uses the RDF mapping to embed RDFa into Repository Item and the Controlled Access Term pages which can be used by search engines (at least Google and Bing) without the need to metatag. However, the typed relations and I can see two possible ways of addressing this:
P.S. If we pursued pushing the JSON-LD into the HTML page, then we would need to remove the P.P.S. Most of the references to Bing suggest JSON-LD is only supported for Schema.org, not Dublin Core (although I can't find anything conclusive) and, as per #1074, we can't really mix Schema.org with Dublin Core without making Google grumpy. So perhaps we need metatag to get our Dublin Core into Bing while using JSON-LD for Google? That feels excessive... |
I cannot give enough 👍's for option 1. Scrub |
Just checking on this one, has option 1 from @seth-shaw-unlv 's solution been added to the codebase ? This issue remains open but it seems like it may have been resolved here: #887 |
@hachacha. the URLs portion was addressed as you point out. However, I don't believe we add the JSON-LD to the page headers yet. Further, while I initially thought we could use a src link
I don't know how kindly Google will take to simply adding the link as initially suggested. |
For the RDM project, we used schema.org Metatag module which converts metatags into JSON-LD i the header. |
This largely depends on having a 'default metadata profile' (the stuff of legends!), but we should be shipping with the
metatag
module and an assortment of its profile specific modules for things like AMP support, twitter/facebook embedding, etc...https://www.drupal.org/project/metatag
We should also provide xml sitemap capabilities, as they have proven invaluable in 7.x development.
https://www.drupal.org/project/simple_sitemap
That sweet sweet SEO juice should be an out-of-the-box feature for CLAW.
The text was updated successfully, but these errors were encountered: