1
I am interested in SEO at the moment and i have an idea for my website. Now i need to know, is it possible to make that.
Ok, let's begin. My theme.html file has these lines:
meta name="description" content="xxx";
meta name="keywords" content="xxx";
I think you know why it's needed. But i want to have individual keywords for every page. So, if i will remove these lines from my theme.html and add keywords to each page personally, will it work? For example, on index.php i'll add one description and keywords, on article.php (News module) - another, and so on.
If it will work, when article.php will have keywords, they will be the same for all the articles, right? Because every story uses article.php as main file.
Any comments?