How Can I Automatically Add Meta Descriptions and Title Tags to 160 .html files?
-
I am customizing a website template. Its not based in wordpress, and I am editing it in dreamweaver on a mac. I need a way to bulk generate meta descriptions and title tags for every ...show more
-
Answer:
If the pages' head content (between the <html> and <body> tags are all the same, you can use a programming language (php/perl) to read the files and place meta content within the proper locations. Go to a site like Digital Point Forums (in the services section), and you can probably hire a coder to do it for $10 or so -- it's not difficult if all the files' head content is the same. However, by design, your pages' meta content should be unique to the page. This means that you should have different meta descriptions and different meta keywords for each page based on the content of that page. You could also hire a coder to create a script that would allow you to read the file names, select an individual file, manually input the unique meta content, and then do that for all of the pages from an easy-to-use interface. However, that would likely cost more than $10 to code... To make updates easier in the future, you might want to consider turning the site into a dynamic website -- probably php. You can even keep the .html extension if you're on Apache and use the .htaccess file to tell the server to read .html files as php. The benefit of using a dynamic website, especially for a website of this size, is that you can have a single header & footer file where you can modify the entire website (except the page content) from a single file. If the site is setup correctly, you can also allow the usage of unique page titles and meta content for each page while running a template-based dynamic website. --- edit --- Ah... I re-read your post -- I missed a part. A programmer can create a script to create meta keywords / meta description based on the page's content, but it won't be an easy task. Try a site like Digital Point Forums (forums.digitalpoint.com) , or maybe Odesk.com to find a programmer who can do this. It'd be a big task, but it can be done with a custom script.
CE7Z3LKGDCZT4DII32UDGDQAHA at Yahoo! Answers Visit the source
Related Q & A:
- How can I split an HTML element?Best solution by Stack Overflow
- How can I find and replace html links with Notepad++?Best solution by stackoverflow.com
- How can I have Yahoo automatically forward e-mails from an old e-mail to new one?Best solution by Yahoo! Answers
- How can I insert HTML into my Yahoo Group description?Best solution by Yahoo! Answers
- How can I add a HTML code to My Yahoo homepage?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.