# Why do I not get metadata in my page headers
Also known as…
# I’ve added a Copyright (Artist, …) directive but I do not see it in the output]
By default ChordPro only includes the song title and subtitle in the headers/footers of the PDF output.
You can configure the headers and footers in the config file.
For example, to get the copyright in the footer on the title pages:
pdf.formats {
// The first page of a song has:
title.footer : [ "%{copyright}", "", "%{page}" ]
first.footer : [ "%{copyright}", "", "" ]
}