We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 3347
    • 4 Posts
    I am a user not a programmer. I have read number of threads regarding keywords and meta tags, within modx ex using the (Resources- manage meta tags and keywords tab.) Do they work or are there better way to inset keywords and meta tags. Do search engines use meta tags anymore?
    Thanks
      • 30497
      • 245 Posts
      Quote from: bigsky at May 01, 2008, 10:50 AM

      I am a user not a programmer. I have read number of threads regarding keywords and meta tags, within modx ex using the (Resources- manage meta tags and keywords tab.) Do they work or are there better way to inset keywords and meta tags. Do search engines use meta tags anymore?
      Thanks


      Serach engines don’t really use meta keywords any more, but meta description is still important, particularly as a "call to action" from SERPs - use good descriptive meta descriptions that encourage a user to click through to your site. If you leave out the meta description, the search engines will choose text from your content for this task, but by using you meta description properly you have more control.
        • 28107
        • 230 Posts
        try a serch for SEO (search engine optimization) in google.

        Tips like using H1 and H2 .. for imporant information on your page, also as repetition of content within the description, the ’ctcr’ (Code-to-Content ratio), backlinks, are more relevant for seach engines.
          CONIN Werbeagentur . Köln
          http://www.conin.de
          • 30497
          • 245 Posts
          Quote from: ganeshXL at May 02, 2008, 03:28 AM

          Even if you’re using meta keywords + descriptions, I’d suggest you create two template variables - instead of using the in-built meta tab.

          You can then use the practical @INHERIT to set some default values (from the parent doc) and only override it when necessary.

          http://modxcms.com/template-variables.html
          http://modxcms.com/inherit-binding.html

          for keywords, yes, but for meta descriptions, you are better of having unique ones for each page (where practical of course...). I write unique meta descriptions manually for pages that compete heavily on core keywords for a site; for other pages, you could probably just let the search engine choose what it thinks is most appropriate from the content itself, or create a script to select some text from the main content and actually insert it into the meta description (I see a lot of big sites like newspapers doing this).

          Even Google’s Webmaster tools recently added a feature to allow webmasters to check for duplicate content, and meta description is one of the areas they check (they took the idea from Aaron Wall at seobook.com who had a tool that did the same thing, check for dupe content etc).


          Check out this, may also be of interest:

          http://www.highrankings.com/serp-descriptions


          So, while as a previous poster mentioned the importance of h1 etc, and that is true, I still wouldn’t ignore meta description for seo and more importantly, for "conversion" (in this case, "conversion" is getting a web user to click *your* link in the organic search results). Controlling what is shown as the description of your site in the SERPs allows you to use this area to pull a visitor in to your domain.
            • 3347
            • 4 Posts
            Thanks for all the response, so in summary should I bother with the keywords and meta-tags in modx, (Resources- - manage meta tags and keywords tab.) Is this feature worth using in modx , and if not why is it there.?
            Thanks again.
              • 25663 MODX Staff
              • 12,272 Posts
              Legacy. I can’t stand it myself!
                Ryan Thrash, MODX Co-Founder
                Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
                • 30497
                • 245 Posts
                Quote from: ganeshXL at May 02, 2008, 03:28 AM

                Even if you’re using meta keywords + descriptions, I’d suggest you create two template variables - instead of using the in-built meta tab.

                You can then use the practical @INHERIT to set some default values (from the parent doc) and only override it when necessary.

                http://modxcms.com/template-variables.html
                http://modxcms.com/inherit-binding.html

                This is great, I changed mine over to this method and it is a much more logical implementation. Thanks for the heads up.