/**
  * @test
  */
 public function getSeotitleReturnsInitialValueForString()
 {
     $this->assertSame('', $this->subject->getSeotitle());
 }