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

SiteDefaults are not localizable #289

Open
svdigital-development opened this issue Aug 24, 2023 · 5 comments
Open

SiteDefaults are not localizable #289

svdigital-development opened this issue Aug 24, 2023 · 5 comments
Labels
enhancement New feature or request

Comments

@svdigital-development
Copy link

SiteDefault ("/seo-pro/site-defaults/edit") are NOT localizable.

Blueprint sets some of them (ie. Meta Title, Meta Description, Site Name) as such, but actually it's impossible to translate them.

Furthermore, the yaml file where this data is saved (at least according to the default of the seo-pro config) is located in /content/seo-pro.yaml. This effectively prevents the possibility of locating its content.

The file should be saved in a dedicated folder within /content, e.g. /content/seo-pro/, in which the file is saved in the different sites, e.g. /content/seo-pro/default/seo-pro.yaml, /content/seo-pro/french/seo-pro.yaml, /content/seo-pro/german/seo-pro.yaml...

The SiteDefaults class should therefore handle the "cascade" of the values starting from the "default" locale and adding/overwriting the values of the selected locale.

Finally, the form to use I think should be the one used eg. in Globals, where the field to select the Site is next to the "Save" button above the form, on the right.

@mattmultiplied
Copy link

mattmultiplied commented Sep 19, 2023

We're having the same issue, all the fields say localisable but they're not. This is also the case for the section defaults too.

@Swennet
Copy link

Swennet commented Dec 20, 2023

Same here! +1

@rubzie
Copy link

rubzie commented Dec 21, 2023

This can actually be quite important, we're now content editing a dozen (sub)sites next to an already live main site. Al the sub sites are indexed by Google already, which is causing big problems for SEO of course... We wanted to set them to noindex but that caused all sites to be noindex, panic ensued... 🫨

@johannitsa
Copy link

+1 Same here

@jesseleite jesseleite added the enhancement New feature or request label May 13, 2024
@jesseleite
Copy link
Member

Some site default values can be localized using the From Field option, and referencing another localizable field. But admittedly this isn't an option for things like 'Site Name'.

image

I realize this is a long-standing issue, but just wanted to say that we definitely have plans to improve multisite support in SEO Pro 👍

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

Successfully merging a pull request may close this issue.

6 participants