Decide the default Title system for each blog.
Are you going to show the student name? First name only?
We have gone with Name @ Name of School
For multiple blogs the naming system must be absolutely consistent
We have gone with schoolinitials+firstname+firstletter
ie pes+firstname+firstletter
This super Admin user will 'own' the blogs. This way management have access to them at any time. When students move from class-to-class over the years the blog can be easily accessed. And of course if anything unpleasant happens the school can take charge of the situation quickly.
If you are a Google Apps for Education school, then yes, do create an email account inside your school domain eg blogowner@myschool.school.nz
Student name, email address, class, year level etc
Create the blog URL on THIS spreadsheet
Tip: use the formula Nevyn Hira has written for us to automate the URL creation quickly and , more importantly, accurately
Blogger Spreadsheet from KPE TV on Vimeo.
Decide if you are going to manage the blogs manually or
Are you going to investigate Teacher dashboard for your school and have posts and comments displayed in a Teacher Dashboard Tab?
This video may explain this a little more
Formulas
Creating the blog title
=A2&" @ example school" takes whatever is in the cell A2 and adds it to @ example school
Creating the blog address URL Creation
=lower(CONCATENATE(“schoolblogprefix”,A2,left(B2,1),”blogspot.com”))