RSS - 'META' tag not closed

Hi there,
Another newbie question for everyone. I created my own RSS
feed in cf and, to my surprise, it seemed to work. I tested it
locally, tweaked it to my needs, and then when I uploaded it to the
main site, it blew up. Here's the message the feed gave:
The following tags were not closed: META.
Line: 0 Character: 0
Hrmm, great. So it worked, sans message, locally, and then
choked up in the big pond. My first thought is that it's a problem
with my web server. Being new to this and not all that hardcore,
that leaves me in a bit of a fix as I have no clue how to deal with
a . Two questions. 1) Is this a common problem, and if so how do I
resolve it? Please be detailed, if possible :) 2) Is there an
easier way to set up a feed? See my code below for the fruit of my
mucking about.
Thanks in advance.

The following tags were not closed: META.
I think you used no license product, it will add this tag on
the top of
your page
<META NAME="ColdFusionMXEdition" CONTENT="ColdFusion
DevNet Edition -
Not for Production Use.">
Be carefull!!!!! That's the reson why you have that error
It sounds like Droopers got the answer s/he needed. But for
archive
purposes, there is another reason that one can get a result
like this.
It happens if one has IIS security configured on the resource
generating
the RSS/webservice XML. When one access the resource directly
it works
correctly because the user's creditionals are provided. But
when
accessed remotely without these creditionals, a HTTP error
page is
returned and this error page is not valid XML and this type
of error is
reported.

