-
Notifications
You must be signed in to change notification settings - Fork 138
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
Allow multilingual sitemap #198
Comments
Maybe #189 can be adressed here, too. |
This issue has been automatically marked as stale because it has not been commented on for at least two months. The resources of the Jekyll team are limited, and so we are asking for your help. If this is a bug and you can still reproduce this error on the If this is a feature request, please consider whether it can be accomplished in another way. If it cannot, please elaborate on why it is core to this project and why you feel more than 80% of users would find this beneficial. This issue will automatically be closed in two months if no further activity occurs. Thank you for all your contributions. |
Still relevant. What do you need? |
Is this a duplicate of #88? That issue is still Otherwise, I’m not sure how this would be implemented. Jekyll currently has no concept of different pages that have the same content translated into different languages. |
Well, partially. As I commented in #88 the description („with the current design”) is too vague. I'd like to understand what makes it so hard in order to see, why it is considered not feasible. Can you point me to some points in the code so I can dig into it? |
That's still not a link to the exact line of code where you see the issue. This way it is impossible to think about whether a patch would be possible. |
The issue is not a specific line of code, but the fundamental design of that plugin. If I knew how to fix it I would have fixed it. |
Hm, okay. :-/ |
Similiar to #88 I think, there is something to do on this plugin as well.
From what I've read in Google Search Console Help - Use a sitemap to indicate alternate language pages the sitemap.xml template would need to include
xmlns:xhtml="http://www.w3.org/1999/xhtml"
in<urlset>
and render tags like the following as child of<url>
:I can imagine two ways how this could work with a multilang plugin (kurtsson/jekyll-multiple-languages-plugin#68 for example).
_config.yml
to read out for this.I have to think about how to render the concrete routes, too.
Which route would the @jekyll team prefer? I am willing to refresh my Ruby skills to address it :)
The text was updated successfully, but these errors were encountered: