Developer forum

Forum » CMS - Standard features » Updating Page.PageDescription and Page.PageKeywords

Updating Page.PageDescription and Page.PageKeywords

Lars Larsen
Reply

Hi,

I want to set the fields Page.PageDescription and Page.PageKeywords to NULL for all pages on a Dynamicweb 8.0 website. Therefore I did an update directly in the database:

UPDATE Page SET PageDescription=NULL, PageKeywords=NULL

The two fields are now set to NULL. But when I look at the Properties for a page the two fields Meta-Description and Meta-Keyword(s) still contains content! Why is that?? And how can I delete the content in these two Meta fields?

 


Replies

 
Vladimir
Reply
This post has been marked as an answer

Hi Lars,

I suspect that you see these fields from Website properties (Area table)

 

Best regards,

Vladimir

 

Votes for this answer: 1
 
Lars Larsen
Reply

Hi Vladimir

No it's not from Website properties. It's the properties on a page (please see attached screenshot).

/Lars

Capture.JPG
 
Vladimir
Reply

 

Hi Lars

 

I meant that when these page fields are empty, they will filled with values from Website properties.

Best regards,

Vladimir

 

 

 
Lars Larsen
Reply

Hi Vladimir,

Arh now I see what you mean. I therefore removed the meta- description and keywords from the website properties. Thanks :-)

 

You must be logged in to post in the forum