Template building with custom tags
This is a powerfull way to integrate your web template into seopublish. You could use your own design or Open Source Templates. This guide will describe what to do to set up your custom design with SEOpublish.com
To use this system you need to insert some pre-defined names in you website template. To make the template work you also need to make folders and upload images exactly the way you template requires. If the template requires certain folders/images/files then an exact copy must be uploaded into the “files” of each site.
Your template locally:
/images/images.*
/js/js*.js
/css/*.css
Must be uploaded to files section. Make folders first, then upload files.
Fields marked as *) indicates required fields to make site work. *seo) is required for an optimal Search Engine Ranking
Meta data
Online,Search,Engine,Friendly,Publishing,Content,Management,System *seo)
Inserts page keywords
<meta name="keywords" content="Online,Search,Engine,Friendly,Publishing,Content,Management,System" />
Online Search Engine Friendly Publishing Content Management System *seo)
Inserts page description
Example code:
<meta name="description" content="Online Search Engine Friendly Publishing Content Management System" />
NOTE: If no keyword or description is published within a page, the default value will be inserted from site-info.
style.css
Inserts the CSS code found in “Edit Site” option in admin panel. The code will be found in the root of your generated site.
<link rel="STYLESHEET" type="text/css" href="style.css">
NOTE! If your current site (if any) has a file called style.css on root, it will be overwritten by SEOpublish´s own file during transfer to a FTP site.
Main menu
<!--menutopstart--><li>SEOlink</li><!--menutopend-->
Sub menu
<!--menusubstart-->SEOlink -<!--menusubend-->
Notice that blue indicated required code. SEOlink will be controlled by a custom start and stop tag in html. (if any)
SEOpublish.com
Insert the Logo code in this area
Template building
Menu title. If you like the menu name to appear within the document, insert this code. Mostly used
<h1>Template building</h1>
Template building with custom tags
Additional title field this could be a page title name. If you want to use the menu names title, you don´t need to use this field. You could also use both.
Additional title field this could be a page title name. If you want to use the menu names title, you don´t need to use this field. You could also use both.
<title>Template building with custom tags</title>
<h1>Template building with custom tags</h1>
Note: For additional <h2,3,4,5…>, use page editor.
SEOcontent1 *
Insert this were you want contents from “pages” content1 field in pages
<p>SEOcontent1</p>
Insert this were you want contents from “pages” content2 field in pages
<p></p>
Why split in two sections? In some cases you may want to use additional content between these fields. In future release a news section will be added. This will use SEOcontent1 for a news summary and for full story.
Available:
-->
This is additional fields for additional fields. Content for this is found under “edit site info”.
Sample code for additional field between content:
<p>SEOcontent1</p>
<p>
</p>
<p>
</p>
<p>
</p>
Future updates
SEOcopy