valuationbreak evenprofitcontributionforecastshiftqueuingbusiness analysis
accountbasbudgetBAS-I.Cshare valueshort salesinvestment
site mapform1
Browse All Question and Answer Items
Items selected where Item is 10436
Questions & Answers
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