Making search engines forget queires

Is there a way to make Safari "forget" the queries I've made with search engines. For example, if I go to Google or Yahoo and start to type the word "magic," I immediately get a pop up menu that lists "macintosh" "macworld" "macconnection" "magnets" etc. with options of words I've searched before.
This doesn't happen with search engines when I use Internet Explorer as my browser, so I'm assuming this is a feature of Safari and NOT the search engines.
Clearing "history" doesn't take care of this annoyance, and I've looked through all the other preferences but can't find anything that would address this issue.
Help anyone?
Thanks!
Bryce

Open Safari's Preferences and click on AutoFill. Now click on Edit to the right of "Other Forms" and delete the entries for Google and Yahoo. This will clear the current lists. New ones will start forming unless you uncheck "Other Forms" which will also keep Safari from remembering what you type in other web pages as well.

Similar Messages

  • Making our site to search by search engines like google, yeahoo...etc

    Hi All,
    To make our client site search and display results by google / yahoo or any other search engine what needs to be done?
    we kept "meta" tag keywords and description in all our html file and mastheaders.
    What we need to do for making our site searchable by search engines ( like yahoo search and google search etc)?
    Do we need to register with the search engine sites or search engine will search our site automatically by checking "meta" tags in our web pages.?
    All our webpages are in KM.
    Thanks,
    PradeeP

    Hi Pradeep,
    I havent tried this before, but would like to add my 2 cents to this topic.
    I guess you could start by submitting your site to google - http://www.google.com/addurl/
    Search engines rely on a lot more than just the meta tags and other header information. I guess Google relies on something called PageRank and also track backs in order to determine the relavance of your site to the search criteria.
    You may also search for document related to SEO (Search Engine Optimization) but not sure if that would work.
    Thanks,
    GLM

  • Making my website search engine friendly

    Hi there
    Hope somebody might be able to help me..
    I am trying to make my website search engine friendly so that it lists the website, has a good ranking etc.
    I have built my website with dreamweaver and some flash elements. I have used both flv content for streaming
    video and swfs for information on certain pages.
    The problem I have is that the website is totally built using AP divs with images inside (or the flash elements mentioned).
    There is no text, unless it is contained within a jpeg, or swf.
    I gather that search engines don't read images. So I have used alternative text for most of the
    images, which I gather search engines, such as google, can read.
    I have also used page titles, inserted html head tag descriptions and keywords.
    Is there anything else I can do to make my website more search engine friendly?
    Somebody told me that I should try to have hidden paragraphs of text, because it is important
    that search engines have enough text to detect within my site..
    Is is not enough that I have provided alt text for the images? Or should I include these hidden paragraphs of text..
    And if so, how?
    Also, some of my AP div images contain quite a lot of text within them.. I notice that when inserting the image
    into the AP div, it gives you the option to insert alternative text OR provide a url with a longer description contained
    within it.. How does that work? Is the url a html document with text inside?
    Please let mne know if you have any ideas regarding any of this.
    Regards
    Sarah

    Is is not enough that I have provided alt text for the images? Or
    should I include these hidden paragraphs of text..  And if so, how?
    Alt text is for web accessibility.  Say your image doesn't load, alt="description"  appears in the browser to give visitors some idea of what the missing image is.  Similarly, Screen Readers express Alt text to people who cannot see images.
    Will putting alt text on images improve your Google ranking?  Not all by itself.   Alt is no substitute for good old fashioned content inside HTML headings <h1> <h2> <h3>, paragraphs and lists.
    Put keyword rich content on your site.  Use Flash Object swapping to show Flash to people who have support for it.  Everyone without Flash, including engines, screen readers and translators will get the HTML version.  If JavaScript is disabled, both versions will display.
    More on FlashObject swapping below:
    http://blog.deconcept.com/flashobject/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Making Flash Content Visible to Search Engines

    When I was using Flash CS4, it published a HTML file that showed the text content of the movie, which made it easy for search engines to index the site. However, in Flash CS5.5, I notice it doesn't appear to do that anymore.
    What do I do (step-by-step) to make my movie content visible to search engines?
    Thanks!!

    Create all the text content in HTML first.... then use swfobject for Flash detection to display the Flash if the visitor has Flash, regular HTML text if not.
    http://code.google.com/p/swfobject/
    For reiew:
    If you think that Flash is somehow bad for SEO, it's time to dispell that MYTH!
    If fact, in some circumstances I'll use Flash INSTEAD of just HTML because then I'll have better SEO than with just HTML alone.
    http://www.worldbarefootcenter.com/
    The link to World Barefoot Center in the above post is just one example. View the source code and you see a couple paragraphs of text along with regular HTML links.... but what displays is the Flash version of the image and Flash links.
    The client provided the artwork for the page... and that's what they wanted to use a .jpg image. Well yes, that could be done in HTML but it would be virtually invisible to Google. So Instead I converted the image into a Flash .swf and used swfobject to display the Flash. swfobject allows you to create alternate content inside the <div> which also holds the Flash .swf, then when the page is loaded it detects if the browser has the Flash pluggin. If it does, it displays just the Flash content, if not, it displays the alternate content. Since almost everyone has the Flash pluggin, for most people the Flash version of the <div> will display.
    The alternate content for that <div> can be any regular HTML text, images, media player, links, etc., anything that you would use if you were not using the Flash. Now the best part is that the alternate content can be "over the top" as far as optimizing for SEO, since it will not be seen by most viewers.
    Here's another example of SEO with Flash.. again, the page is just a single image provided by the client:
    http://www.ksowetsuits.com/
    View the source code. The alt content is paragraph after paragraph of information about the site, including lists and links. If it was just the HTML, it might be kind of a boring Home page. But for SEO I can go "over the top" in promoting the site, since most viewers will never see that part... but it's all indexed by search engines. The end result is BETTER SEO using Flash than just HTML.
    On another Web site, a Flash video is displayed, the alt content is the complete text narration of the video. Now how many people would take the time to read that if they could just watch the video instead?? again, better SEO with Flash than without. In fact in one case we had first page search result from that video narration within 4 hours of posting the page.
    On still another site with a Flash video, the alt content is another video, but a .mov version, which will, in effect play Flash video on the iPhone (not possible you say??). Well since the iPhone does not have Flash pluggin, it simply displays the .mov version of the video, while everyione else sees the Flash version.
    So anyway, if Flash is a part of your Web development, you should look into using swfobject and alternate content.
    http://code.google.com/p/swfobject/
    Best wishes,
    Eye for Video
    www.cidigitalmedia.com
    Best wishes,
    Adninjastrator

  • Making pages that will not be found by search engines?

    What can I do in Dreamweaver OR what code can I add to my HTML pages so that Google or any other search engines will not index the pages?
    Thanks.

    This site is a subfolder of a larger website and i do not have access to the root, so I am guessing I can not use the robots.txt file.
    From what I have read, this seems like it will work:
    <meta name="robots" content="noindex">
    1.) here is my existing code below. Do I just insert it after the <head>?
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
    Thanks!

  • Wondering if I should upgrade from OS 10.6.8 to yosemite as search engines are acting a little weird - fan can come on, slow to shut down and also concerned about Security as my OS is older and no longer upgraded etc...?

    Problem description:
    Wondering if I should upgrade to Yosemite from Mac pro 10.6.8  as search engines are not always responding well - Fan comes on with firefox/safari is not always responding on some sites - also concerned about security issues as my system is older and not able to receive ? I have used etrecheck and copied results here - Any help/suggestions much appreciated  - Thanks kindly!
    EtreCheck version: 2.1.8 (121)
    Report generated February 7, 2015 10:41:15 AM EST
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        MacBook Pro (13-inch, Early 2011) (Technical Specifications)
        MacBook Pro - model: MacBookPro8,1
        1 2.3 GHz Intel Core i5 CPU: 2-core
        4 GB RAM
            BANK 0/DIMM0
                2 GB DDR3 1333 MHz ok
            BANK 1/DIMM0
                2 GB DDR3 1333 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery Health: Normal - Cycle count 303
    Video Information: ℹ️
        Intel HD Graphics 3000 - VRAM: 384 MB
            Color LCD 1280 x 800
    System Software: ℹ️
        Mac OS X 10.6.8 (10K549) - Time since boot: 1:24:41
    Disk Information: ℹ️
        Hitachi HTS545032B9A302 disk0 : (298.09 GB)
            - (disk0s1) <not mounted> : 210 MB
            Macintosh HD (disk0s2) / : 319.73 GB (198.41 GB free)
        OPTIARC DVD RW AD-5970H
    USB Information: ℹ️
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple Inc. BRCM2070 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
        Apple, Inc. MacBook Pro
    Configuration files: ℹ️
        /etc/hosts - Count: 15
    Kernel Extensions: ℹ️
            /System/Library/Extensions
        [not loaded]    com.olympus.DSSBlockCommandsDevice (1.1.0) [Click for support]
    Problem System Launch Daemons: ℹ️
        [not loaded]    org.samba.winbindd.plist [Click for support]
    Launch Agents: ℹ️
        [not loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [loaded]    com.adobe.CS5ServiceManager.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.adobe.SwitchBoard.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
    User Login Items: ℹ️
        Flux    Application  (/Applications/Flux.app)
    Internet Plug-ins: ℹ️
        JavaAppletPlugin: Version: 13.9.8 - SDK 10.6 Check version
        FlashPlayer-10.6: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        QuickTime Plugin: Version: 7.6.6
        AdobePDFViewerNPAPI: Version: 10.1.12 [Click for support]
        AdobePDFViewer: Version: 10.1.12 [Click for support]
        DivXBrowserPlugin: Version: 1.4 [Click for support]
        Flash Player: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        SharePointBrowserPlugin: Version: 14.1.0 [Click for support]
        Google Earth Web Plug-in: Version: 7.1 [Click for support]
        Silverlight: Version: 4.1.10329.0 [Click for support]
        iPhotoPhotocast: Version: 7.0 - SDK 10.7
    Audio Plug-ins: ℹ️
        iSightAudio: Version: 7.6.6
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        Growl  [Click for support]
    Time Machine: ℹ️
        Time Machine information requires OS X 10.7 "Lion" or later.
    Top Processes by CPU: ℹ️
             7%    WindowServer
             1%    plugin-container
             1%    firefox
             0%    fontd
             0%    Flux
    Top Processes by Memory: ℹ️
        515 MB    firefox
        52 MB    mds
        43 MB    WindowServer
        43 MB    Finder
        34 MB    plugin-container
    Virtual Memory Information: ℹ️
        2.14 GB    Free RAM
        745 MB    Active RAM
        475 MB    Inactive RAM
        929 MB    Wired RAM
        231 MB    Page-ins
        0 B    Page-outs
    Diagnostics Information: ℹ️
        Feb 7, 2015, 09:16:09 AM    Self test - passed

    ... Fan comes on with firefox/safari is not always responding on some sites -
    An SMC reset may resolve the otherwise inexplicable fan behaviour. Be sure to read the procedure carefully and follow all the steps exactly as written, even if they seem inapplicable or trivial.
    Fixing a modified Hosts file requires specific instructions. Apple Support Communities contributor and EtreCheck author etresoft recently added a User Tip discussing that concern, and how to correct it: Fixing a hacked /etc/hosts file
    Back up your Mac prior to making any changes to its file system. To learn how to use Time Machine read Mac Basics: Time Machine backs up your Mac.

  • Did you know webwebweb prevents the "Manage search engines" dialogue from saving if you delete it as a search engine ? How to fix this ?

    webwebweb installs as part of the (now defunct ?) videodownloader professional. It seems to also take over the search engine options in Firefox. I cannot delete it from the list.

    Hello PeterAKNZ, try to disable videodownloader and check it again.
    if you paid for videodownloader (professional) then you have in your profile a [http://kb.mozillazine.org/User.js_file User.js] file. The user.js file does not exist by default. If you create the file, forget it, if you have not created then try to delete the User.js file, to see if the problem goes away (it happens some programs to create the file).
    thank you

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

  • How to add a link to a search engine?

    Hi, I'd like to add a link to a search engine from here: www.pracuj.pl -it would be perfect if i could have the same search frame as there is on the top of the page- on my website too, is it possible? i'm really looking forward to hearing from you, I'm making a website for tomorrow

    Hi
    You can include Google custom search in your site page and then design the search layout using customized code or If your hosting provider provides you search modules to add on in your site then you can go with that.
    This needs to be done from hosting end , you can copy the code and use in Muse pages.
    If you are using Adobe servers to host your site , then you can use search module and place on page.
    Let me know if you have additional questions.
    Thanks,
    Sanjit

  • Iweb site on search engines

    I have been trying my very best to make my website (http://web.mac.com/bjcarreon) available on search engines because I think it's a great site and people can learn from my experiences but I have been only 1/4 successful because when you try to search for me in google, you can only search what's on the welcome page and not the sub pages. how do i make all the pages in my site, searchable?
    is there an easy way to have my iweb made website searchable on line? please help.

    mate - your in the wrong forum. you have the latest iweb version, and this is the one previous to it. in any case, you might want to check out my tutorial for making iweb sites be on google:
    http://guimkie.com/projects/iweb/get-on-google-with-iweb/
    as a way to make your site be more keyword attractive - make sure that none of your text is as images. if you use simply textboxes, the content will be moved into the html code and can then be picked up by google. text in images cannot be picked up by google.
    for those having iweb 06, i have this article:
    http://guimkie.com/projects/iweb/get-on-google-with-iweb-1x
    i have some ads on my site, meaning it might generate revenue if you visit it. this is apple policy. i have to state it in order to be allowed to post this link here.
    max

  • How do I change my search engine away from Bing?

    I changed the preferences in Safari so that the search engine should be Google, yet when I do a search, it still seems to be using Bing.

    There is no need to download anything to solve this problem.
    You may have installed the "Genieo" or "InstallMac" ad-injection malware. Follow the instructions on this Apple Support page to remove it.
    Back up all data before making any changes.
    Besides the files listed in the linked support article, you may also need to remove this file in the same way:
    ~/Library/LaunchAgents/com.genieo.completer.ltvbit.plist
    If there are other items with a name that includes "Genieo" or "genieo" alongside any of those you find, remove them as well.
    One of the steps in the article is to remove malicious Safari extensions. Do the equivalent in the Chrome and Firefox browsers, if you use either of those. If Safari crashes on launch, skip that step and come back to it after you've done everything else.
    If you don't find any of the files or extensions listed, or if removing them doesn't stop the ad injection, then you may have one of the other kinds of adware covered by the support article. Follow the rest of the instructions in the article.
    Make sure you don't repeat the mistake that led you to install the malware. Chances are you got it from an Internet cesspit such as "Softonic" or "CNET Download." Never visit either of those sites again. You might also have downloaded it from an ad in a page on some other site. The ad would probably have included a large green button labeled "Download" or "Download Now" in white letters. The button is designed to confuse people who intend to download something else on the same page. If you ever download a file that isn't obviously what you expected, delete it immediately.
    In the Security & Privacy pane of System Preferences, select the General tab. The radio button marked Anywhere  should not be selected. If it is, click the lock icon to unlock the settings, then select one of the other buttons. After that, don't ignore a warning that you are about to run or install an application from an unknown developer.
    Still in System Preferences, open the App Store or Software Update pane and check the box marked
              Install system data files and security updates
    if it's not already checked.

  • Xfinity keeps defaulting to their search engine rather than google via Safari.  How do I disable xfinity search?  I am going crazy!

    It has always been a problem with xfinity defaulting to their own crappy search engine when I type into the Safari url line.  It is even worse now with Yosemite.  My default on Safari is set to google, but xfinity hijacks it.  I have been searching everywhere to find a solution.  I simply want to disable the xfinity search engine, but it is not simple!  Hoping someone here has had the same problem and was able to fix it.  Thanks!

    Back up all data.
    Unlock the Network preference pane, if necessary, by clicking the lock icon in the lower left corner and entering your password. Cllck Advanced, open the DNS tab, and change the server addresses to the following:
              8.8.8.8
              8.8.4.4
    That's Google DNS. Click OK, then Apply.
    In Safari, select
              Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data
    and confirm. If you’re using another browser, empty the cache. Test. Any difference?
    Notes:
    1. If you lose Internet access after making the above change to your network settings, delete the Google servers in the  Network preference pane, then select the TCP/IP tab and click Renew DHCP Lease. That should restore the original DNS settings; otherwise restore them yourself. Remember that you must click Apply in order for any changes to take effect.
    2. I don't use Google DNS myself, though I have tested it, and I'm not recommending it or any other DNS provider; the server addresses are offered merely for testing purposes. There may be privacy and technical issues involved in using that service, which you should investigate personally before you decide whether to keep the settings. Other public DNS services exist.

  • Search engine widgets have go daddy "cheep" page and yahoo search come up when using widget not what you type in.

    When working with search engine widgets, press enter after making entry and you are sent to "cheepa.com" page brought to you by godaddy. Also seach is by yahoo search. How do you get rid of this page.

    Some toolbars will change the usual Firefox search, but they would usually be consistent in steering you to the same site.
    Your PC may have contracted some malware. You can supplement your regular security software with these two highly regarded scanners:
    Malwarebytes Anti-malware : http://www.malwarebytes.org/mbam.php
    SUPERAntiSpyware : http://www.superantispyware.com/
    Find anything? Some additional clean-up might be required in Firefox settings as well.

  • Iweb Search Engine

    I am making a website for my business and i have many different products that one could search by name. Is there anyway i could put a search engine on my iweb '08?

    I should have mentioned that, for this to work, your pages have to be able to be "found" in Google.
    Example ....
    http://www.iwebformusicians.com/iWebMusicWebsite/MusicWebsiteBuilding.html

  • Search Engine Use

    Recently when I select text and right click to start a new search for the chosen text it is using YAHOO as the search engine. I do not like Yahoo search, I prefer Google. Please help me fix this problem.

    Are you willing to take the chance? And - why would you have
    such a thing
    so far out of the main content section anyhow?
    It smacks of spamming, and if you were my competitor for
    position, I'd
    report you.
    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
    ==================
    "rmiman" <[email protected]> wrote in
    message
    news:f17lhh$7lh$[email protected]..
    >
    quote:
    Originally posted by:
    Newsgroup User
    > > Really, why would they do that? What's a better
    method to promote your
    > > site
    > > more without having to bog your front page down
    with information you
    > > really
    > > don't want to display?
    >
    > That's the point Google is making. If it's not content
    you don't want
    > people
    > to see, then it must not be very legitimate or important
    information.
    >
    > The main argument is that you could spam Google to rig
    the search results.
    > For instance:
    >
    > CocaCola.com
    >
    > <p>Welcome to Coke's web site</p>
    > <p class="hiddenOffScreen">Pepsi Pepsi Pepsi Pepsi
    Pepsi Pepsi </p>
    >
    > So, searching for 'Pepsi' would return CocaCola.com
    >
    > I tend to agree completely with google here. If it's
    viable/important
    > content, put it on the page. It's a design issue, not an
    HTML issue.
    >
    > -Darrel
    >
    >
    >
    > Good point but does this really come up often enough for
    it to be an
    > issue?
    >
    > For all they know, I could have a button in the bottom
    left hand part of
    > my
    > screen that if you rollover, it'll simply display that
    hidden layer full
    > of
    > that text content.
    >

Maybe you are looking for

  • How can I use Tags in Ical. Hope that it works like in finder

    Hi I am happy that OS 10.9 is suporting tags. Like to us it in Ical to keep it in sync with my taks used in finder. However I can not find Tag's in Ical and wonder if this is the same als Flag's. Can some help me out to keept it consistent troughout

  • Printer List (Default) is empty

    When trying to add a new printer the default printer list comes up empty. I have not deleted any drivers, they are all still in /Library/Printers. I have tried reinstalling the drivers from the install disk, and repairing disk permissions, to no avai

  • Not able to connect to database: ORA-28001: the password has expired

    I started getting the 'password has expired' error in my SOA server log today (six months after installing my SOA Suite 11.1.1.4 development environment). I found a tip in an old forum thread: Failed to connect to database instance: ORA-28001: the pa

  • Model Nodes

    Dear all, I have the following situation: Currencies TransactionRequest    Currency if i do: wdContext.currentTransactionRequestElement().modelObject().setCurrency(someCurrency); Should normally wdContext.currentCurrencyElement() reference to someCur

  • Access files on Time Capsule worldwide

    What is the easiest way to connect to my files on my Time Capsule from all over the world? I don't know if I have a static IP, or if I even need one... Neither do I know if DHCP and NAT must be turned on or not. Once it is turned on, light is red...