Zoom Search and dropped meta tag

I'm using the Zoom Search engine with my Web help and I like
it very much. I'm now trying to use Zoom's category feature. I
can't base the categories on the url, so I'm using the zoom meta
tag instead. However, when I go to publish the Web help, RoboHelp
seems to have a bad habit of dropping the Zoom meta tag, thus
rendering my categories useless.
I can always go back into the individual .html files
afterwards and re-add the Zoom meta tags, but this is kind of a
tedious process. So I was curious if anyone out there found a way
to stop RoboHelp from dropping my Zoom meta tags or at least found
a simpler, less-time-consuming work around?
Thanks in advance.

Hi Moranis
In addition to what Leon offered up, I've noticed that
RoboHelp was eating (dropping) one of my own favorite meta tags
that I use quite often. My tag was one used to redirect. And I
later discovered that if I took care to place the tag lower in the
list of meta tags, it left it intact. So now I ensure that when I
add it, it's the last one in the list. Since doing this, RoboHelp
seems to leave it alone.
Note that it may not need to actually be last, but certainly
it was a problem if it was among the first three or four.
Not sure if this will help in your situation, but it may be
worth looking at.
Sincerely... Rick

Similar Messages

  • Description and keywords meta tags

    Hello,
    Could you tell me if it's possible to create HTML output of an ADF page, that has "description" and "keywords" meta tags in the head? Something like:
    <meta name="keywords" content="adf jdeveloper description keywords meta tags">
    <meta name="description" content="This is a short description of text on a imaginary page">
    I know the SEO results may not be great, but I'd still like to use it, just to make it as good as possible for search engines.
    Greetings,
    Daan Horn

    Daan,
    Sorry for the oversight.
    [url http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/jsf/doc/tagdoc/core/document.html]Tag documentation for af:document says that af:document has a facet called "metaContainer" which emits the meta tags. I didn't see any examples or have time to test, but you can certainly try putting the meta tags in that facet.
    Update: all of the examples I can find show how to inject javascript into the metacontainer, but it should give you an idea how to do it for <meta> tags. [url http://www.oracle.com/technology/products/jdev/tips/fnimphius/increase_css_and_javascript_performance.html?_template=/ocom/print]Here'surl one such example I found via Google.
    Best,
    john

  • Zoom, drag and drop in a movie clip

    if zoom a movie clip...i want drag and drop the mc...and also don't go the mc outside the screen..pls help me...:(

    To drag within a limited area you use the startDrag() method, defining a rectangle to limit how far the object can be moved in any direction.  The startDrag is normally executed when a MOUSE_DOWN event occurs for the object that is to be dragged.  A MOUSE_UP event is what is used to trigger a call to the stopDRag() method, whereby the listener for that is usually assigned to the stage.
    Search Google for a tutorial using terms like "AS3 drag drop tutorial" if you need detailed coding help to get started.

  • Search and Replace XML TAG using JAVA

    Hi All,
    I have an XML file, say RESULT.XML Which has about 30000 Lines (yes Thirty Thousand ). For some reason i need to replace an existing tag with a different tag(not the value inside the tag, But the tag itself) . I am facing a challenge. I will explain it as below.
    I have a csv file which has 2 values as given below
    <VALUE A> , <VALUE B>
    where <VALUE A> is an existing node in the RESULT.XML and <VALUE B> is the node that should replace <VALUE A> in the RESULT.XML
    i have 500 such entries in the file.
    Now i need to write a program to read the csv file, Search <VALUE A> in the RESULT.XML and Replace it with <VALUE B> of the csv file.
    please let me know how do i start with this.
    I really want to fix this issue.
    Existing Node = <Product ID="role (contact) 3" UserTypeID="Product Number">_
    To be changed to = <Product ID= role (contact)3" UserTypeID="Product Number">_
    please reply if you need any further information
    Thanks in Advance
    Manzoor

    Sounds like a job for XSLT or Perl not Java though it can be done in Java. In Java I would initially try
    1) Read the csv file using one of the many free CSV parsers and build a Map<String,String>.
    2) Create a Rewriter using the map keys as targets and use the map values as replacements.
    3) Read the XML file line by line and process each line with the Rewriter.
    4) Save each line to an output file.
    For a one-off task this would probably serve but it could prove very slow if you need to run this on a daily basis.

  • Need to create a procedure whic h search and drop tables from the db.

    Dear Gurus,
    I need to create a procedure, which first checks the tables and then drop those tables if find in the database. For example, I have 5 tables, then my procedure should first checks the existence , then drop all those 5 tables from the database. Actually, I have to attach this procedure to report buildeer, so please keep in mind the above mentioned scenario. Your input will be highly appriciated.
    hare krishna
    Alok

    Dropping 5 tables each time user hits the report!!! (According to my understanding)
    I would like to share my experience. My group developed many complex reports, we used oracle jobs to run the complex queries time to time, according to our business requirements and stored the result in a final table. Just for viewing at front end level, we used a simple select statement.
    -aijaz

  • Help on meta tag and pagr description

    how / where to write meta tag and page descriptions on
    dreamwaver 8
    i'm currently can't find where to write down my key words and
    descriptions on the meta tag and page description place on
    dreamwave . please advise step by step as i'm a beginner
    thanks in advance
    you can e-mail me at : [email protected]

    The code you show *already* has a keywords and description
    META tag in
    place. So - what is your question? You would either modify
    the currently
    existing ones or replace them with new ones. And the keywords
    meta is
    pretty useless as has already been suggested.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Mostafa Mosbah" <[email protected]> wrote
    in message
    news:ghttgr$nbf$[email protected]..
    > its okay i understand the real benefits of key words and
    page description
    > , but
    > my question is regarding where to place my key words and
    description on
    > the
    > page i'm designing on dreamwaver 8
    > i have seen a website that shows this :
    > <HEAD>
    > <TITLE>This is the Web Page Title. This will
    appear on your
    > SearchSight.com
    > Listing</TITLE>
    > <META name="description" content="This is where you
    place your web page's
    > description. This will appear on your SearchSight.com
    listing.">
    > <META name="keywords" content="place, your, keywords,
    here, separated, by,
    > commas">
    > </HEAD>
    >
    > but i don't know where to find them on my page i'm
    designing now
    >
    > thanks in advance
    >

  • Meta Tag Placement in pages created from a template

    I am updating a site and want to make sure that I place my meta tags correctly in individual pages created from a template. Can you tell me if my placement is correct?
    Below is code I added to my template:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- TemplateEndEditable -->
    <!-- #BeginEditable "metatags" --> <!-- #EndEditable -->
    <style type="text/css">
    <!--
    body {
    Here is what a page I created looks like after adding the meta tags:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/2011 Main .dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Long Island, NY, 11550 Music Dance  Art &amp; Drama Lessons</title>
    <!-- InstanceEndEditable -->
    <!-- #BeginEditable "metatags" -->
    <meta name="keywords" content="piano lessons, guitar lessons, drum lessons, flute lessons, violin lessons, afterschool performing arts, voice lessons, singing, saxophone, trumpet">
    <meta name="description" content="Information about Young Musician Institute's Afternoon Arts Program for piano, guitar, drums, violin, viola, trumpet, saxophone and cello">
    <!-- #EndEditable -->
    <style type="text/css">
    <!--
    body {
    As usually, Begin and end editable sections are grayed out, and the meta tag names are blue according to my scheme so I think I am doing it correctly, however, I want to be sure before submitting it to google incorrectly. Can you tell me if I am correct?
    Thank you

    for clarification, are you saying that I could have put them on the line after:
    <title>Long Island, NY, 11550 Music Dance  Art &amp; Drama Lessons</title>
    Yep.
    Second, adding these meta tags actually did help the ranking of this company. They were not listed before I did this on their old site. They were on page 1 of their category hours after I did this for them.
    I think it's just coincidence.  However, for sure it wasn't the keywords that did that, since those are just ignored (the meta keywords contents, not the meta description contents).
    what are the search engines looking for? I want to make sure to design with those things in mind.
    They are looking for semantic content on the page.  That means the contents of tags like <title>, <h1>, <h2>, <h3>.  That also means (derived) keywords contained in content 'above the fold', and in filenames, in links, in title and alt attributes.  In other words, search engines want to rank your pages based on *real* meaning of the contents of the page, not on some arbitrary listing of keywords that you place in a meta keyword tag.
    Search engines also pay lots of attention to INCOMING links from other well ranked sites....

  • Drag and Drop objects in web app

    Hi all,
    I have a web application in which i have an option to delete the listed items. now i have to place an image of recycle bin on the webpage and to give the utility of delete operation by only dragging the object from list and droping it into recycle bin. How can i do this? Is there any body who have already done this? Any reply will be welcomed.
    And guys no reply for my validation and 'scope' questions.
    Thanx in advance.

    http://www.googleisyourfriend.com/search?q=javascript+drag+and+drop&meta=

  • Can't get a web page to validate with meta tags with w3c??

    I have created a website for my school projects, and every week I have to add something to it for the course, and every monday I have to submit my code in a zipped folder to the professor, after running it through the w3c validation page, and passing, This current week, I was instructed to swork on SEO for my site, and add meta tags to the site to fish for traffic, and then I have to validate it through w3c and submit. Well, I did not complete this because w3c would not validate my page until I removed every single meta tag from the code, and I cannot for the life of me understand the error that is holding me back. So, in an effort to see if I could get some help here, I have included my code, and will try to explain what is happening and the code as well as the error from the validator service. Please have a look, help me, because I am totally lost here....
    Thanks in advance!!
    zlloyd1
    This is my code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>zlloyd on the web</title><meta name="" content="Zachariah Lloyd, basketball, computers" /><meta fttp-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <link rel="stylesheet" type="text/css" href="stylez.css" />
    </head>
    <body><div id="container"><h1>ZLLOYD ON THE WEB</h1> <div id="navbar"><a href="about.html">About me</a> <a href="OceanView.html">Ocean View</a> <a href="swimming.html">Swimming</a> <a href="gaming.html">Gaming</a> <a href="BBall.html">Basketball</a></div><div><a href="gaming.html"><img src="images/Gaming-Desktop-Configuration.jpg" width="107" height="239" alt="console" /></a><a href="BBall.html"><img src="images/300px-Basketball_pictogram.svg.png" width="82" height="76" alt="BallinGuy" /></a><a href="swimming.html"><img src="images/swimming.jpg" width="100" height="237" alt="Strokin" /></a></div></div>
    <a href="contactsupport.html">Support </a>
    </body>
    </html>
    and this is what w3c says when I try to validate the page:
    Line 5, Column 131: there is no attribute "fttp-equiv"
    …mputers, swimming" /><meta fttp-equiv="Content-Type" content="text/html; chars…

    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
    What in the world does this mean, because I am seriously lost on this, and the only way I could get around this was to completely remove the entire line, "<meta name="" content="Zachariah Lloyd, basketball, computers" /><meta fttp-equiv="Content-Type" content="text/html; charset=UTF-8" />", which removed all of my meta tags completely, in order to validate it?? I cannot see what is setting this thing off like that, I have never gottena validation error before, and I now know that they are written as meaningless gibberish that does not even remotely explain what is wrong, at least not to me....
    Please help!!!!

    Line 4 and line 5 are trying to do the same thing. Take out the
    <meta fttp-equiv="Content-Type" content="text/html; charset=UTF-8" />
    line entirely and you will be good.

  • How do I add multiple scripts from search engines to my meta tag properties?

    I currently have copied the goolge script for website varification and analytics, etc and pasted it into my meta tag properties dialog box. There is no problem as far as Google varifying the page. However, I would like to copy Bing's search engine script into my meta tag in addition to Googles script. How do I go about doing this? Do I hit the return on my keyboard under the ending of Googles script, then paste in the Bing script?
    The the last part of the Google script ending in this:
    </script>
    (paste new script from Bing here?)
    Will this cancel out each other and cause problems?
    Can someone walk me through this process, because Bing's search engine will not varify my site through two of the three other methods.
    Ben

    Adding a script after the closure of previous script is the way to go i.e. right after the </script> tag.
    So it should look something like below:
    <script>
    Google's script
    </script>
    <script>
    Bing's script
    </script>
    Cannot comment on one interfering with the other since it really depends on what exact code is there in the scripts. Google and Bing help resources will be able to help more with this.
    Thanks,
    Vikas

  • Are the META tags in a pdf file visible by search engines?

    I have several hundred newsletters in pdf format on a website.
    I am in the process of entering META tag information (title,description,keywords) through the Properties panel of each pdf file. Is this information that will be visible by search engines in a WordPress site?
    I ask, because every post in WordPress has a place to enter keyword tags. The problem I'm having in WordPress is that every post shows the tag information rather than making it invisible. If the properties information in the pdf file does the same thing, I won't bother with entering it again in WordPress.
    Thanks to anyone who might have insight into this question.
    Many thanks!

    It is a high order probability that your SQL's report generator is creating the PDF, not Acrobat (which by design and EULA cannot be used in as/with server).
    That the report generator outputs to an old-old version of PDF bears this out.
    Wiki articles on PDF are very nice for those high level intro summaries.
    To know / understand PDF you purchase and study the ISO Standard for PDF (ISO 32000-1:2008).
    Rather than "PDF validation" you may want to consider addressing the appearent root cause of the problem(s).
    You can change the email2fax application to one that can deal with older PDF versions.
    You can change the report generator to one that can output to the ISO Standard.
    (Perhaps the in-use application can be configured to output to the current version of PDF (i.e., the ISO Standard).
    Be well...

  • CS3 templates and meta tag -

    Hi,
    Just wondering what would be the best way of getting a
    description meta
    tag in the pages of a templated site. Should it be in the
    .dwt file or
    in the page itself? What code do search engines see on a
    template page?
    Thanks for any input.
    Fred

    On Wed, 13 Aug 2008 11:07:20 -0700, FredB
    <[email protected]> wrote:
    >Hi,
    >
    >Just wondering what would be the best way of getting a
    description meta
    >tag in the pages of a templated site. Should it be in the
    .dwt file or
    >in the page itself? What code do search engines see on a
    template page?
    >
    >Thanks for any input.
    >
    >Fred
    Your template file needs not be on the server, only on your
    development machine - so search engines do not see your
    template.
    but if you create a template using File | new | Blank
    Template it will
    typically produce this code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    </head>
    <body>
    </body>
    </html>
    you should immediately put the <meta name="Description"
    content="put
    your description here " />
    in the editable region of your template :
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="head" -->
    <meta name="Description" content="put your description
    here " />
    <!-- TemplateEndEditable -->
    </head>
    <body>
    </body>
    </html>
    then it can be changed on each and every page - which it
    should be of
    course
    ~Malcolm~*...
    ~*

  • Meta Tag or Search Engine related?

    Most SE results only search and show what's in the
    Description or Title meta tags. Do I need to do something specific
    where the search engine will search the CONTENT of the pages,
    rather than what's in the Meta tags, or is this just a trait of how
    some search engines work? Thanks!

    Precisely! And that's why I was careful to not refer to it as
    such: "Title
    and Description tags"
    Walt
    "Murray *ACE*" <[email protected]> wrote
    in message
    news:eo11lg$fk6$[email protected]..
    > Ain't no such as a title meta....
    >
    > --
    > Murray --- ICQ 71997575
    > Adobe Community Expert
    > (If you *MUST* email me, don't LAUGH when you do so!)
    > ==================
    >
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    > ==================
    >
    >
    > "Walt F. Schaefer" <[email protected]> wrote
    in message
    > news:eo11d9$fai$[email protected]..
    >>> Most SE results only search and show what's in
    the Description or Title
    >>> meta
    >>
    >> Nonsense! the SEs search all the text on the page
    but display the
    >> contents of the Title and Description tags. Some
    display a portion of the
    >> first text on the page in lieu of the Description
    tag. But to suggest
    >> they only search those tags is just plain wrong.
    >>
    >> Walt
    >> "MAGandD" <[email protected]> wrote
    in message
    >> news:eo10qn$elq$[email protected]..
    >>> Most SE results only search and show what's in
    the Description or Title
    >>> meta
    >>> tags. Do I need to do something specific where
    the search engine will
    >>> search
    >>> the CONTENT of the pages, rather than what's in
    the Meta tags, or is
    >>> this just
    >>> a trait of how some search engines work? Thanks!
    >>>
    >>
    >>
    >
    >

  • Meta tags for search engines needed only to homepage mainly ?

    meta tags for search engines needed only to homepage mainly
    ?

    .oO(123polis123)
    >meta tags for search engines needed only to homepage
    mainly ?
    A title and maybe a meta description belong to every single
    page. But
    much more important is usable and properly structured
    content.
    Micha

  • Header Tags, Meta Tags, Google Search

    Hi, just started using iweb 09 for the very first time, everything is common sense and easy to use but i've been pondering on how to add a header tag or a meta tag where a search engine such as google, yahoo or bing can find my website based on keywords i'd like my site to come up under. Any comments would be appreciated, thanks.

    Have a look at the SEO section of iWeb for Musicians starting here.....
    http://www.iwebformusicians.com/SearchEngines/SEO.html
    There's an instructional movie on this page to help you use the freeware iWeb SEO Tool...
    http://www.iwebformusicians.com/SearchEngines/Tags.html
    To find out about the latest method of getting your sitemap verified with Google there's a little movie on this page....
    http://www.iwebformusicians.com/SearchEngines/Verify.html
    "I may receive some form of compensation, financial or otherwise, from my recommendation or link."

Maybe you are looking for