Hello, I am a total ee novice - I recently did an EE SEO tutorial at seo tutorial where we added a custom weblog field “keywords” and then added this to the template header:
<meta name="keywords" content="{exp:weblog:entries}{keywords}{/exp:weblog:entries}" />This worked for getting a new keywords field to appear in the posts, and it shows up when I view source.
Now, I have 2 other weblogs that I want to add it to but it doesn’t show up in the source - when I added the keywords field to these weblogs, I had to name it something different since keywords was already taken, so I called it keywords3 which I added to “home”
I tried just adding {keywords3} but it did not work {exp:weblog:entries weblog="homes"} {keywords3}{/exp:weblog:entries}
(because the weblog is called homes)
That did not work either!
I think the “homes” weblog has a module/extension installed because it is a homes list for real-estate - this may have php code that is interrupting the keywords from working.
It looks like this Homes
So I’m not sure what the proper code is to make it show up.
What should I do?