Questions
-
Auto-Generated META tag on 404 Page
I'm not 100% sure on what you are asking, but I do have pages where the title tag or meta description are generated dynamically using a php script. It's not that hard to do. In my case, I am getting information from a database and generating the title from what comes from the database. So, once I have my title I'll insert this in the place of the title tag: <title><?php echo $title; ?></p> <p>If you're trying to do what the electrolux page does, you can use data from the php $_SERVER info: <a href="http://php.net/manual/en/reserved.variables.server.php">http://php.net/manual/en/reserved.variables.server.php</a></p> <p> </p> <p>But, I'm not sure what purpose it would serve.</p> <p> </p></title>
Web Design | | MarieHaynes0 -
What is the best way to get unique links?
Maybe I didn't understand: but if it's a PDF, it's not html and the source is not visible–so how does that help your link? Or are people taking the info from the PDF and typing it into their site? It sounds like a great idea, just want to understand. Afshin Apples of Gold
Link Building | | applesofgold0