-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
After add SeoMeta to page, page title is not displayed #16408
Comments
Can't repro with latest |
Thanks for reply. |
We triaged this issue and set the milestone according to the priority we think is appropriate (see the docs on how we triage and prioritize issues). This indicates when the core team may start working on it. However, if you'd like to contribute, we'd warmly welcome you to do that anytime. See our guide on contributions here. |
It seems that this issue didn't really move for quite a while despite us asking the author for further feedback. Is this something you'd like to revisit any time soon or should we close? Please reply. |
I have a bilingual site, one of its languages is Farsi (right to left), if possible, check this mode as well. |
Please provide precise reproduction steps with a vanilla 1.8.3 app, or better, the latest source from main. |
It seems that this issue didn't really move for quite a while despite us asking the author for further feedback. Is this something you'd like to revisit any time soon or should we close? Please reply. |
Closing this issue because it didn't receive further feedback from the author for very long. If you think this is still relevant, feel free to reopen it with the requested details. |
Describe the bug
Hi,
I am using version 1.8.3 of the software. After add SeoMeta to page, page title is not displayed on browser tab.
Page title in settings:
{% page_title Site.SiteName, position: "before", separator: "|" %}
Orchard Core version
1.8.3
To Reproduce
Add SeoMeta part to Page ContentItem
Expected behavior
The title of the page should be displayed correctly and in the following format or the meta title should be used instead of the page title:
{% page_title Site.SiteName, position: "before", separator: "|" %}
The text was updated successfully, but these errors were encountered: