Product name in URL

Hello,
Because google also takes into account if the product name is
in the url when determining the page's relevance I whish to do so.
So, besides the productID I wish to add the product name in
the URL. But how to do this? Now it looks like this:
"mypage.com/Detailpagina.php?ProductID=E20385" and I whish to
make it something like this:
"mypage.com/Detailpagina.php?ProductID=E20385?Product=Product_name_1".
But how do I get it there and how do i change spaces into _ or - ?
Also, some names have special characters like ' é ä and
so on. Wont this go wrong when putting it in the URL?
Thanks.

I can't see how it would.
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
==================
"SyKeSnr1" <[email protected]> wrote in
message
news:[email protected]...
> OK :) so this does not effect the pageranking in any way
when the site is
> crawled?
>
>
quote:
Originally posted by:
Newsgroup User
> > Brilliant! :) it still works and shows parts of the
product name.
> > However,
> > spaces still show up messy as "%20" do you also
have an easy way to turn
> > this
> > into a _ or - (whichever google prefers)???
>
> Don't worry about the %20 - that's a URL encoded space.
>
> --
> 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
> ==================
>
>
> "SyKeSnr1" <[email protected]> wrote in
message
> news:[email protected]...
> > Brilliant! :) it still works and shows parts of the
product name.
> > However,
> > spaces still show up messy as "%20" do you also
have an easy way to turn
> > this
> > into a _ or - (whichever google prefers)???
> >
> >
quote:
Originally posted by:
Newsgroup User
> > Assuming you also have a field for the product name
called
> > "ProductName",
> > try this -
> >
> > <a href="Detailpagina.php?ProductID=<?php
echo
> > $row_Recordset1['ProductID']
> > . "&amp;ProductName=" .
$row_Recordset1['ProductName']; ?>"
> > class="Grijs">
> >
> >
> > --
> > 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
> > ==================
> >
> >
> > "SyKeSnr1" <[email protected]>
wrote in message
> > news:[email protected]...
> > >
quote:
Originally posted by:
Newsgroup User
> > > SHow us the line of code that builds the link,
please.
> > >
> > > --
> > > 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
> > > ==================
> > >
> > >
> > > "SyKeSnr1"
<[email protected]> wrote in message
> > > news:[email protected]...
> > > >
quote:
Originally posted by:
bregent
> > > > I think the best option would be to use
url rewriting. What server
> > > > are
> > > > you
> > > > running on?
> > > >
> > > > Im on a windows server...
> > > >
> > > > Simply putting the name in the url would
be all I need indeed
> > > > murray.
> > > > Do
> > > > you
> > > > know a simpler way? this sounds pretty
complex so far :P.
> > > >
> > >
> > >
> > >
> > >
> > > right now it looks like this on every page:
> > >
> > > <a
href="Detailpagina.php?ProductID=<?php echo
> > > $row_Recordset1['ProductID'];
> > > ?>" class="Grijs">
> > >
> > > it simply puts the product id in the url and
the detail page picks
> > > this
> > > up
> > > as
> > > follows:
> > >
> > > mysql_select_db($database_SODB, $SODB);
> > > $query_Recordset1 = sprintf("SELECT * FROM
products WHERE ProductID =
> > > %s",
> > > GetSQLValueString($colname_Recordset1,
"text"));
> > > $Recordset1 = mysql_query($query_Recordset1,
$SODB) or
> > > die(mysql_error());
> > > $row_Recordset1 =
mysql_fetch_assoc($Recordset1);
> > > $totalRows_Recordset1 =
mysql_num_rows($Recordset1);
> > >
> >
> >
> >
> >
> >
> >
>
>
>
>
>
>

Similar Messages

  • Display Product Name in URL with out Extension

    Hi
    I want to display the product name in the URL, with out
    giving the product id and the file extension like below
    I want like this : www.mysite.com/category/productname
    instead of
    www.mysite.com/category/display.cfm?pid=123&catid=345
    I dont want to give the ext and whole query string, becuase
    my clients getting confuion with this query string.
    does any one have any idea on this?
    can any one explain how to do this.

    Take a look at:
    http://www.isapirewrite.com/
    the isapi filter. I believe cold fusion server has an inbuilt one.
    I am using it to change /profile.cfm?dir=myprofile to /myprofile
    where my profile is a unique identifier. I would guess you could
    easily do this:
    www.mysite.com/category/display.cfm?pid=123&catid=345&name=productname
    www.mysite.com/category/productname

  • Automatically Create Hyperlink Using Product Name in Document Text

    Hi,
    I've recently been told that all the product names in our PDF documents from here on out have to link to their product pages on our web site. This is a problem because any given document could contain dozens or a hundred references to products. Before I try my first attempt at creating an Indesign Script (on something that sounds kind of complicated for a novice like me) I was wondering if there any existing scripts out there that do something like the following:
    Find all instances in the text of product names beginning in AD and ending in either a number (digit) or the lowercase letter "x."
    Style those instances in a predefined URL character style (basically styling it in blue).
    Create a hyperlink to the product page using the product name found in the text. Taking the product name--AD4056, for instance--and creating a hyperlink by adding http://www.corpsite.com/ to the front of the URL and adding the product name to the end.
    So the end result, for example, would be that a product name like AD4056 would be set in the URL character style, and would have hyperlink added that, when in the exported PDF, would take you to the product page, http://www.corpsite.com/ad4056.
    It seems like it might be a relatively common problem, so I'm hoping that someone out there may have a resource already available. Oh, I'm on Indesign CS5 on a PC. Would prefer Javascript so our vendors could use it on a Mac, but PC-centric is OK too. If not, I'll get to crackin' on making it myself.
    Thanks in advance for any pointers!

    Here you are. As you see, it's quite complicated -- InDesign needs a destination URL, a virtual hyperlink, and an instance of this virtual hyperlink. All in all it took me a couple of tries before I got it right. (It didn't help your example URLs don't exist yet )
    d = app.activeDocument;
    url_style = d.characterStyles.item("URL style name");
    app.findGrepPreferences = null;
    app.findGrepPreferences.findWhat = "\\<AD\\w+[\\dx]\\>";
    sourceList = d.findGrep();
    for (l=0; l<sourceList.length; l++)
         link = d.hyperlinkURLDestinations.add ( "http://www.corpsite.com/"+sourceList[l].contents);
         d.hyperlinks.add ( d.hyperlinkTextSources.add (sourceList[l]), link ).name = sourceList[l].contents+" ("+l+")";
         sourceList[l].appliedCharacterStyle = url_style;

  • Enterprise Service: Find supplier using Product name or Product ID

    Hello,
                     I'm looking for an Enterprise Service to find suppliers who are selling a particular product by entering product name or ID as input...
                     I searched in ESworkplace and I could'nt find one, other than finding using supplier ID...
                     Does anyone have this service or know where I can find this Service please?

    Here you are. As you see, it's quite complicated -- InDesign needs a destination URL, a virtual hyperlink, and an instance of this virtual hyperlink. All in all it took me a couple of tries before I got it right. (It didn't help your example URLs don't exist yet )
    d = app.activeDocument;
    url_style = d.characterStyles.item("URL style name");
    app.findGrepPreferences = null;
    app.findGrepPreferences.findWhat = "\\<AD\\w+[\\dx]\\>";
    sourceList = d.findGrep();
    for (l=0; l<sourceList.length; l++)
         link = d.hyperlinkURLDestinations.add ( "http://www.corpsite.com/"+sourceList[l].contents);
         d.hyperlinks.add ( d.hyperlinkTextSources.add (sourceList[l]), link ).name = sourceList[l].contents+" ("+l+")";
         sourceList[l].appliedCharacterStyle = url_style;

  • Order Details Issue - No Product Name Displayed

    Hi,
    I have a problem/issue on the Orders section, I can't see the Product Name bought by the Customers. Under the Order List, I can see the list of Customers who order to the checkout form and when I checked the order detail section there's no Product Name/Detail, I can only see the Shipping Option and Total Price. Also the Payment Status is Success.
    Please check if you can help me with this problem.
    Here's the site URL : http://misscocky.isinproduction.com/womens/shirts-and-tops
    By the way, this issue happens on all customers who ordered the checkout form and all products have its own name/title.
    Thanks

    Hi alfe,
    This looks like a bug. The order details should never look like this. Please reach out to support.
    Cheers,
    -mario

  • Special character in my product name

    The name of my product is supposed to have a TM and em dash
    in the product name in all instances. Of course, I have had huge
    problems with that. Now I finally have a .chm working on a very
    limited basis, but it has changes all instances of the dash to
    "&endash;".
    How do I deal with this?
    Can I do a search and replace to do this from RH Help?
    Insert symbols and special characters in Design Editor
    1. Open the topic in the Design Editor. Select a location for
    the character.
    2. Select Insert > HTML > Symbol.
    3. Double-click the symbol.
    I have about a zillion references to the product name
    including the dash & tm within the project. I am importing
    everything from printed documentation in Framemaker.
    I have removed all the dashes and tm marks from any file
    names - but do I have to do the same within all the text in the
    topics?
    thanks, Leisa

    Hi Leisa.
    For this sort of task you'd be better to use a tool designed
    specifically for this. FAR and BkReplacem are two popular tools -
    the latter being freeware. They work by specifying the starting and
    ending HTML strings and can also use containing HTML strings as
    required. Take a backup before doing anything.

  • To know the Finish Good or FInish Product name

    i am developing an Batch wise consumption report, in that i want to know the finish product name, is there any FM or a table where we can find the name of the Finish Goods or Product name,,,
    Regards
    Mukesh Kumar M

    Usually, it depends on your business requirements.
    Bare minimum fields will be MARA-MATNR, MARD-LGORT (storage location), MARC-WERKS (plant), MARA-NETPR (Price), qty, shel-life expiration date, batch number, vendor, etc.
    Please refer to these links for step-by-step details.
    https://forums.sdn.sap.com/click.jspa?searchID=1680871&messageID=3147313
    https://forums.sdn.sap.com/click.jspa?searchID=1680871&messageID=2727595
    Material Replication filtering problem
    https://forums.sdn.sap.com/click.jspa?searchID=1680871&messageID=939819
    https://forums.sdn.sap.com/click.jspa?searchID=1680871&messageID=3051093
    https://forums.sdn.sap.com/click.jspa?searchID=1680871&messageID=1446371
    https://forums.sdn.sap.com/click.jspa?searchID=1680871&messageID=2906955
    https://forums.sdn.sap.com/click.jspa?searchID=1680963&messageID=2906855
    https://forums.sdn.sap.com/click.jspa?searchID=1680963&messageID=3107068
    https://forums.sdn.sap.com/click.jspa?searchID=1680963&messageID=2987071
    https://forums.sdn.sap.com/click.jspa?searchID=1680963&messageID=3171466
    Hope this will help.
    Please reward suitable points, incase it suits your requirements.

  • Automatically Create Hyperlink Using Product Name in PDF text

    Hi,
    I've recently been told that all the product names in our PDF documents from here on out have to link to their component files (these are also PDF files) on our server (which is currently hosted locally). This is a problem because any given document is generated as a Solidworks Assembly engineering drawings. Before I try my first attempt at creating an Indesign Script (on something that sounds kind of complicated for a novice like me) I was wondering if there are any existing scripts out there that do something like the following:
    Find all instances in the text of product names beginning in 3 capital letters and ending in a number (digit)
    Create a hyperlink to the component parts files using the product name found in the text. Taking the product name--CAI623, for instance--and creating a hyperlink
    So the end result, for example, would be that a product name like CAI623 would become a hyperlink and would open the component part file like CAI623-1
    It seems like it might be a relatively common problem, so I'm hoping that someone out there may have a resource already available. Oh, I'm on Indesign CS5 on a PC. Would prefer Javascript so our vendors could use it on a Mac. If not, I'll get to crackin' on making it myself.
    Thanks in advance for any pointers!

    I wrote a few similar scripts. If you're interested, give me your e-mail via PM.
    Kas

  • Revised product name: "Oracle GlassFish Enterprise Message Queue"

    Hello,
    the release notes for OpenMQ 4.5 build 16 include a note about a revised product name, "Oracle GlassFish Enterprise Message Queue". Is this planned to be the future product name for the commercial product (the product formerly known as Java System Message Queue), or is this meant to be the name for both versions?
    Many thanks in advance,
    Michael Justin
    Edited by: 801285 on 10.10.2010 01:49

    Hi all,
    I have finally solved the problem, it seems somehow on my windows home premium I can't run the install script (on H:\ ) from the command line. I manually ran the batch script by double clicking on it, it ran fine and I was finally able to install ORE (server + supported + client) on my laptop. Now the connection -- followed through the manual, created user and granted all the roles. Now that I want to test the connection, I open R console and below are the input and output error message though it seems I can connect to the database:
    R>
    R> library(ORE)
    Loading required package: OREbase
    Attaching package: ‘OREbase’
    The following object(s) are masked from ‘package:base’:
        cbind, data.frame, eval, interaction, order, paste, pmax, pmin, rbind, table
    Loading required package: OREstats
    Loading required package: MASS
    Loading required package: OREgraphics
    Loading required package: OREeda
    Loading required package: OREdm
    Loading required package: lattice
    Loading required package: OREpredict
    Loading required package: ORExml
    R>
    R>
    R>
    R> ore.connect(user = 'scott', sid = 'sinha', host = 'win7', password = 'tiger', port = 1521, all = T)
    Error in .oci.GetQuery(conn, statement, data = data, prefetch = prefetch,  :
      ORA-06520: PL/SQL: Error loading external library
    ORA-06522: Unable to load DLL
    ORA-06512: at "RQSYS.RQEVALIMPL", line 17
    ORA-06512: at "RQSYS.RQEVALIMPL", line 14
    ORA-06512: at line 4
    R>
    R>
    R> ore.is.connected()
    [1] TRUE
    R> I get the exact same error when I try to use even the ORE user "rquser". Any suggestion how to resolve this error?
    Thanks,
    Sourabh

  • A condition to avoid displaying a product with the same Product Name in a report

    hello,
     Is there a condition to avoid displaying contents of two similar product names in a subreport?
     here is the scenario:
    Need to display Parent information in a separate List - Good
    child Product information in Sub-report,
    I'm passing both ProductID and ParentName parameters into Sub-Report to display the contents of the sub-report. If there are no similar Parent name, the sub-report works fine. But if there are similar ParentName, my sub-report
    starts listing all Products from the parent name.
      example
        Parent Product 1 ->  
                        Sulphate
                        Product_ID -> xx345
                        child Product1 ->  SulPhur (details...)  in a SubReport
      Parent Product 2 ->
                       Sulphate
                          Product_ID -> xx3342
                          Child Product1 -> Sulphuric Acid (details...) in  a SubReport

    Hi xitum,
    Per my understanding that both the subreport and the main report contains the field "ProductID" and "ProductName", and some of the ProductID will map the same ProductName which will display some duplicate subreport in the list like below,
    right?
    I have used some sample data as below and you can see when the different ProductID have the same values of "ProductName" and "Amount" and some other field value, it will display all the duplicate information
    in the subreport when add the main report in a list:
    ProductID   ProductName  Amount:
        1               ZXITest         220
        2               ZXITest         220
        3               ZXITest2       100
        4               ZXITest3       200
    If this is the case, please reference to the similar case in below thread which include details steps about how to do the deduplicate:
    how to avoid duplicate displaying a chart in a list
    If I have some misunderstanding, please try to provide some snapshot of the unexpect result you have got and more details information about the expect result you want.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • How Can Hide The File Name in URL Using Jsp

    I Want source code for Hiding The File name in url address using jsp.
    for example www.website/login.jsp is view but i want www.website/ only.

    Hi Praveen - how does that DEF would be determined?
    Have a look at the below blog for executing os commands
    SAP XI File Adapter OS Command Line Feature - Process Integration - SCN Wiki
    XI/PI: Command line sample functions
    Is there any problem in using the dynamic file name configuration??
    Message was edited by: Hareesh Gampa

  • Product Name HP Pavilion DV 2700 and S/N : 2CE8080KXT

    Dear HP Team,
    I bought a HP Laptop from US 2 years back with following description :-
    Product Name HP Pavilion DV 2700 and S/N : 2CE8080KXT
    Monitor Panel of laptop (Holding monitor screen) has damaged accidentally.I am looking  for the part replacement.
    Kindly suggest what is required to be done as when I contacted to Indian Customer care they told that do not have the database of this laptop in India and I have to contact US Customer care for the same.
    Although , they register a complaint and provide me the complaint number for reference
    Ref complaint ID : 4664577147
    Suggest me the way to get this Part replaced with in a shortest duration and cost to be paid for the same.
    Thanks

    Well, on my end, the best suggestion i can give you is this.
    If you know someone in the US who can send you the part, then you can visit this website here and order the part that you need.
    ~reikableu~
    ...KUDO's to me and if this resolves the issue, please tag this as "AcceptedSolution"
    ~I MAYBE working for HP Consumer Notebook Support but any opinion stated are not at anyways connected to those of HP.~

  • Trivia question: internal production name for the Mac Book Pro

    Hi,
    I know Apple has internal production names for their products. So the Mac Book Pro has an internal name other than the Mac Book Pro.
    i was curious, for trivial purposes, what is Apple's internal production name they use for the MacBook Pro?

    Yes, the few people who worked on the project are just dying to post it here so that they can lose their jobs. I can't believe no one has replied yet!
    Seriously, no one knew they were ven announcing a new name for the PowerBook outside of the Apple Campus until Steve announced it. Why would anyone know the unannounced codename?

  • How do I not show image file name, only url link - Acrobat Pro 9

    Both file name and url ink show when placing cursor over image. I want to only have url link appear.
    And if that's not possible, I want to then change the image file name. Any ideas?

    Use a button field for the link. You will have to add the action or JS code to open the link.

  • Dynamic Help File To Change Brand & Product Name. How To Do Please?

    I was wondering if someone could point me in the right direction. We have a help file that is created and we have companies that want to OEM (white label) our product. One of the challenges is that the help file thus needs to become dynamic to update brand and product name references. Can someone tell me how can we go about this in RoboHelp please. The program that initiates the help file can obviously write to a file so possibly this is an option.
    Thank you in advance for your consideration, assistance and guidance.
    Kind regards
    Howard

    Hi,
    Letting an application edit files to change names and terms looks like an ugly solution, apart from any difficulties that arise (such as rights on directories and files). I think it's best to create a separate output (one project, multiple webhelp outputs) each specified for the client.
    To do this, I can come up with three usefull features:
    1. CBT's: look into conditional build tags. With these, you can keep topics/text/etc out of certain outputs.
    2. Variables. In RH8, you can create multiple sets of those (same variable, different value) and use the separate sets for separate outputs.
    3. Multiple style sheets. In RH8, you can select which style sheet you want to use for your topics when you create the webhelp. You can create a separate style sheet for every different brand and use those style sheets when you output your files.
    Hope this helps,
    Willam
    This e-mail is personal. For our full disclaimer, please visit www.centric.eu/disclaimer.

Maybe you are looking for

  • Quick Time by default ?

    Hello, I downloaded QuickTime on a Windows 7 operating system. Open Photoshop CS4 Extended > Bridge > photo.psd, and...the image open into ...QuickTime: Great ! So, without my permission, Apple decide to open ALL files into QuickTime ? Can someone te

  • Installation of Developer 6i on windows 98

    I installed Oracle 9i on Windows 98 OS, after that I installed developer 6i on the same OS, but when I start SQL Plus 8.0 and I give user & password it gives illegal operations error in PlusW8.0, and close the SQL windows. I tried to connect the data

  • Upgrade from Solaris 8 SPARC with Sun cluster 3.1u3 to Solaris 10 SPARC

    Dear All, We are planning an upgrade of the OS from Solaris 8 SPARC to Solaris 10 SPARC on a two-node active-standby clustered system. The current major software we have on the Solaris 8 system are: 1: Sun Cluster 3.1u3 2: Oracle 9i 9.2.0.8 3: Verita

  • Is it possible to run iTunes playlist from external program?

    I'd like to set up reminders in a planner program so that they open various playlists in iTunes. Is this possible, even though the playlists are buried in the library? I know I can do it with Windows Media Player, but I'd so rather not. Thanks, Sharo

  • Extracting data from two tables

    Hi - I have the following 2 tables (structure and data below): create table VT_TABLE VT_ID varchar2(30), VT_DESC varchar2(50), VT_ADDR varchar2(100), VT_CONTACT_PERSON varchar2(20), VT_CONTACT_NUM varchar2(20) create table SVT_TABLE PVT_ID varchar2(3