Despite the fact that I’ve followed Joe’s SEO helper videos to the letter, I still get the alert message in the previews for all the pages.
[Warning] Found dup meta tag with name/property of"description" (stacks_page_page14.js, line 14)
[Warning] Found dup meta tag with name/property of"robots" (stacks_page_page14.js, line 14)
const checkMeta = name => {
if (ignore.indexOf(name) != -1)
return;
if (props.hasOwnProperty(name)) { console.warn(Found dup meta tag with name/property of"${name}");
metaUI.classList.add(“show”);
} else {
props[name] = true;
}
};
I wonder if this isn’t due to the host company.
Any idea for this ?
While Joe is welcome to offer support to his customers on our forum, he doesn’t seem to be doing so any longer, so if you have questions about any of his products it’d be best to reach out to him directly via his support page, or on his community forum.
With that said, if I remember correctly, if you are using his SEO Helper stack, you wouldn’t want to fill in any of the SEO stuff in RapidWeaver’s Page Inspector, such as the Meta Description field, or Meta Robots checkboxes.
Hi @dang ,
Thank you for your answer.
First, I was using the RW SEO embedded tools, but when I added the SEO helper stack, I disabled them all following Joe’s videos, so the pannel you point to looks like:
I thought that some relics might have remained on the server and to test this, I deleted the data (Cyberduck) of some pages directly from the root of my site at the host. Unfortunately this didn’t change anything. I’ve contacted the host, but it doesn’t look like it’s coming from them. I’m still waiting for confirmation.
As I said, it’s not critical, it’s rather nice to have, but I’m going to contact Joe anyway.