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
I have less concerns about performance on this than the sitemap: this is only storing the content object once, the sitemap notification event was potentially tracking hundreds of content objects.
The text was updated successfully, but these errors were encountered:
I'm migrating a legacy site that already has a lot of checkboxes for things like "Hide from sitemap", "MetaDataTitle", "ExcludeRobotsCrawl" etc. Although the correct way would be to use the native SeoToolkit settings for these, there are hundreds of pages. It's easier to hook into the metadata event and set the values based upon the content node, than it is to republish or migrate the content.
Same as issue #144, I would like to have access to the content node in the metadata notification events.
My use-case looks like something like this (our region handling is a hack, not the official way):
I have less concerns about performance on this than the sitemap: this is only storing the content object once, the sitemap notification event was potentially tracking hundreds of content objects.
The text was updated successfully, but these errors were encountered: