-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SEO tool #51
Comments
What kind of tools do we need to implement in Pi? |
For SEO, I think some options like this needed, I will looking for , for more options. Social NetworksWe need more options for link to Social Networks, each website should create a accounts and some options in PI for use it. more info here : http://blog.woorank.com/2012/12/social-media-optimization-tips-for-local-seo/ Mobile OptimizationThis is a theme option. And some tools in theme needed , More info : http://www.smashingmagazine.com/guidelines-for-mobile-web-development/ Mobile Load Time and Mobile Rendering are important too. robots.txtIt needed option, but we must customize it for each website XML SitemapThis option is very important, I think we need module for manage it and perhaps , some kernel service for use on other module. I should update automatically Page title , meta description and KeywordsNow , we have all needed option for set title , meta description and Keywords , But we need more option for make / manage it :
HeadingsAgain theme and template option. We must have just one h1 tag in each page and fore h2 and ... This is very important option ImagesAll images ( img tag ) should have alt, in theme and templates Print-Friendly CSSIt goog if we have Print-Friendly CSS in theme META Language AttributeSet META Language Attribute in header : www.w3schools.com/tags/tag_meta.asp Microformats And Dublin Coreen.wikipedia.org/wiki/Microformat W3C ValidityIts very important, all themes and templates should check for validation Just 4 CSSIn each page ( home page is important ) we must load just 4 css. Its not easy :D gzipNeed option for each website |
Just voltan say, SEO is very important. |
yes, i tested few days ago the woorank tool with http://www.woorank.com/en/www/pi-engine.org |
Wow! So much valuable information. I need go through the tips and implement properly. |
Thanks, Just let me time for improve this list. I should ask some one for more needed option. I'll finish it tomorrow |
it seems the first weaknesses to solve : for pi-engin website use http://www.google.com/webmasters/ tools for SEO for more |
I asked / search about SEO tools, I think each website need two part of options and tools, some system options and some options should added by webmaster after setup website. System optionsthis option is two parts, theme/template options and kernel /module options ( categorize based by PI system ) theme/template optionsMobile OptimizationMore info : http://www.smashingmagazine.com/guidelines-for-mobile-web-development/ HeadingsEach theme need h1... h6 tag : one h1 tag, four h2 tags ... ImagesAll images ( img tag ) should have alt, in theme and templates Print-Friendly CSSIt goog if we have Print-Friendly CSS in theme W3C ValidityIts very important, all themes and templates should check for validation Just 4 CSSIn each page ( home page is important ) we must load just 4 css. Its not easy :D and less important. back-linkskernel /modulerobots.txtIt needed option, but we must customize it for each website. More info : http://blog.woorank.com/2013/04/robots-txt-a-beginners-guide/ XML SitemapThis option is very important, I think we need module for manage it and perhaps , some kernel service for use on other module. I should update automatically and manually, and name file must be sitemap.xml in website root. META Language AttributeSet META Language Attribute in header : www.w3schools.com/tags/tag_meta.asp Microformats And Dublin Coreen.wikipedia.org/wiki/Microformat URL systemit important each website have clean url.Now PI use true standard for URL. Just we need function for set slug/alis and check it unique or not BlogBlog system is two important. we will have news / article / page and other content manager modules. But each website should have blog link http://pi-engine.org/blog . ites very important but we should find solution for use other modules or one category of other modules as blog whit direct link Page title , meta description and KeywordsNow , we have all needed option for set title , meta description and Keywords , But we need more option for generate it :
we need standard we how to generate title , meta description and Keywords, for all modules. generate it when submit each item and save clean data in module->item->db and just load for view. or generate it when each page called. which one? In my modules, I generate meta in submit process and save in DB. I use this example codes :
|
close as done |
Please add SEO tools for use Pi Engine modules.
The text was updated successfully, but these errors were encountered: