* @param bool $update_meta_desc 
	 */
	MetaManagerDataDecorator::set_update_meta_desc(1);
	
	/**
	 * Set MetaDescription length
	 * Use 0 to limit the length by SS default 255 chars
	 * @param int $meta_desc_length (max 255 by SS default) 
	 */
	MetaManagerDataDecorator::set_meta_desc_length(252); 
	
	/**
	 * Set wether to update the MetaKeywords
	 * @param bool $update_meta_keys
	 */
	MetaManagerDataDecorator::set_update_meta_keys(1); 
	
	/**
	 * Set the amount of keywords to insert in the MetaKeywords field
	 * @param int $keyword_amount 
	 */
	MetaManagerDataDecorator::set_keyword_amount(15);
	
	/**
	 * Set the minimum wordlenght for MetaKeywords
	 * @param int $min_word_char 
	 */
	MetaManagerDataDecorator::set_min_word_char(4);
	
	/**
	 * Set the words to exlude seperate with comma e.g: the, at, when, etc