So I'm just starting to use dynamic meta data for my websites. I've been told that adding a different meta title and description per page is strongly recommended.
What is the correct way to do this?
Should it be something like this:
Home page title meta -> My Website Name
Home page desc meta -> Summary of my website.
Different page title meta -> Page name
Different page desc meta -> Description of current page.
As well as that, is there a recommended naming convention for the title?
e.g.
Home page title mega -> My Website Name
Different page title mega -> My Website Name | Page Name
or
Home page title mega -> My Website Name
Different page title mega -> Page Name
I assume there's a standard for this rather than whatever the developer decides is best. Any ideas/suggestions?