How to expose Web App data to search engines

Hi Guys - Need direction please
My website contains a business directory (web app)
The web app items are in a secure zone (the client only want registered/paid members to create their business profiles) = customer submitted web app
It is also required that the directory is indexed by "elgooG".
When searching for a type of business on "elgooG", they want the listed business information found, with a link to the actual detail
e.g.: website.com\directory\Joe-blogs-plumbing
First problem, the web app item sits behind a login (secured)
How would you configure this so that we have the Web App item secured (paid), but also visible to search engines and general public?
Much appreciated

There is no reason for the whole web app to be under a securezone.
Once you assign the owner of the item they can only edit it when they login.
All you need to do is have a listing directory on your site that shows these. IF you do not want that and it only under a securezone of course it will never get indexed by google.
If you want the public listing of these you just need a page and put in the web app module that outputs the list. Things like the edit link wont show unless your logged in.

Similar Messages

  • How to hide web app data in a detail template

    Hi, is it possible to hide some part of my content from a web app detail template.
    For example, I am doing a company directory which has some layout like:
    Phone: {tag_telephone}
    Email: {tag_email}
    Website: {tag_website}
    If one company does not provide a website address for example, it looks like this on the page:
    Phone: 12345
    Email: [email protected]
    Website:
    (with a blank area left next to the heading of 'website' - but the website heading sits there looking lonely
    Is there a way I can tell BC 'if you don't fill out a field, you don't display the field itself and the heading that goes next to it. So it would look like this:
    Phone: 12345
    Email: [email protected]
    Some businesses will have websites, others not, and the same scenario applies for phone and email, the companies may just provide one or more of each item. It would be good to get away with getting a dash next to the item that isn't used.
    Thanks.

    Hi
    This can be fixed by doging something along these lines:
    Assign an id (ex: m1) to the div in which you place your webside field, and contain this in another div with another id (ex m0), which contains the "E-mail:" tag as well. With a little java script you can checkhide if m1 is empty and if so, alter the style for m0 to be hidden.

  • How to sort web app items based on few fields of it on search result page?

    I have a web app and its search. The search results are on multiple pages means it has pagination. My client's requirement is to have a feature which will sort results based on some web app items. for example we have a field price so when user select the price it needs to sort from high to low. Any one have idea how to do it?

    I have just been playing around with this for something else, all you need to do is duplicate your price field into the weighting field and it will automatically sort from High to low for you.
    Cheers
    Duncan

  • How to exclude Web App from search results

    Hi
    Search results link to a unstyled Web App instead to the actual page it resides in.
    Please do this:
    1. go to: http://kinship.businesscatalyst.com/
    2. search for "Michael" on the top global search
    3. on the search results page click on the name (link).
    4. you will see Michael's web app item not the actuall page it resides in (http://kinship.businesscatalyst.com/About/the-team)
    How to avoid getting web app results in search?
    Thanks
    Micha

    Hi Micha
    Just add “&OT=35 “ at the end of the action in your search form:
    Ex:
    <form name=”xxxx” method=”post” action=”/Default.aspx?SiteSearchID=3566&amp;ID=/results&OT=35”>
    <div class=”search-box”><input type=”text” class= ............../>
    <input type=”submit” class=”cat_button” value=”search” />
    </div>
    </form>
    Here are the rest of the content types IDs, should you come across similar situations in the future:
    Web Pages = 1
    Literature = 6
    Announcements = 7
    FAQs = 9
    Forums = 43
    Blogs = 55
    Web Apps = 35
    Catalogs = 26
    Bookings = 48
    You can exclude multiple areas from a search, simply list them with commas: &OT=35,1,6

  • Setting up a web app search field that searches all web app data

    Hi BC forum
    We have this web site - bridgerd.com.au - and we are finding limitations with the web app search bar (where it says: Search Bridge Rd). This search bar will only search for data within the Web App 'description field'. We're wanting it to work a little more like the site search module, where it searches all content of a particular web app - including data from different fields.
    Obviously this would be a great out-of-the-box feature for BC, and it seems to be an annoying limitation. Has anyone overcome this issue before? Is there a way to search all fields by concatenating a bunch of hidden fields into one submitted search using java script. Or could we using java script to copy the same entered search value to all fields whilst hiding all but the main search field?
    Cheers

    Actually, let me clarify this... Is there a way to expand the "Keyword" field search in web apps past the limits of only searching the "Content" field?
    OR
    Is it possible to include the custom fields in our web app to the search criteria? When I add the web app to the page, it seems BC will only add the default web app search fields. If I can add the custom web app search fields, I may be able to employ my theory as per last post.
    Cheers

  • How to enable web-app "parent-last" classloading in WLS 10.3?

    Hello,
    We are having some issues when using Groovy to execute ant tasks in a webapp. They are due to the classloading order in WLS.
    The problem is this :
    - Our webapp is using Groovy 1.5.6.
    - Groovy 1.5.6 uses ant 1.7. When groovy calls ant tasks such as <untar>, <unjar>, etc, it is passing the <mapper> element, which is supported in ant 1.7.
    - When this webapp is deployed in WLS 10.3, Groovy tries to call these ant tasks, but WLS has ant 1.6 which does not support the nested <mapper> element groovy is trying to pass.
    - The groovy script blows up with an ant error because of the unsupported element.
    - We are packaging ant 1.7 jars in the WEB-INF/lib dir of our WAR file, but WLS is loading the classes from it's own classpath first, so we do not get the 1.7 impl loaded.
    The solution is to enable "parent-last" classloading for this webapp, but I can not find any documentation on how to do this.
    In Websphere you can set a checkbox for it in the console.
    In Orion, you add to the orion-web.xml file this tag <web-app-class-loader search-local-classes-first="true"/>
    ** In WebLogic, how do you do this?
    I have been searching the documentation and asking around, and I can not find an answer yet. Thanks in advance for your help!

    Try either a filtering classloader as described here:
    http://edocs.bea.com/wls/docs103/programming/classloading.html#wp1097187
    Or prefer-web-inf-classes in weblogic.xml:
    http://edocs.bea.com/wls/docs103/programming/classloading.html#wp1082452

  • Can I use Web App data string (image) in a CSS hover function?

    I am developing a "show and tell" company employee profile using the Web App. I built my list item and the detailed items. Works fine. However, I have no hover function. So I created  some css - a div id and added a background image then a div hover with another image for the hover. This worked. I moved the code over from Dreamweaver to BC – inside the Web App (the list template). I replaced the image paths with the Web App data string - image ( ex. {tag_employee photo} ). Then I did the same for the hover – I switched out the image to the data string ( ex., {tag_employee photo2} ). It doesn't work now.
    All the CSS is written inside the body so it's not pulling from an outside path. I figured an outside path may not understand the data string.
    How can I get this to link with the image data string? Am I missing something?
    How can I create a image switch using CSS and the hover function WITH the BC Web App data strings?
    Below is how I wrote the DIV id:
    # List_photo {
        height: 200px;
        width: 200px;
        background-image:url("{tag_employee photo (200px)}");
        position: relative;
        margin-bottom:10px;
        display:block;
    # List_photo:hover {
        height: 200px;
        width: 200px;
        background-image:url("{tag_employee photo (hover)}");
        position: relative;
        margin-bottom:10px;
        display:block;
    Thanks!
    Robert

    Hi Robert,
    The concept of what you are doing will work (so long as the <style>s are on the actual page) but you need to append '_value' to any image tag to get the image url and not the HTML output of the image.
    So your tag would be {tag_employee photo (hover)_value}

  • How to debug web app with weblogic?

    I wrote a web app that includes jsp files and some javabeans, then I put the jsp files to directory
    mydomain\applications\DefaultWebApp
    then I complied javabeans and put those classes to
    mydomain\applications\DefaultWebApp\WEB-INF\classes
    Then I start the weblogic,it runs very well.
    I modified some javabean, complie them and put classes override the old classes,
    but the web app can not find the new classes.
    Any one know How to debug web app(with javabeans) in weblogic?
    thanks!

    how to config the hot deploy?
    thxSorry, for this delay in responding. I had set notify me with email option in Watch This topic; but I never did get any email notification.
    I use wls6.1; I think the process may be very similar to this in wls8.x. In wls6.1 (sp5), this is done via the -
    Dweblogic.ProductionModeEnabled=False or
    Dweblogic.ProductionModeEnabled=True
    in the startup cmd/sh script. Out of the box, wls6.1 is set to Dweblogic.ProductionModeEnabled=False which automatically enables hot deploys.

  • How to put web app to Oracle 8i Jserver ?

    I've developed a web app with JDev3.1 , Oracle8i 8.1.6 on NTServer4.0.
    and want to put it on Oracle Jserver 8.1.6:
    The app works well within JDev3.1.
    I depolyed my Business Components project and test well.
    I would like to know how to put web app to Jserver. Is it possible?

    when you say "web app" i am assuming you mean an applet, servlet or java server page(jsp) ??
    if you mean this, then you need to move to the rdbms 8.1.7 environment for this support.
    rdbms 8.1.7 supports servlets and jsp's in two different ways :
    externally -- on the rdbms 8.1.7 platform
    they can be run in an external apache front end included with the 8.1.7 rdbms.
    internally -- inside the rdbms 8.1.7
    they can be deployed internally to 8.1.7 in the "oracle servlet engine" (ose)
    applets and html static pages still need to be deployed to a web server on the mid-tier OR the external apache front end included with the 8.1.7 rdbms to optimize performance.
    i hope this helps ...
    p.s. if i've misunderstood your question , please restate it.
    null

  • Instructions How To Add Web Apps

    Can someone tell me how to add web apps like the games and flashlight. I'm having a mental block lol Theres no download button on the apple site or in itunes that ive found.
    Thanks!

    Hi Jraps39
    Currently there are 2 answers to this question.
    The first applies if your iPod touch hasn't been updated with the January Software Upgrade which you can purchase through the iTunes music store. If this is the case then there is no official supported way of adding buttons to your home screen to those web apps. You can however bookmark them in Safari.
    If you have downloaded the January Software Upgrade through the iTunes Music Store then you will be able to tap the plus sign in the middle of the button bar at the bottom of the webpage in Safari and it will give you the option to "Add to Home" which will add an icon to your home screen.
    Some users have found alternative methods that are unofficially supported and cannot be mentioned on this forum however I hope the above answers your question.

  • How do I recover Apps Data from the iCloud on iPhone 4S with IOS 6.1?

    How do I recover Apps Data from the iCloud on iPhone 4S with IOS 6.1?

    You would have to restore to your entire iCloud backup, if you have one.  (The backup includes app data.)  Restoring to an iCloud backup has to be done in the initial setup process.  If you have any data on your phone now that is not in the backup that you want to save you'll need to do that first.  Then go to Settings>General>Reset and tap Erase All Content and Settings.  You will then go through the setup screens as you did when the phone was new. When given the option, choose Restore from iCloud Backup.  Be sure you are connected to wifi and your charger as this will take some time to finish.

  • I want google as my search engine, not Bing. How do I make Google the default search engine in the "Search the Web" feature of the search bar; or, how do I remove the "Search the Web" feature of the search bar so that "Google" can be default?

    I want google as my search engine, not Bing. But no matter what I do in "Manage Search Engines," Firefox seems to reset to "Search the Web," which uses Bing.
    How do I make Google the default search engine in the "Search the Web" feature of the search bar; or, how do I remove the "Search the Web" feature of the search bar so that "Google" can be default? When I move "Search the Web" down and "Google" up, the search bar resets every time Firefox reloads.

    Sometime Bing is not located in the Add/Remove programs section of the control panel.
    6 Easy Steps to Remove Bing from Mozilla Firefox:
    1. Click on the "inverted triangle" located to the right of the orange Bing icon.
    2. Select the option "Manage Search Engines...". (A pop-up window will appear titled "Manage Search Engine List.)
    3. Select "Bing".
    4. Click the "Remove" button.
    5. Select the desired search engine from the list.
    6. Click "OK"
    All Done.... :-)
    Happy Searching...
    Long version: https://support.mozilla.com/en-US/kb/Search%20bar?s=bing&as=s

  • How can i delete app data on iPhone without uninstalling the app?

    How can i delete app data on iPhone 4 without removing the application.     Facebook application size -57mb. And its app data is 70mb  

    This is ridiculous!
    Imagine this scenario, can't be that unlikely:
    I'm going away on holiday, or away on work for a while, and I'm not taking the computer to which I sync my phone. Before I leave I fill my iPhone up with music to take with me. While I'm travelling I want to install a new app, but I don't have space. I look to delete content from the phone - I can delete podcasts but not music. Unfortunately I don't have enough podcasts to free up space that way. So I don't purchase the app I wanted.
    This is bad for:
    1. The user (me)
    2. The app developer - lost download.
    3. Apple - they lose their cut of the app download, and royally p#@* off a user.
    Can someone explain to me why this limitation is good for anyone?!

  • How does iCloud manage app data like whatsapp ? Does it overwrite the data everytime I backup to I cloud with the data on the phone or it merges the data from previous backups with the new data?

    How does iCloud manage app data( like whatsapp) ? Does it overwrite the data everytime I backup to I cloud with the data on the phone when i backup or it merges the data from previous backups with the new data?

    You need to subscribe to iTunes Match to store your music on iCloud:
    http://www.apple.com/itunes/itunes-match/
    To transfer iTunes Store purchases made on your phone to your computer, connect your phone then choose "Transfer purchases..." from the File menu in iTunes.
    Photostream transfers photos taken on your iOS devices to other devices and your computer. For troubleshooting Photostream see: http://support.apple.com/kb/TS3989

  • Hi, how can i return back safari default search engine?

    How can I return back safari default search engine? It has been changed after trying to download adobe flash player.

    You may have installed one or more of the common types of ad-injection malware. Follow the instructions on this Apple Support page to remove it. It's been reported that some variants of the "VSearch" malware block access to the page. If that happens, start in safe mode by holding down the shift key at the startup chime, then try again.
    Back up all data before making any changes.
    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, ask for further instructions.
    Make sure you don't repeat the mistake that led you to install the malware. It may have come 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.
    Malware is also found on websites that traffic in pirated content such as video. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect more of the same, and worse, to follow. Never install any software that you downloaded from a bittorrent, or that was downloaded by someone else from an unknown source.
    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 (OS X 10.10 or later)
    or
              Download updates automatically (OS X 10.9 or earlier)
    if it's not already checked.

Maybe you are looking for

  • Magic Mouse still not connecting on Bootcamp 3.1 with Windows 7

    I had windows 7 ultimate x64 running on Bootcamp the last few months and was thrilled to see that the last update would work with my shiny new magic mouse. To my disappointment it didn't. I tried reinstalling the update (x64 version of it) a few time

  • XML Not working

    Hi, I'm trying to bring a project file from a computer with FCP 5.0 back to 4.5. The XML file is 35 MB and takes about twenty minutes to import 40% into my 4.5 system. At about 40%, I get an error message stating that errors in the XML have aborted t

  • Upgrading four year old computer and Final Cut!

    I am about to upgrade my four year old Mac G5 (2X2G)to a new Mac Pro(2.8G). It arrives Monday!I bought the upgrade to FCS2 to replace my FCP 4.5. I'm confused about what I have to do. Do I need to load the old version of Final Cut 4.5 onto my new Mac

  • Importing new fonts to Acrobat

    I need to edit a book manuscript that is originated in Goudy.The font is not available on Acrobat. Can I import it? And if I am using the correct font will it avoid the layout problems that occur where the letter spacing is affected by even adding a

  • Loopology in CS5.5 - Not Looping :-(

    Hi, Am new to Loopology and having a bit of difficulty getting it to work. Have just downloaded the Looplogy content. I have ended up with a load of wav files in various directories (after extracting from the compressed downloads). Started a new mult