Similar Messages

  • Base meta tag not working

    We have a trial version of Dreamweaver CS3. Up to this point,
    we've been using MS FrontPage.
    We have a standard meta tag in our header that looks like
    this:
    <BASE HREF="
    http://myURL/">
    This code allows the page to complete relational links so
    that, for instance, our styles from our stylesheet are brought into
    the page while we're editing it. However, while this code works
    fine in FrontPage, it isn't working in Dreamweaver. We have to use
    absolute paths to link to all images, media, linked pages, etc.,
    for Dreamweaver to render them.
    I should add that when we edit pages, they are on a server
    that isn't a web server (no IIS). But this lack doesn't bother
    FrontPage.
    Anyone know what's going on here? I suspect it's an easy fix,
    but if it isn't, then we probably won't be buying
    Dreamweaver.

    I have never used or heard of the base meta tag and I have
    never had any problems using relational links in Dreamweaver. Not
    sure what could be causing your problems. Can you post a sample of
    code or a link?
    J

  • Podcast fails validation no closing meta tag

    I have been working on this and cannot figure it out. I have a podcast that passes all validation pages. Works in Feed burner and other RSS readers. Hoever when I subscribe to the podcast in itunes it is broke. When I submit a podcast it says I do not have a closing </meta> tag, but there is not meta tag in the feed. This has got to be bug in iTunes.
    my feed is http://www.fairview4u.org/index.php/follow-us

    Your feed includes the following tag:
    <itunes:new-feed-url>http://www.fairview4u.org</itunes:new-feed-url>
    This redirects iTunes, but nothing else (which is why validators are working and the feed looks OK in a browser). This is redirecting iTunes to your web page which obviously isn't going to work. You need to remove this tag.

  • PDF properties (meta tags) can't be changed (error 0x80040154 - class not registered)

    Hello,
    Changing PDF properties (meta tags: author, title, comment, theme etc) in  Adobe Reader as well as in Windows Explorer are disabled rsp does not funtion.
    1. In Adobe Reader "File properties", the overwriting rsp insertion of text is disabled in grey.
    2. In Windows  Explorer, following message window appears: "Properties change: Due to an unexpected error, properties can't be changed - Error  0x80040154: class not registered"
    (Sorry for the bad translation, but I am running the German version)
    Is there a technical explanation and  solution for this problem? In other PDF programms, the change of meta data does work fine.
    =====================
    Windows 7 64-bit, Acrobat Reader X 10.1.1. (Standard PDF Viewer)
    =====================
    Many thanks & best regards
    adiflis

    @MadEyes: I found out you had to set a site address in wordpress the hard way, i set it for a dns host and I couldn't get into the wp-admin page or load any sort of image or css.
    At the moment i have a server root directory with a wordpress folder on it. Eg:
        (/srv/http)/wp/
    and a  test index file in the root. Eg:
        (/srv/http)/index.html
    The index file doesn't show up publicly, but it will on the local network.
    I set the apache port back to 61669 and tested with canyouseeme.org. I got (i will email you the ip addy):
        Success: I can see your service on X.X.X.X on port (61669)       >EDIT: If I close apache, then it fails. Start it back up, it succeeds.
        Your ISP is not blocking port 61669
    I also nmap'd myself and got this:
        Host is up (0.025s latency).
        Not shown: 996 closed ports
        PORT     STATE    SERVICE
        23/tcp   open     telnet
        5989/tcp open     wbem-https
        6881/tcp filtered bittorrent-tracker
        8080/tcp open     http-proxy
    A port forward is definitely set up, so i dont know how much I can trust this (I did make 6881, but them program isn't open).
    Any of this any help?
    >EDIT: Excerpt from Webmin: "System hostname    localhost.localdomain" this doesn't seem right.
    Localhost:
    #<ip-address>   <hostname.domain.org>   <hostname>
    127.0.0.1       localhost.localdomain   localhost  ablanck
    #::1            ablanck.localdomain     localhost
    Last edited by lucytheboydog (2011-02-07 04:34:24)

  • I am not able to share a blogpost image on facebook using the open graph meta-tag for the blogpost image.

    Dear Members,
    I am wrestling a few days now, and still not able to get a blogpost image into the facebook share-box.
    This is the link where i am talking about:
    Top 10 Celebrities on Holiday in Saint Tropez
    I have 2 issues:
    1
    Below ( under the blog-post ) you'll find my facebook like button.
    When i like the blog-post, the share-box pops up BUT without the blog image.
    I put the link in the debugger window from Facebook, but it tells me that the open graph tag for a image is not proper defined.
    this is the link to facebook debugger : https://developers.facebook.com/tools/debug/
    So i created this meta-tag :  <meta property="og:image" content="/_assets/images/blog/img-{tag_blogpostid}.jpg" />
    and put it inside the head of the html code for the detailed blog post lay-out ( site-manager/module-templates/Blog lay-outs/Blog post detail lay-out )
    2
    I dont know how i must specify the URL to be liked on facebook.
    My blog-list url = http://www.duvanduvan.com/blog  BUT i have to specify the url for a single blogpost item, but have no idea what to specify. i tried different url's like : duvanduvan.com/blog/{tag_itemurl} etc.... with no result
    Can you also help me out here?
    I really tried everything i possibly know off but without result :-(
    Can somebody help me out here?
    Much much appreciated.
    Stefan.

    try selecting music from the top bar check the songs you want, then sync

  • Template not updating meta tag info.

    I use DW MX on PC w/XP Home OS -- in the event that this info
    makes any difference.
    I updated meta tag info in a template then applied it to all
    the child pages. The changes were not propogated. I've looked over
    the info at "Template child pages are not updated when parent
    template is changed," from
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=dd83ba8b
    I haven't done any of the boo-boos on the list other than to
    recreate the cache file (#6) -- to no avail I might add...
    Any suggestions?

    > Out of curiosity how
    do most SE's locate sites/info?
    By using links from other sites, or domains that have been
    submitted to
    them. The former method is MUCH faster than the latter. If I
    put a link to
    a client site on my site, it's spidered in days/or a few
    weeks at most.
    > She's had several clients remark that the old title info
    is displayed
    > (from
    > her previous, now-defunct site) when they save her
    current site as a
    > favorite.
    > So she'd like the new info to be reflected,
    understandably.
    I'd have to see the site.
    > I've also tried to update by making a wee change in the
    template file and
    > resaving, which also draws a blank. I've wracked my tiny
    brain...
    Here are seven common mistakes that will result in changes
    not propagating
    from Template to child -
    1. Rename the Templates folder
    2. Move the Templates folder to some other folder level in
    the site other
    than root level
    3. Move a template out of the Templates folder.
    4. Make changes to an editable region of the template (which
    will not
    propagate)
    5. Assume that template changes can be uploaded to the server
    without also
    uploading the changed local files
    6. Corrupt the site cache so that the link between template
    and child page
    is broken
    7, Improperly create your child pages by simply opening the
    template,
    adding page specific content, and resaving the template with
    an *.html
    extension rather that its *.dwt extension. (you can tell if
    this is the case
    by looking at the code on a child page - if you see anything
    like <!--
    TemplateBeginEditable... then this is what you have done)
    The 6th problem can be repaired by using SITE | Advanced >
    Recreate Site
    Cache, and the six others can be fixed by just not doing
    them. Have you
    done any of those?
    Or, read this -
    http://www.adobe.com/go/dd83ba8b
    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
    ==================
    "Cricketgrrl" <[email protected]> wrote in
    message
    news:[email protected]...
    >
    quote:
    Originally posted by:
    Newsgroup User
    > SE's ignore meta tag information, so there would be no
    benefit to doing
    > this.
    >
    > > The client's also paying a company for SE
    optimization,
    > > which requested the meta tags be updated/changed.
    >
    > Your client is being ripped off. This is a useless
    change.
    >
    > Nevertheless, if the meta tags are in a non-editable
    region of the
    > template,
    > changes to them in the template page will propagate to
    all LOCAL files
    > that
    > are child pages of that template, which must then be
    uploaded.
    >
    > --
    > Murray --- ICQ 71997575
    > Adobe Community Expert
    > (If you *MUST* email me, don't LAUGH when you do so!)
    >
    >
    > I'll pass the SE comments on to my client. Out of
    curiosity how
    do
    > most
    > SE's locate sites/info? I realize this is complete study
    of its own.
    > Nonetheless, I'd like to be able to pass on some useful
    info to my client.
    >
    > She's had several clients remark that the old title info
    is displayed
    > (from
    > her previous, now-defunct site) when they save her
    current site as a
    > favorite.
    > So she'd like the new info to be reflected,
    understandably.
    >
    > I've tried numerous times to update the local pages via
    Modify > Templates
    > >
    > Update pages... and after supposedly doing its thing,
    the update log
    > shows
    > this info:
    >
    > Updating D:\CoachBenita\_web\
    > Done.
    > files examined: 11
    > files updated: 0
    > files which could not be updated: 0
    > total time: (0:00:01)
    >
    > I've also tried to update by making a wee change in the
    template file and
    > resaving, which also draws a blank. I've wracked my tiny
    brain...
    >

  • Meta Tag contents not showing up in google and facebook

    I publish an online newspaper about animal news in nyc. I recently rebuilt my site in dreamweaver and have just added meta tags to my homepage and that of the most recent article. When I do a google search the homepage description comes up with a leadin from an old article. Also when I tried posting the newest article in facebook the meta tag content description did not appear. Can someone tell me how I should correctly write the meta tag in the html so that it appears in google searches and when I post articles on facebook? Below are links to my homepage and the article discussed above, as well as how I wrote the meta tags in the html. Thank you in advance for all your help!
    Best,
    Michael
    http://newyorkcompanion.com/
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>New York Companion</title>
    <meta name="Description" content="The New York Companion is a New York City-based newspaper that exclusively reports animal news. Our mission is to advance animal welfare through promoting adoption, increasing awareness and encouraging resident involvement in animal welfare initiatives." />
    <meta name="Keywords" content="Animal News" />
    http://newyorkcompanion.com/sbpgs/2012/April/High%20Rise%20Syndrome.html
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>New York Companion</title>
    <meta name="Keywords" content="Animal News" />
    <meta property="og:description" content="Every year, thousands of urban housecats fall from unprotected windows in a phenomenon known as High Rise Syndrome. So far this year the ASPCA has seen 26 cases, a nearly 45 percent increase compared with the same period last year. Mild weather could be to blame for the surge this spring. On average during the warm months, the ASPCA sees approximately three to five cases per week." />
    <meta property="og:image" content="http://www.newyorkcompanion.com/sbpgs/2012/April/High%20Rise%20Syndrome.html/<img src="../../../images/articles/2012/April/High Rise Syn_TS.jpg" />

    Michael,
    Breget is referring to the cache maintained by Google. You can't clear or update their cache - unfortunately, all you can do is wait for your site to get crawled (which can take a couple days), and once they have gathered your meta information, they will then update the description in their SERP (which can also take a couple days).
    Interestingly, I looked for your article by searching "new york companion high rise syndrome" and the first result was THIS page!!! This points to another factor which is the more popular your site, the more often it is updated. I would recommend you take a look at Google's Webmaster Tools and do a bit of research into SEO - this should help clarify things more...
    Good luck!
    Jason
    P.S. - It looks like your meta information was entered correctly.

  • Getting error like "The following tags were not closed ..."

    Hi,
    I am getting an error like "The following tags were not closed <Main Report Name>. Error processing resource 'http://abc.cdf.bnm/OA_CGI/FNDWRR.e..."
    Issue is , TAG is breaking with main report name.
    Any suggestions would be appreciated.
    Edited by: user12086550 on May 10, 2010 5:33 AM

    I'm having the same problem, but how did you resolved it??
    my sub query is running good in toad. this is my xml
    <?xml version="1.0" encoding="UTF-8"?>
    <dataTemplate name="Asset_Loc_Change" description="Change_in_Asset_Location_and_Account" version="1.0">
         <properties>
              <property name="xml_tag_class" value="upper"/>
              <property name="include_parameters" value="true"/>
         </properties>
         <parameters>
              <parameter name="P_START_DATE" dataType="varchar2"></parameter>
              <parameter name="P_END_DATE" dataType="varchar2"></parameter>
              <parameter name="P_BOOK_NAME" dataType="varchar2"></parameter>
         </parameters>
         <lexicals>
         </lexicals>
         <dataQuery>
              <sqlStatement name="LOC_DETAIL">
                   <![CDATA[
    select
    ASSET_NUMBER,DESCRIPTION,ASSET_CATEGORY,trunc(MAX(DATE_CHANGED)) DATE_CHANGED,
    MAX(OLD_ACCOUNT) OLD_ACCOUNT,Max(NEW_ACCOUNT) NEW_ACCOUNT,Max(OLD_LOCATION) OLD_LOCATION,Max(NEW_LOCATION) NEW_LOCATION
    from(
    select distinct
    fad.asset_number,
    fad.ATTRIBUTE_CATEGORY_CODE ASSET_CATEGORY,
    fad.description DESCRIPTION,
    max(fdh.DATE_EFFECTIVE) DATE_CHANGED,
    NVL2(to_char(fdh.TRANSACTION_HEADER_ID_OUT), NULL, gcc.segment1||'.'||gcc.segment2||'.'||gcc.segment3||'.'||gcc.segment4||'.'||gcc.segment5||'.'||gcc.segment6||'.'||gcc.segment7||'.'||gcc.segment8) OLD_ACCOUNT,
    NVL2(to_char(fdh.TRANSACTION_HEADER_ID_OUT), gcc.segment1||'.'||gcc.segment2||'.'||gcc.segment3||'.'||gcc.segment4||'.'||gcc.segment5||'.'||gcc.segment6||'.'||gcc.segment7||'.'||gcc.segment8, NULL) NEW_ACCOUNT,
    NVL2(to_char(fdh.TRANSACTION_HEADER_ID_OUT), NULL, fal.segment4||'-'||fal.segment3||'-'||fal.segment2||','||fal.segment1) OLD_LOCATION,
    NVL2(to_char(fdh.TRANSACTION_HEADER_ID_OUT), fal.segment4||'-'||fal.segment3||'-'||fal.segment2||','||fal.segment1, NULL) NEW_LOCATION
    from
    fa_distribution_history fdh,
    fa_locations fal,
    FA_CATEGORIES CAT,
    fa_additions fad,
    gl_code_combinations gcc,
    fa_books fb
    where
    1=1
    and fdh.DATE_EFFECTIVE between to_char(trunc(:P_START_DATE)) and to_char(trunc(:P_END_DATE))
    and fal.location_id = fdh.location_id
    and fad.asset_id = fdh.asset_id
    and fdh.code_combination_id = gcc.code_combination_id
    and fb.book_type_code = fdh.book_type_code
    and fb.book_type_code = to_char(:P_BOOK_NAME)
    and fb.asset_id = fdh.asset_id
    Group by
    fad.asset_number,
    fad.ATTRIBUTE_CATEGORY_CODE,
    fad.description
    ,NVL2(to_char(fdh.TRANSACTION_HEADER_ID_OUT), NULL, gcc.segment1||'.'||gcc.segment2||'.'||gcc.segment3||'.'||gcc.segment4||'.'||gcc.segment5||'.'||gcc.segment6||'.'||gcc.segment7||'.'||gcc.segment8),
    NVL2(to_char(fdh.TRANSACTION_HEADER_ID_OUT), gcc.segment1||'.'||gcc.segment2||'.'||gcc.segment3||'.'||gcc.segment4||'.'||gcc.segment5||'.'||gcc.segment6||'.'||gcc.segment7||'.'||gcc.segment8, NULL),
    NVL2(to_char(fdh.TRANSACTION_HEADER_ID_OUT), NULL, fal.segment4||'-'||fal.segment3||'-'||fal.segment2||','||fal.segment1),
    NVL2(to_char(fdh.TRANSACTION_HEADER_ID_OUT), fal.segment4||'-'||fal.segment3||'-'||fal.segment2||','||fal.segment1, NULL)
    GROUP BY
    ASSET_NUMBER,ASSET_CATEGORY,DESCRIPTION;
    ]]>
              </sqlStatement>
         </dataQuery>
         <dataStructure>
              <group name="G_ASSET_LOC" source="LOC_DETAIL">
                   <element name="ASSET_NUMBER" value="ASSET_NUMBER"/>
                   <element name="DESCRIPTION" value="DESCRIPTION"/>
                   <element name="ASSET_CATEGORY" value="ASSET_CATEGORY"/>
                   <element name="DATE_CHANGED" value="DATE_CHANGED"/>
                   <element name="OLD_ACCOUNT" value="OLD_ACCOUNT"/>
                   <element name="NEW_ACCOUNT" value="NEW_ACCOUNT"/>
                   <element name="OLD_LOCATION" value="OLD_LOCATION"/>
                   <element name="NEW_LOCATION" value="NEW_LOCATION"/>
              </group>
         </dataStructure>
    </dataTemplate>

  • Google verify meta tag does not work...why?

    I google verified with the html file and it worked.
    I would rather use the meta tag approach, but it would not verify.
    I simply opened up home.html and added the meta line offered by google and published using web maestro. Even verified it was there on my web site with cyber duck.
    Any ideas what the issue would be?
    On thought is iweb seems to produce a copy of home.html called index.html.
    What is the relationship between these two files in iweb and in a ftp hosting?
    thanks
    bob

    You need to put the meta line offered by google in your index.html and not your home.html

  • Best practice for implementing META tags for content items?

    Hello,
    The portal site I'm responsible for managing our content (www.sers.state.pa.us) runs on the following WebCenter products:
    WebCenter Interaction 10.3.0.1
    WebCenter Publisher 6.5
    WebCenter Studio 2.2 MP1
    Content Service 10gR3
    The agency I work for is one of many for the commonwealth of PA, which use this product suite, and I'm encountering some confusion on how to apply META tags to the content items for our site, so we can have effective search results. According to the [W3C site's explanation on META tag standards|http://www.w3schools.com/tags/tag_meta.asp], the tags for description, keywords, etc, should be within the head region of the HTML document. However, with how the WebCenter suite's configuration is set up, the head section of the HTML is closed off by the end of the template code for a common header portlet. I was advised to add fields to our presentation and data entry templates for content, to add these meta fields, however, since they are then placed within the body section of the HTML as a result, these tags fail to have any positive impact on the search results. Instead, many of our content items, when searched for, the description in the search results only shows text that is displayed in the header and left navigation of our template, which come early in the body section of the HTML.
    Please advise as to possible method(s) that would be best to implement usage of META tags so we can get our pages containing content to come up in search results with this relevant data.
    Thanks in advance,
    Brian

    if i remember right the index server will capture meta tags even if they are not in the <head> section. it is not well formed html but I think i remember that we created meta tags down in the body section and the index server still picked them up. you might try this and see if it still works. i believe it worked in 10gR3. Let me know your results.

  • RH9 Snippets not saving, RH not closing have to force close

    I'm a new RH user so please forgive me if this is answered somewhere else (I did search for awhile first).
    Windows XP Pro 2002 Service Pack 3
    RoboHelp 9 HTML 9.0.1.232 (recent upgrade from RH7) Project has about a thousand topics
    Using Visual SourceSafe (VSS) for version control
    There were snippets in the project before I started and before this upgrade - those all are usable and stay where you put them through saving and closing RH. Other edits to topics seem to be surviving the save process also. Snippets I create (have not created any before this) are not surviving when I save the project, but they are creating .hts files on the hard drive (but not showing up in VSS).  Also, when I create multipe new snippets, the first one and only the first one I create shows up in the snippet pod (before closing RH), and when I save/close/reopen RH, none show in the pod.
    Note: had the same as problem/related to this forum question.
    Also, now when I try to close RH it just closes the active tabs but does not close the project and I have to force close RH in the Windows Task Manager.
    Summary:
    Edits to topics that do not      involve snippets are being saved
    Edits that involve snippets      created before yesterday are saved
    Snippets created by me:
    All are creating files       on my hard drive
    None are going into       Visual SourceSafe
    Only the first shows       up in the Snippet pod before RH closes
    None show up in the       Snippet pod when RH is reopened later
    So there we are.  Any ideas or suggestions?

    OK, my colleague (who is a RH certified expert) figure out what was going on.  Basically, in addition to our two hard drive copies of the project being out of sync (which we fixed by deleting some, taking some out of VSS that didn't belong, and recopying everything onto my hard drive) there is an underlying snippet problem which my colleague diagnosed as follows (her description):
    The project was worked on in RH7 for a couple of years. In early June 2011, RH9 was installed. The project was opened in RH9, and the appropriate ‘do you want to convert the project’ message displayed. I proceeded to do the conversion.
    Everything seemed to convert rather well except for one thing – the snippets. If you opened the Properties window for a snippet, you could see the description; however, the description would not display in the Pod in the designated “Description” column.
    As a test, I created a new snippet in RH9, which generated the following code:
    <?xml version="1.0" encoding="utf-8"?>
    <!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" />
    <meta name="topic-comment" content="here's the description" />
    <title>New Snippet</title>
    <meta name="generator" content="Adobe RoboHelp 9" />
    </head>
    <body>
    <p>This is placeholder text for your snippet. To add content to the body,
    replace this text. </p>
    <p>&#160;</p>
    <p>For information about applying snippets to topics, press <b>F1</b>.</p>
    </body>
    </html>
    However, the code for a converted snippet looks like this:
    <!doctype HTML public "-//W3C//DTD HTML 4.0 Frameset//EN">
    <html><head>
    <meta http-equiv=content-type content="text/html; charset=utf-8">
    <meta name=generator content="Adobe RoboHelp - www.adobe.com">
    <meta name=generator-major-version content=0.1>
    <meta name=generator-minor-version content=1>
    <meta name=filetype content=RoboHelp>
    <meta name=filetype-version content=1>
    <meta name=page-count content=1>
    <meta name=layout-height content=487>
    <meta name=layout-width content=424>
    <title>Use this snippet as the explanation for the Credit Type field on a form.</title>
    </head>
    <body>
    <p>Unit of credit for the course. Together with the Credit Value, it defines
    the possible credit hours earned for the course.</p>
    </body>
    </html>
    Notice how the text that is in the title tag is actually the DESCRIPTION for the snippet. Also, there is no meta tag for the real description in the converted code. The real title for this snippet is Credit Type, but for some reason, that does not display in the converted snippet code. The name only displays correctly in the Properties window, like this:
    Strange how the name (or “Title” as the code seems to indicate it should be) correctly displays in the Properties window, but that name is nowhere in the actual code in the HTS file.
    So it seems to me that there is a disconnect between what’s in the code, and what’s displaying in RH, and I’m not sure how or why that happened. I simply allowed RH9 to convert my RH7 project, and this Snippet problem was the only resulting problem that I’ve found.
    Is there any way to get this properly fixed by Adobe? Even when we enter the appropriate descriptions ourselves, they STILL don’t display properly in the Snippets pod. Sometimes some of them display, sometimes all of them don’t display, and sometimes if you perform an action (like creating a new snippet), then that action will cause some or all of the descriptions to display.
    Here’s an example --
    1st screenshot below – the Snippets pod as it typically displays for us in RH9. Absolutely no descriptions displaying.
    2nd screenshot below – I created a new snippet. The description for the new snippet displays PLUS the two descriptions for recently created snippets display! You can only see one of them in the screenshot (“Curriculum Considered Complete Situations”), but further down the list, the description for a snippet named “Requiring Search Criteria” also displays after creating the new snippet (Note: Both of these snippets were created in RH9, which raises the questions: Why didn’t the descriptions already display *before* I created a new snippet? Why did the action of creating a new snippet *cause* the two snippet descriptions to suddenly display?)
    Another Note: After my co-worker had manually gone through all of the snippets and manually added descriptions (and updated the “Title” tags to reflect the actual title of each snippet), this caused some issues – erratic Snippet pod behavior, and he had to keep using the Task Manager to close RH (normal close methods wouldn’t work). So since RH9 started acting funny and wouldn’t close for him, we reverted back to using the HTS files and the rhsnippet.apj snippet file that RH9 originally converted for us, and those original files are what we are continuing to use, but we would like to have a solution for the problem. Why didn’t RH9 properly convert the HTS files? Or at least, to us, based on the code that’s actually in the files, they don’t appear to be properly converted.

  • 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

  • Adding meta tags to published web site

    I have created my website using iWeb and subsequently downloaded the RAVE SEO tool and used it to add for meta tags to my sites (description and keywords).
    I followed this procedure:
    1) I published my site from iWeb to a local folder on my iMac
    2) I added the meta tags using the RAVE SEO tool
    3) I tried to publish the site to my webhotel with tags added using the ftp tool in the RAVE SEO tool.
    PROBLEM:
    when I publish from the SEO tool, it is the old sites which are published. In my local folder where I started out publishing the web site to, I can see that the tags from description and keywords have been added. But the site which is published does not contain the tags.
    I have a feeling that the SEO tool is looking in a wrong foder, but I cannot change the folder using the "FTP Details" funktion in the SEO tool.
    Do anyone have a suggestion for what to do?
    Thanks,
    Klaus

    I have a feeling that the SEO tool is looking in a wrong foder, but I cannot change the folder using the "FTP Details" funktion in the SEO tool.
    When you click publish and choose FTP you can create a new setup or use an existing one.
    And if you do not know which folder to publish to, click browse. You decide.
    !http://www.wyodor.net/_Discussions/SEOToolFTP.png!
    Message was edited by: Wyodor

  • 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 Meta tags to pages?

    Is it possible to add meta tag information for the pages (such as keywords, description, robots, etc.) directly in Muse?
    I'd like to add meta tag data to describe the page to help with search engine optimization.

    I found a lot of useful information on here: http://www.muse-themes.com/blogs/news/6103624-seo-in-adobe-muse-search-engine-optimization #comments
    However I would like to know: If you have multiple pages dealing with different topics does one need to adjust the meta-data accordingly for each page.
    For example, I am redoing a website for a small earthmoving contractor who offers a range of services including new lawn installation (NOT mowing!), drainage, landscaping, post hole boring, driveways - to name a few; these are essentially the main pages with content explaining each service a little further.
    So would I be correct in assuming I should have a unique description, keywords and (obviously) page title for each page?
    How about the home page? Should the metadata attempt to cover all services offered within the website as a whole, or just the content of the home page?
    Thanks in advance!

Maybe you are looking for

  • Where is the Daily Show?

    I've purchased 2 Daily Passes in the last month for the Daily Show and have been waiting for new episodes. Anyone know what the schedule is for new episodes to come on line? It's bizarre that Apple doesn't have a que for iTines multipasses to show wh

  • Tab canvas(tab page hidden)

    Hello Everybody, I have two blocks.each block have one canvas(first block have content canvas andthe second block have tab canvas),in the first block i want to to make button to make some tab pages hidden, how to make one tab page hidden? Thanks and

  • Best approach to dynamic custom flv player

    I am currently working on a custom flash player. After working on several working versions where I simply used actionscript to delegate the actions of my custom player. I am now working on a more dynamic ready flashplayer that will need to be embedda

  • Jsp/jdbc - Tomcat

    My requirement is once i issue a request from my jsp (the request is a sql query) it has to hit the database and should return the number of affected row but should not commit it . In the next request from jsp the user will either hit commit button o

  • I need some creative thinking here....

    Hi all... Well, at my office I have a mixed network of OS 9 and X... (only 2 old iMacs left..yeah!).... SO... here is how I set up my email... 1) On a G4 I use as a File Server..everyone has a folder... (I use OS X Server..Jaguar genernation)... 2) I