You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
Hello! I'm running into an interesting issue when using SEOmatic Template meta with entries that have a postDate in the future.
My SEO title looks like so {title} - Site Name Here However, the {title} tag isn't displaying anything on posts that aren't live.
I know that by default, craft doesn't set the entry variable when you're trying to view a pending entry. I had to do some funny stuff with custom routes and manually setting the entry var using a slug.
Is there some other way that I can let SEOmatic know what entry it should be using?
The text was updated successfully, but these errors were encountered:
Hrm, I'm really not sure on this one. When the entry actually goes live (when it matters), it should work as expected. I'll keep this open as I look into some way to handle it.
I'm having a similar issue as @joshuapease. I have a Section that uses publish/expiry dates to determine programmatically how they are shown on the site, but they are never completely removed or invisible, even when expired. The end result is that "expired" entries don't pull Template Meta or Entry Meta.
As an example, the title of an 'expired' entry should still be Entry Title - Site SEO Name, but it comes out Site SEO Title - Site SEO Name. (I say should... rather, I wish it would.)
@khalwat - We use the "Live Preview" functionality in Craft to see what future posts are going to look like, we always see the "default" seo title meta where we should see the posts' title, just an inconvenience for us. Is there an ETA for this feature request?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello! I'm running into an interesting issue when using SEOmatic Template meta with entries that have a postDate in the future.
My SEO title looks like so
{title} - Site Name Here
However, the{title}
tag isn't displaying anything on posts that aren'tlive
.I know that by default, craft doesn't set the
entry
variable when you're trying to view apending
entry. I had to do some funny stuff with custom routes and manually setting the entry var using a slug.Is there some other way that I can let SEOmatic know what entry it should be using?
The text was updated successfully, but these errors were encountered: