Hello does anybody know how can I set different metatag and descriptions per pages... at this moment having a unique metataga and description in the entire site it is not SEO friendly....
I recently been playing around with this too. I do agree all pages with the same site title, keywords, and description is not the most seo friendly. I can't commit to it right now, as I am involved with a few other projects, but I have played around with including a separate header.html for each page with it's own title, keywords, and description. I do need to spend more time on it yet, but this would be a major plus for the search engines.
Why all 100 of your pages have the same title, keywords, see more and description is beyond me. And google frowns on this, if there was a more friendly easier way to adjust each page that would make them more google friendly would be so much nicer.
I will work on my own modification for this in my spare time, but I have a number of other jobs to complete before I can even begin to take a look at this.
Now that dolphin uses search engine friendly urls for profiles, all my members profiles are indexed in google but with the same description and title on every page. If anyone can come up with a mod for this where we can set descriptions and title tags. for individual pages via admin panel, I would be one of the first to buy it. this is quite a big issue which I have been commenting on for quite a while.
You can paste meta tags directly to all template page html files in templates/tmpl_uni/ folder. But don't forget to delete next 2 lines in templates/base/_heade.html file
There should be a more dynamic way to fill the metas, titl, keywords and description. We are going to have multiple pages in different languages. Its not possible to create a template for each page and language too. How about a pages_meta table in the database wich takes for each personal page number a set of metadata... for the next version maybe. greets
I messed with this a little, only a few minutes I will mess with it more in my spare time. But I think one might want to use caution and make sure they understand what all .html pages are in tmpl_uni folder as to properly edit them.
Make sure you don't accidentally strip some things you didn't intend to.
But it certainly an idea and something to play with.
I have the idea that the snippet of the profiles in google are two or three lines of the description of the profile!!!!!!! But how???? can somebody help? I can not understand why such importand and basical thing like different meta description can not be handle. This is basic SEO!!!!!! Duplicate content is very bad!
Why all 100 of your pages have the same title, keywords, see more
<meta name="description" content="__meta_description__" />
<meta name="keywords" content="__meta_keywords__" />
Make sure you don't accidentally strip some things you didn't intend to.
But it certainly an idea and something to play with.
Thanks for the suggestion and thought LeonidS.
I have the idea that the snippet of the profiles in google are two or three lines of the description of the profile!!!!!!! But how???? can somebody help? I can not understand why such importand and basical thing like different meta description can not be handle. This is basic SEO!!!!!! Duplicate content is very bad!