Wish to add Metadata Tags like I can add MS Property Tags in WORD

J

Jim Keebler

Here is an example of a metadata tag that MS Word 2003 automatically inserts
<meta name=ProgId content=Word.Document>

Here is an example of a metadata tag I want to insert via MS Word
<META NAME="date.created" LANG="EN" CONTENT="2005-12-13" />


The MSDN and TechNet KB only has information on Metadata removal.
I need to insert Metadata Tags, similar to the way you can insert Microsoft
Property Tags currently.

If this feature/function is not currently available in MS Office 2003, will
it be available in Office 2006 (12).

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/com...-5222af6ca235&dg=microsoft.public.office.misc
 
B

Bob Buckland ?:-\)

Hi Jim,

In the example you used Word uses the information to help it determine if it should open the .HTM file in Word or in Internet
Explorer.
http://support.microsoft.com/kb/294713/en-us?FR=1

Custom document properties end up in XML notation, such as
<o:Keywords>MY KEYWORDS</o:Keywords>
within the source of the web document, rather than in a meta tag.

MS's recommended approach is to use MS Office FrontPage. To add meta elements to a Word document you can use Tools=>Macros=>MS
Script Editor (an optional Office 2003 installation item) and put your meta elements in there, for example

<meta name=date content="12/31/97">

Position the element after this portion of the <head> section of your Word web document (if not then the script editor/Word will
move it there anyway when you save <g>)

</style>
<![endif]-->

As far as Word 12 goes, at this point may be too early to tell. You may want to check one of the Word/Office team blogs on
http://blogs.msdn.com for postings or to ask the MS folks directly there.

========
Here is an example of a metadata tag that MS Word 2003 automatically inserts
<meta name=ProgId content=Word.Document>

Here is an example of a metadata tag I want to insert via MS Word
<META NAME="date.created" LANG="EN" CONTENT="2005-12-13" />


The MSDN and TechNet KB only has information on Metadata removal.
I need to insert Metadata Tags, similar to the way you can insert Microsoft
Property Tags currently.

If this feature/function is not currently available in MS Office 2003, will
it be available in Office 2006 (12). >>
--
Let us know if this helped you,

Bob Buckland ?:)
MS Office System Products MVP

*Courtesy is not expensive and can pay big dividends*

For Everyday MS Office tips to "use right away" -
http://microsoft.com/events/series/administrativetipsandtricks.mspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top