Skip to content
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

Focus Keywords Unavailable #427

Open
springboynick opened this issue Aug 19, 2022 · 4 comments
Open

Focus Keywords Unavailable #427

springboynick opened this issue Aug 19, 2022 · 4 comments

Comments

@springboynick
Copy link

All entries whether single or channels are showing focus keyword unavailable

Additional info

  • Craft version: 4.2.1.1
  • SEO version: 4.0.3
  • PHP version: 8.1.6
  • Database driver & version: MySQL 10.1.48
  • Other Plugins: redactor and freeform
@joomkit
Copy link

joomkit commented Sep 4, 2022

Same here Craft 4

@glenwith1n
Copy link

Same here in Craft 4 - The Craft 3 fix of - isn't working in Craft 4

@JoelBeer
Copy link

JoelBeer commented Oct 2, 2022

I've got the same, digging into the Craft 4 Core and the plugin, it looks like the preview targets are not being set. Based on crafts docs I look like you might need a Pro account to access the multiple preview targets.

src/fields/SeoField.php ln:190

if ($section) {
  $hasPreview = !empty($section->previewTargets) && $previewAction !== null;
  $isSingle = $section->type === Section::TYPE_SINGLE;
}

Craft 4 Preview target docs
https://craftcms.com/docs/4.x/entries.html#entry-uri-formats

@gleerman
Copy link

Bumping this issue because @JoelBeer 's analysis of the issue seems accurate.
Couldn't SEO keywords be available regardless of the Craft licensing type?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants