Changing default META TAG

Hi,
is there any solution for changing the default meta tag charset? In my case it's <meta http-equiv="content-type" content="text/html;charset=utf8"> but I need
<meta http-equiv="content-type" content="text/html;charset=windows-1250">. I can't simply add this meta tag to HTML header, because APEX automatically insert it's own meta tag for character set.
thanx for your advices
Robert

Another issue, which i've solved on my own.
It's not the question of character set in html meta tag. The solution for this issue was easy. You have to import data with NLS_LANG system variable set to correct language. In my case it was EE8MSWIN1250. After such import, all data are displayed correctly within IE.
;o)

Similar Messages

  • How to change default number tags shown in drop down

    I have more than 10 tag categories, and would like to see them all when i go to recent tags or is there a way to add a tags in the bookmark drop down?

    You will only see a maximum of 10 items in such a smart query list.
    * "Most Visited" and "Recently Bookmarked" and "Recent Tags" are examples of so called [[Smart Bookmarks folders|Smart Bookmarks folders]] and are not real existing folders.
    * Smart folders show a list created by a query of the places.sqlite database that stores bookmarks and history in Firefox.
    * Smart folder lists show a maximum of 10 entries by default.
    *https://developer.mozilla.org/Places_query_URIs
    You can possibly create a new place query bookmark and adjust the maxResults parameter.
    Name: Recent Tags
    Location: place:type=6&sort=14&maxResults=10

  • Is there a way to set up default SEO meta tags in Business Catalyst?

    Drupal and other platforms have settings where you can create default meta tags for pages you did not yet optimize manually (using tokens). Is there such a function in business catalyst? Thanks for your help!

    Only a manual form request the admin then actions.

  • Changing the Default meta data field property required into not required.

    Hi,
    Is it possible to change the default meta data field property values in UCM server.
    For example consider the meta data Revision field which property required is true, then how to change this property required into not required.
    Is this possible or not?
    Thanks
    Hari

    Hari,
    in your case (if you don't want to use versioning) I'd rather recommend to change it to hidden than not required. You should be able to do it with standard profiles (the field name, I believe, is dRevision)
    I don't think you can have the field empty (in case someone deletes the content).

  • 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)

  • META TAGS? How do I change meta tags while designing my website in iweb?

    META TAGS? How do I change meta tags while designing my website in iweb?

    I've designed a new website using iWeb. (I'm a beginner and have never done this before.) I published it to MobileMe. The site is for a volunteer organization, which requires that all pictures and images have text tags. (For this purpose, I assume that's the same as Meta tags.) A rep at the local Apple store clued me into iWebSEO Tool ("SEO"). I used it successfully got all my pictures and images tagged, altho it was hard and took a few hours. This was two months ago. I checked my site earlier this week and all the tags have disappeared. I went back to SEO and all my original work was still there. So I hit re-apply and then saved and republished my site. Still no tags. I have several questions. Is this a regular problem with SEO? Do I have to do all the tags over again? Is there any easier solution? Is Apple going to improve iWeb so this is not a problem in the future? I'll appreciate any help I can get. Thanks.

  • Changing Meta Tags and description on SWF

    Hey guys. I bought a template, made some changes, published it and upload it on FTP. But each time I do a search, one one the search results is one of the orignal page names. Any tips on how to change it?

    Hi,
    I found this threat about Meta Tags in SWF Files in this Actionscript Forum.
    Check out this link, some guys tell you how to do it here:
    http://www.actionscript.org/forums/showthread.php3?t=15166
    Hope this information helps,
    Vicente Tulliano

  • Invalid meta tag generated when using XHTML method

    Hi,
    I'm trying to generate an XHTML file using XSL and the XHTML output method. However, transformation results in adding the following XHTML-invalid meta tag (uppercase and non-closing) in the head tag:
    <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
    Is it a bug in the XDK or am I missing something? Transform is performed using the JXTransformer provided in 11g.
    Thanks in advance,
    Stephane
    input file:
    <?xml version='1.0' encoding='utf-8'?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xml:lang='en' lang='en' xmlns='http://www.w3.org/1999/xhtml'>
    <head>
         <title>Some title</title>
    </head>
    <body></body>
    </html>
    xsl file:
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="2.0"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:xhtml="http://www.w3.org/1999/xhtml">
         <xsl:output method="xhtml"
    doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"/>
    <xsl:template match="*">
         <xsl:element name="{local-name()}" namespace="http://www.w3.org/1999/xhtml">
              <xsl:apply-templates />
         </xsl:element>
    </xsl:template>
    </xsl:stylesheet>
    output:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    *<META http-equiv="Content-Type" content="text/html; charset=UTF-8">*
    <title>Some title</title></head><body></body></html>

    For some reason when I use MapForce tool to generate my xslt mapping source, it is generating the following statement in the xsl file.
         <xsl:namespace-alias stylesheet-prefix="n" result-prefix="#default"/>
    So at the root element of XML file, it is replacing the character n with '#default' for some reason, I don;t know the purpose of this.
    As you suggested, I changed the name space, still I experienced same problem.
    It is now resolved after removing the above xsl statement from the xsl file before creating/uploading the relevant zip file into archives folder.
    It works fine now. Thanks for the clue.

  • 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

  • How do I add Meta tags to my website

    I have produced a website in i web and published it to my .mac account.
    I need to know how to add meta tags to get it recognised by the search engines.
    The company I am using to do this want the ftp info. As I upload directly to my .mac account I am not sure what they need. Can you help please?

    I think I may have a good workaround here, not sure how it will work with .mac as I dont use it, I am in control of my default page within Apache.
    Create your site as normal within Iweb and publish it.
    Outside of iWeb create your site's real default homepage by hand, that contains the meta tags and that redirects to your iWeb homepage. In this way any Search engine hits to your site will hit the external page first, reading the meta tags then get redirected to your real home page. Not ideal of course but at least you don't have to keep an eye on your metatag's being overwritten by republishing your homepage.
    Here is the code from mine, it appears to work:
    +<?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><title></t+
    +itle><meta http-equiv="refresh" content="0;url= Welcome.html" />+
    +<META NAME="keywords" CONTENT="enter,your,keywords,here">
    +<META NAME="description" CONTENT="description of your website">+
    </head><body></body></html>
    This page will redirect to the "Welcome.html" page created in iWeb.
    Hope this helps.
    Message was edited by: berrymp

  • 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...

  • Cannot create title tag, meta tags for iWeb site, per Google requirements.

    I created simple website in iWeb to meet art show deadline
    www.barbaraturnertigrett.com
    but when I tried to submit to search engines (via GoDaddy "Traffic Blazer" product), several issues or errors noted...no title tag, meta tags, keywords, too little text, etc. Was told by Apple, there is no fix at this time...no way to access to actual HTML code, to add title tag or meta tags, etc...since iWeb is merely a consumer, not professional enterprise, product. Researching further, I even tried to submit to Google directly, not via GoDaddy "Traffic Blazer", but could not "verify" my url site (because meta tag missing and/or could not upload entire html file, as required. I'd produced client websites in past on Adobe GoLive and was learning Dreamweaver, when someone alerted me to simplicity of iWeb. It is clean and simple, but wish I'd anticipated these other issues. Is there a solution to this with iWeb or should I finish learning Dreamweaver and start over? Thanks for any advice you can share.

    Both these last postings were helpful. THANKS. I could not open home.html file with "text edit", but when using Taco HTML Edit, it would open...so I dusted off (novice) HTML skills and entered the appropriate title tag and meta tag, per Google's requirements. Then, went to my GoDaddy hosting control center and (I think) I uploaded new file with new tags. Seems to be major lag time with any changes, so not sure my site is now successfully "verified", on Google. Hope I did not mess anything up, in the process. There seems to be various lag times before any changes take effect (right??).
    So now...I'm very glad to find out about iMap and will buy it and watch the tutorial video, as instructed...since I am unsure if last 'fix'...fixed the problem, etc...and always eager to learn more. This is my first Apple discussion post, and certainly impressed/grateful for expert help. THX again.

  • Edit Microsoft Sharepoint Meta Tags of PDF File inside Adobe Acrobat

    Hi,
    we are using in our company Microsoft Sharepoint for Document Management. In this System we have several Document Libraries where we upload our PDF Files.
    In Microsoft Office 2007 it is possible to change the Meta Data of a Office File directly inside e.g. Word. This is very handy for the user, cause he is able to read or change his document and make changes to the meta tags at the same time.
    Now my question:
    Is it possible (perhaps with an 3rd Party AddIn) to show a "Panel" inside Adobe Acrobat which shows these Sharepoint Meta Tags and makes it possible to change these?
    regards
    Yavuz

    Hi,
    we are using in our company Microsoft Sharepoint for Document Management. In this System we have several Document Libraries where we upload our PDF Files.
    In Microsoft Office 2007 it is possible to change the Meta Data of a Office File directly inside e.g. Word. This is very handy for the user, cause he is able to read or change his document and make changes to the meta tags at the same time.
    Now my question:
    Is it possible (perhaps with an 3rd Party AddIn) to show a "Panel" inside Adobe Acrobat which shows these Sharepoint Meta Tags and makes it possible to change these?
    regards
    Yavuz

  • Meta tag question(s)

    I am curious about a meta tag I came across:
    <meta name="description" content=" ">
    <meta name="keywords" content=" ">
    <meta name="revisit-after" content="31 days">
    <meta name="robots" content="all">
    <meta name="url" content="
    http://www.cariholdorf4homes.com">
    <meta name="MSSmartTagsPreventParsing" content="true">
    Is this necessary and/or beneficial to a website?
    How does this work?
    Will this work on all websites?
    How soon does an search engine identify new meta tags if a
    website is active?
    If I create a somewhat unique meta tag (keyword or
    description) for e.g. 'Revere's Electric Gates', will this get
    placed near the top of search engines?
    How can I increase the odds of getting near the top of a
    search?

    > <meta name="description" content=" ">
    Use the description meta tag for marketing purposes. It's
    usually (not
    always, but very often) the snippet that is shown below the
    page title in
    search results. It doesn't affect WHERE in the SERPS your
    site appears, but
    it can affect whether a person is motivated to click through
    to your site.
    > <meta name="keywords" content=" ">
    Pretty worthless. Don't bother.
    > <meta name="revisit-after" content="31 days">
    Worthless.
    > <meta name="robots" content="all">
    "Robots all" is the default behavior. No need for this one.
    You only need to
    use the robots tag to specify non-default behavior, e.g., no
    index or no
    follow.
    > <meta name="url" content="
    http://www.cariholdorf4homes.com">
    Non standard, not in any specs anywhere, therefore worthless.
    > <meta name="MSSmartTagsPreventParsing"
    content="true">
    This was worth using in the past when MS was trying to use
    its proprietary
    SmartTags technology to hijack visitors. I don't know that
    there's any need
    for it currently, although I long ago put it it in my own
    default template,
    so it's probably in every site I create.
    One more to consider:
    <meta http-equiv="imagetoolbar" content="no">
    I use this one to keep Windows from popping up that annoying
    and distracting
    image toolbar whenever the mouse is hovering over an image on
    the page.
    Sonjay
    On 11/8/07 2:05 PM, "JaneGarner" wrote:
    > I am curious about a meta tag I came across:
    >
    > <meta name="description" content=" ">
    > <meta name="keywords" content=" ">
    > <meta name="revisit-after" content="31 days">
    > <meta name="robots" content="all">
    > <meta name="url" content="
    http://www.cariholdorf4homes.com">
    > <meta name="MSSmartTagsPreventParsing"
    content="true">
    >
    > Is this necessary and/or beneficial to a website?
    >
    > How does this work?
    >
    > Will this work on all websites?
    >
    > How soon does an search engine identify new meta tags if
    a website is active?
    >
    > If I create a somewhat unique meta tag (keyword or
    description) for e.g.
    > 'Revere's Electric Gates', will this get placed near the
    top of search
    > engines?
    >
    > How can I increase the odds of getting near the top of a
    search?
    >

  • 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~*...
    ~*

Maybe you are looking for

  • Search help for screen field.

    Hi all, I had created a dataelement(ZZ_XXXXX) usig domain (LAND1). this LAND1 has a value table. I have created a field on database table. Now when i add this field on screen, I am not getting F4 help for this field. Can anyone suggest me how to F4 h

  • Control-clicking does not work in Finder

    Ever since installing the 10.4.5 update, control-clicking does not work in Finder. When I try to do it, Finder automatically restarts itself. This happens in any Finder window and on the desktop itself. Whether I am control-clicking an Application ic

  • TS2755 Turning off Imessage on an ipod touch

    I bought my daughter an ipod touch and set her up on my apple account. I get a copy of all her texts.  Someone told me to turn off the IMessage on her ipod, but when i did her text didnt work at all.  It just asks me to turn it back on.  Is there a w

  • A Tuxedo server hangs at tmboot with Tuxedo 12.1.3, but works fine with 10.0

    We have been running a Tuxedo server with pretty much the same logic in the sample code below in our systems for years on AIX (OS level 6100) with Tuxedo 10-32 bit. We are upgrading to Tuxedo 12.1.3 (12cr2) now. The code is compiled fine with Tuxedo

  • Iphone 5c freezes while texting

    My iphone keeps freezing while texting for about 15-20 seconds.  Especially if I go back to correct a text and move the cursor.  I've tried resetting all settings and problem is still persisting.