valuationbreak evenprofitcontributionforecastshiftqueuingbusiness analysis
accountbasbudgetBAS-I.Cshare valueshort salesinvestment
site mapform1
Browse All Question and Answer Items
<< < Page 181 182 183 184 185 186 187 188 189 190 > >>
Questions & Answers
Q: Hello, I am thinking about purchasing your product. I downloaded the evaluation copy and I am testing with it. My server past all test described to make sure it will work with your software. The form does send to goldmine. However when I open and select to link to a new contact the only fields that will import are First_Name and Last_Name. I have checked to make sure I have the correct DataBase Names for the other fields I am trying to use, as you also describe and they are, but it still will not seem to work. Any Ideas?
A: As some fields are importing it definitely appears to be a form field name, database field name matching issue. If you have non alpha numeric characters in the field names including spaces it could be a problem also check that the letter case is the same. If you still have difficulty let me know the url of your form and send me a copy of the received email and I may be able to assist further.
Question and Answer Item 10438 - Browse All Question and Answer Items
Q: I was just wondering if the software could be used so that my visitors could create their own sitemaps from my site without violating your licensing. The script is just what i am looking for.
A: You can host and display evaluation software on your site however registration details and information must never be distributed in any way and the software function must be inline with its intended use. So basically you can run the software on your site (just like we do at https://bizpep.com/sitemapxml/ ). This will allow users to generate a sitemap in evaluation mode from your site. When hosting software the software must not be altered in any way, and at all times http:// bizpep.com must be clearly identified as the developer and copyright holder. We require notification of the hosting url and reserve the right to request removal of our software at our discretion. Any acknowledgment links from your site are appreciated.
Question and Answer Item 10437 - Browse All Question and Answer Items
Q: I successfully uploaded the program to my server and registered it. I'm now ready to create a dynamic sitemap. Should the sitemap.php text encoding be ANSI or UTF-8 for Google?
A: ANSI (the default in notepad) is fine as the dynamic code creates the sitemap in utf-8 for google and the static code is already encoded as utf-8 by the generator. Q: Should the php last-modified header tag be at the top of each web page or only the main page? I assume it needs to be on each page. A: You only need to add the header tag if your server does not already include a Last-Modified: date in the response headers when the urls are requested. Using the HTTP Header Viewer https://bizpep.com/http-header.php you can see the HTTP Headers returned when your web pages are called. For a Last Modified Date to be included in your SiteMap the HTTP Header Viewer Received Response for your web pages must include a Last-Modified: date. If it does not and your server will run php in your web pages you can add the header code as outlined in the help file. As the last modified date is for each page the code will need to be in all pages.
Question and Answer Item 10436 - Browse All Question and Answer Items
Q: I am have a question about your sitemap xml sftware. I tried it and I must say I like it a lot. Currently I am using AutoMapIt for automatic sitemap generating but it's kinda expensive. Is it possible to go over the 5000 pages limit?
A: Thanks for the feedback...If you build Dynamic SiteMap code you can set the Depth variable (and others) directly in the in the script, it is not limited to the options displayed in the form, any value can be applied ie you can have a depth greater than 5000. The variables can be directly edited in the code using a text editor or in the text area ie the depth variable is $depthNum= . If you want to submit a static sitemap to google (instead of the dynamic one) simply run the dynamic code in your browser and when it returns the xml sitemap select view source and copy / paste / save the xml.
Question and Answer Item 10432 - Browse All Question and Answer Items
Q: Is it possible to use h1 text from each page as a description and page title as a link in html sitemap?
A: The title and description in the sitemap are extracted from the title and description meta tags in the web page, you cannot set these to use h1 tags However you can adjust the contents of your title and description tags in your web pages and this will be reflected in the sitemap.
Question and Answer Item 10433 - Browse All Question and Answer Items