SEO questions

I am very new to the world of web design. I have recently launched one of my first websites:
American Power Group - Home
I did quite a bit of research on how to make my site as SEO friendly as possible. I recently ran a SEO "check up" and some things came up that I had no idea how to remedy:
Robots.txt Test
Your site lacks a "robots.txt" file. This file can protect private content from appearing online, save bandwidth, and lower load on your server. A missing "robots.txt" file also generates additional errors in your apache log whenever robots request one.
Inline CSS Test
Your webpage is using 26 inline CSS properties!
Page Cache Test
It does not appear that you are caching your pages. Cached pages serve up static html and avoid potentially time consuming queries to your database. It also helps lower server load by up to 80%. Caching most visibly benefits high traffic pages that access a database, but whose content does not change on every page view. Common caching methods include Alternative PHP Cache, Quickcache, and jpcache. Caching mechanisms also typically compress HTML, further reducing page size and load time.
JS Minification Test
You have more than one JS file. Try combining them into one in order to decrease the number of HTTP requests.
CSS Minification Test
You have more than one CSS file. Try combining them into one in order to decrease the number of HTTP requests.
Can anyone explain what these are and if/how I can fix these in Muse?
Thank you!

Hi, I will try to explain,
Robots.txt
Thi sfile is used to provide instructions about their site to web robots;
At the moment your site does not have any robots.txt file, so you can create one and upload it via File upload or using FTP connection
a detailed instructions can be check here
http://www.robotstxt.org/robotstxt.html
Inline CSS
An inline style can be used if a unique style is to be applied to one single occurrence of an element.
detailed instructions can be check here
http://www.w3schools.com/html/html_css.asp
Page Caching
http://www.seositecheckup.com/articles/109
JS Minification
It means removing all unnecessary characters, such as spaces, new lines, comments without affecting the functionality of the source code.
You can use Online JS compresser http://jscompress.com/
Hope this helps.

Similar Messages

  • A Few SEO Questions: Alt="" text and file/folder names.

    I've been reading about the Dark Art of SEO and frankly, a lot of it is more confusing than I anticipated.  Anyway, I'll summarise a bit here.I have read that:
    File/folder names are better with meaningful words and hyphenated words.  so DCM000123.jpg in a folder called galimg would be better as: /gallery-images/painting-title-here.jpg
    Alt="" text can add to the content of your pages.
    My thinking underneath this relates to a gallery site I built with around 200 individual paintings in it.  So the site has a lot of content but not a lot of text.  I wonder if I should start trawling through all of this to change the file names and folders and add alt="" text more meaningfully to help with SEO?
    So if my thinking is OK, here are the questions.
    How would you put the alt="" text on individual images?  I imagine that it should just be a straight-forward, what-you-see description?  But there are a few other options.  Suppose I have an image that the artist has titled, "Cattle on a Hill" and it's an oil on canvas.  I could make that into,
    alt="Oil on Canvas: Cattle on a Hill" or
    alt="Cattle on a Hill" or
    alt="A group of cows grazing in pasture under moonlight." or
    Suppose I have 20 images in a portrait gallery:
    alt="Portrait.  Oil on canvas: Joe Bloggs" or
    alt="Portrait.  Joe Bloggs" or
    alt="Man with grey hair wearing a blue shirt sitting on a bench" or
    alt="Portrait painting.  Oil on canvas. Joe Bloggs: Man with gray hair wearing a blue shirt sitting on a bench"
    The second part of the question also includes the problem that if I have 20 images in a single gallery page and I put "Portrait painting" in each alt="" text is that going to look like key word stuffing?
    Now on to the file name thing.  Should the file names be portrait-painting-01 and so on or should they be Cattle-on-hill or what?
    Final question: am I making too much of all this?
    Thanks
    Martin

    First of all, stay away from spaces in file names AT ALL COST.
    The examples you cited would look like:
    alt="Oil%20on%20Canvas:%20Cattle%20on%20a%20Hill" or
    alt="Cattle%20on%20a%20Hill" or
    alt="A%20group%20of%20cows%20grazing%20in%20pasture%20under%20moonlight."
    to an SE crawler.
    If you really want effective picutres, use Photoshop or Fireworks to embed metadata and THEN add them to your site.
    Alt tags means the text that would appear if the image didn't for some reason. It also helps with accessibility for visually impaired viewers who use plug-ins to allow their browser to "speak" the images to them when the page loads.
    <img src="img/example-1.jpg" width="128" height="160" alt="example-1.jpg" />
    Above is an example of how to add alt text. Dreamweaver actually loads the alt tag automatically unless you've turned it off somehow.
    Either put the info in the Alt box in the properties panel, or in code view, add it between the quotes.
    To the second part of your question, Alt tags are meant for SEO with the images only (Like when you search for images of a certain name or containing certain tags)
    and really have little effect on the page SEO itself. For that type of optimization you want Keywords, and Descriptors in the <head> portion of the
    individual page:
    <meta name="google-site-verification" content="Optimizer code would go here" />
    <meta name="Description" content="Page name, site name, business name, location, phone number, etc. goes here"/>
    <meta name="Keywords" content="Restaurant, Sports bar, Catering, Hotel, Gallery, Car Dealer, Exterminator or whatever describes the site and page as well as content of the pages"/>
    <meta name="author" content="your name here"/>
    <meta name="robots" content="index, follow"/> (This tells search engine crawlers to index this page and each one you add it to,  and follow them site wide)
    <meta name="revisit-after" content="7 days"/> (This tells the crawler when to revisit for updates after it has indexed the site)
    To your last question. No, you're not making too big a deal out of it, if you're talking about exposure for a business. If it's a personal gallery of your favorite vacation pictures? You just might be.

  • Publishing Catalyst: browser navigation/seo questions

    How do you enable the browser navigation so a user can return to the previous page or move forward with the browser buttons. Also, the url is the same for each page. I have a project with multiple pages and I would like to make each page contain a specific link like xyz.com/home (when on the home page) and xyz.com/pictures (when in the gallery), etc... that way I can make external links to specific content on my site.
    Also, I am concerned as to how the seo will turn out with my catalyst site. Do you have a simple example as to how I will be able to include my site in an organic search. Excuse my lack of knowledge in this area. Any information as to how I will be able utilize seo with my catalyst project is much appreciated!
    Lastly, what is the best way to increase the intial loading speed of my site?

    I'll try to answer some of these.
    As for loading, you will want to make sure all the images are linked and elements not used on a state are removed (not just turned invisible). Peter Flynn's session on Flash Catalyst at the 2010 Adobe MAX conference covered this. You can view it on tv.adobe.com (MAX 2010 Design - Mastering Flash Catalyst | Adobe TV)
    Adobe has worked with all the major search engines to provide methods to allow the content in the SWF to be indexed. Here is an article on it (SEO | Adobe Developer Connection)
    As for browser history management, you are going to have to add this to your project using Flash Builder. Here is some information on it: http://oreilly.com/flash/excerpts/seo-for-flash/understanding-browsermanager-class.html
    Hope this gets you started.
    Chris

  • Need to include SEO in my web site

    Hi
    I have an Azure web site at http://skemaz.azurewebsites.net/ that has a cname redirect of http://login.skemaz.net/ from my goDaddy hosted
    web site at www.skemaz.net
    I need to put the below SEO code into my Azure site but am unsure where it should go.
    Please assist.
    Thanks, Mark.
    <head>
    <title>Skemaz Free Retail Merchandising Software as a Service| Skemaz</title>
    <meta name="Title" content="Retail Merchandising | Merchandising Software | Skemaz">
    <meta name="Description" content=" Retail Merchandising Software as a Service from Skemaz is free, intuitive, scalable and social. Improve product performance & reduce merchandising costs now!">
    <meta name="Keywords" content="Retail merchandising, Merchandising Software">
    <meta name="robots" content="INDEX, FOLLOW">
    </head>
    Mark

    Hi ITPSB,
    Base on my experience, you only write above code into your index page head, also you could add this into every page.
    And about the domain redirect, I suggest you could implement a 301 redirect to your custom domain. That will notify search engine spiders that the URL has permanently moved and they will update their index. I suggest you refer to those posts (http://stackoverflow.com/a/13634333)
    and
    http://social.msdn.microsoft.com/forums/windowsazure/en-us/2a8a29cd-135c-4220-83ef-d053364a6804/azure-website-custom-domain-seo-question?forum=windowsazurewebsitespreview
    Hope it helps.
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Anyone know of a good SEO forum I can participate in?

    Appreciate the help, seems like asking SEO questions wouldn't be appropriate here. Correct me if I'm wrong
    Thanks,
    Kevin

    Content is king.  Basically, if you have no keyword rich content inside HTML headings and paragraphs,  there's nothing much for search engines to grab onto. No content = no traffic.
    Google's SEO Starter Guide
    http://googlewebmastercentral.blogspot.com/2010/09/seo-starter-guide-updated.html
    High  Rankings Advisor
    http://www.highrankings.com/newsletter/
    SEO Chat
    http://www.seochat.com/
    Nancy O.

  • Why is my website not showing up AT ALL in Google?

    I uploaded my website at the beginning of this week and it's working OK, but not showing up at all in Google.  It is not so much an SEO question, because even if I google the exact website, it still doesn't show.
    I have no idea what I did wrong, but I assume it's a meta data issue.  What should I have filled out in the HTML for <head> box?  It's blank now.
    Thanks!!!

    You didn't do anything wrong most likely. It takes time to get indexed. Could be months depending on how your site is optimized, your content and traffic you generate to it.

  • What is best method to overcome jerky video export ?

    Hi
    Flash CS5.
    A basic fundamental issue here, getting a decent movie exported from flash.
    I have a 60fps movie (25 was jerky motion [png images as MC’s classic tweened across screen] and after various fps tests 60 was settled on)  with MC’s cars and humans and other items, all MC’s have 60fps timelines, cars and humans with reflections moving across screen. It all plays fine in Flash with ctrl enter. Export it as an avi and play with Quicktime and the action is not just jerky, vehicle enters stage, stops, 5 secs later it jumps halfway across, etc etc, it should run smoothly all the way.
    Likewise mov.
    As the swf is smooth, played via browser, published file set etc, I reckoned converting that would be better.
    I have used an swf to avi converter (iWisoft) , tried all settings highest bitrate, mov wav avi, all are jerky, vehicles move but in a slightly jumpy way, you see double roof panels etc.
    I have seen a thread
    http://forums.adobe.com/thread/747600 with an apparent solution.
    saying play movie on timeline by hitting enter and watch the fps vary, well mine stays steady at 60 !
    It then says export at 5 fps, allows coding of each and every frame, so I alter the 60 to 5 on timeine and then export movie at 5fps as avi.
    Play avi and the reflections are solid not translucent, so that’s no good. If it means going into every MC and altering the fps also to 5 that’s far too much to do. I have MC’s in MC’s in MC’s like a russian doll !  Would not converting all the MC’s to 5fps  be the cause of loss of reflections ?
    What a crazy thing to have to do after creating the movie. Tell us this before we buy flash.
    However I try for a convert to 60fps, using VirtualDub and the result plays in Quicktime with jerkiness. In VLC Media Player its warped and grey, total mess.
    The ‘Correct’ marked post in the thread above didn’t work at all.
    Any other  ideas, as posters in that thread were commenting on a lack of Adobe input to this issue being faced by various bods, creating movies in Flash that look fine but with an inability to get them as mpeg avi etc is bad news.
    Is there an official method decreed by Adobe on this now. ?
    What actually truly works ?
    Envirographics

    This isn't  a Dreamweaver question as much as it is an SEO question.
    Web searches reveal results based on content inside semantic HTML; not their URLs.   So a link to index.html carries the same approximate weight as a link to http://yourdomain.com.
    The main diff is that DW cannot manage absolute links for you.  It can only manage links that are document or site root relative.
    Nancy O.

  • "texts on html file" are not updated "when edited on server"

    Hi All,
    QUESTION
    What are the solutions, for having editable text/content on .html published files, so clients can edit through their server control panel
    Scenario:
    Client wants to update the "text" by editing the .html files on a server.
    I published the website as static html so the text can be included in .html file, but edits made on server's control panel, doesnt appear in live website.
    I also noticed that the texts located in edgeActions.js are editable through server, i am not very interested to define all my text content as the dynamic
    code because then I must worry about empty .html files and SEO questions.

    Here is what I ve found in regard to my own question...
    For a Client, to be able to change the text on server (Ex: phone numbers in a contact page), they should access and modify the text in the   edge.js or sometimes edgeaction.js page. Changing the text on .html page will create no result. I assume, this is because, the .html page is exported ONCE and only at the point of Publishing a project, to satisfy the SEO needs or whatever. Think of the text on .html page as a Sticker to fool the rest of the world, changing it will not change anything on webste and. Also if you change the text in .js, the change will not be relfected on .html file.

  • How to hide image directory from search engines?

    Hi,
    This is more an SEO question than DW but I can't think who else to ask and I suspect this crowd will know the answer...
    I feel like this is a new thing....my image directory is showing up in google for a site that isn't even live yet.  The index page is just an image.  But I've got dozens of pages on my server and hundreds of photos in an image directory for the images on those dozens of pages.  But the current temporary, static index page doesn't have any links to the interior pages yet.  I dont remember ever having this happen where (1) the pages that are on my server are being indexed even though there isn't an index page with links to it and (2) I've never seen my image directory show up on Google! I sure don't want that. It's all my original psd files with layers etc.
    Is this a "no follow" kind of issue? Is this a new issues? How do I prevent my image directory from showing up in google? It was bizarre...I did a search in google for a term and it brought up my own image directory with an image named that name!! I almost had a heart attack.
    Anyone have a favorite SEO forum to post this in as well?
    Any help appreciated.
    Laura

    As always, you are such a reliable source of help! :-)
    That robots.txt you mentioned...do what with that?  I mean, how does that tell it "dont index the images"? For that matter, there are tons of pages on the server I don't want being indexed yet either because they are half baked for later development.
    Thanks!
    Create the file, and upload it to the root directory.  It's as simple as that.  But you'll have to read the details on the google hits to see the exact syntax of the exclusions.
    Now - here's why this is happening....
    Somewhere, google has found a link to this URL -
    http://bluehippotravel.com/photos/destinations/TH/
    The bluehippotravel host has NOT disabled directory browsing.  When you browse to that URL, instead of getting a FORBIDDEN message like you should, you get a page listing the contents of that directory.  Google is indexing that page.  Ask your host to turn off directory browsing for that folder.

  • What is best method to use airdrop to keep documents in sync

    I have a an imac and a macbook air 13 inch.  Both running Mountain Lion.  I use the imac for my primary computer and the Air when I need to travel for  business.
    I am looking for the best suggestion on how to use the two computers to access the same documents through either a cloud or Airdrop solution.  I use Office (Word; excel; PP) for most all business needs. I don't have nor use Keynote, Pages or Numbers, nor do I have any desire to start using those.
    Thanks.

    This isn't  a Dreamweaver question as much as it is an SEO question.
    Web searches reveal results based on content inside semantic HTML; not their URLs.   So a link to index.html carries the same approximate weight as a link to http://yourdomain.com.
    The main diff is that DW cannot manage absolute links for you.  It can only manage links that are document or site root relative.
    Nancy O.

  • What is best method to archive movies?

    Appreciate any advice as to how to best transfer my iMovies off of my MacBook Pro running Mtn Lion, to an external device (thinking of a 1 or 2 GB G Drive) for archive purposes. Once my old VHS home movies are transfered & digital on iMovie, I'll edit a bit in "Project" & finalize them. I want to send both the final Projects & original film (Events?) to an external HD. I'm thinking of getting a 1tb G-Drive mobile as easier to move around BUT if someone feels it's more important to get a desktop G-Drive for video, due to having a fan over the mobile, then I would like to know before I make the purchase. In that case, I will go for 2 or 4 TB. I don't plan on editing from the external HD, I only want to archieve my movies there BUT also want the ability to move them back into iMovie in case I want to share them with someone. I assume that would have to be done via YouTube, which I have already used. Thanks for any tips. Pls note that I'm not computer savvy so no big tech terms; pls treat me like I'm in kindergarten with any replies!   Tks! -Lynn

    This isn't  a Dreamweaver question as much as it is an SEO question.
    Web searches reveal results based on content inside semantic HTML; not their URLs.   So a link to index.html carries the same approximate weight as a link to http://yourdomain.com.
    The main diff is that DW cannot manage absolute links for you.  It can only manage links that are document or site root relative.
    Nancy O.

  • Properly indexed

    Problem in my blogg
    [spam link removed]
    "Flash content has been detected on this page.
    Flash should only be used for specific enhancements. Although Flash content often looks nicer, it cannot be properly indexed by search engines. Avoid full Flash websites to maximize SEO."
    Is there any way fix this if I want to use flash content on my blog?

    This isn't really a Flash Player question but a web design/SEO question.
    Embedded Flash content appears to a search engine "spider" as this:
    <object>[all the accompanying data]</object>
    EVERYTHING inside the [ and ] is INVISIBLE. People build entire sites in a Flash container and the wonder WHY they have pi$$ poor rankings with Google, Yahoo and Bing to name a few.
    Add to this the FACT that smartphones, and tablets (Android) CAN'T and DON'T run Flash, and you've alienated a whole new genre of potential visitors to your site.
    HTML5 has the ability to embed M4V, MPEG, AVI and a few other formats of video content that are visible UNIVERSALLY. Flash is a dying format... it has about two years at best before it's obsolete.
    Ask in the Dreamweaver forum. People there like Nancy O, Murray Summers, Mark Hollis, John Waller and others will tell you that Flash content, especially Flash content you hope to use for SEO purposes, is a BAD BAD BAD idea anymore.

  • AE APEX Blog Aggregator and Google

    Just a question here. I have noticed over the past few weeks it and several other blog now pull informaiton from blogger.google (something). Is anyone else having any issues reading these through RSS? It is giving my outlook hell and usually end up totally locking it up.

    I would say that it is job specific. If you have a mostly static website or need something that is more like a CMS, because you have non-technical content editors, then APEX would probably not be the best choice. If your website is data driven or leverages CRM or ERP system data then APEX can be really effective. 
    As to your SEO question, there is no easy way around that with APEX but we found that we only needed to build SEO rewrites for our home and main landing pages. After that, our hit numbers didn't really improve because users were branching to the authenticated side of the website anyhow.
    Regards,
    Brad

  • Iweb SEO Tool Question Revised

    Sorry I thought I should make this question simpler ...
    Something has gone wrong with my iweb SEO tool
    and it is messing up all the pages (published to a folder)
    that I update with it.
    Everything looks fine in the tool - but it does exactly the
    same bad thing to every page when I try and use it.
    Is there some kind of reset or something that won't lose
    all my tags etc? My site is massive and re entering everything
    would take a week.
    Thankyou to anyone that has any idea of where I should start?

    t does exactly the same bad thing to every page when I try and use it.
    Which is? 
    Try creating a new domain file with a test site and see if SEO messes that site up the same way.  If it doesn't then there's something awry with your original domain file and website.
    OT

  • Iweb SEO tool question

    I tried to add a don't follow don't index tag to the header section
    in the site settings tab in iweb SEO but then after applying it to the entire
    site and uploading the pages I wanted including this tag found that
    except for a few elements the pages once uploaded looked blank.
    So I went back and deleted the new tag out of iweb SEO but now it
    is still messing up the pages I try and use it with.
    I have a huge site and tons of tags entered in the iweb SEO tool
    and so I don't want to start fresh.
    It all looks okay in the tool but it is messing up every page on the site
    in the same way when I apply the tool.   
    Is there anyway I can do some kind of reset without losing all my titles and
    tags?
    I have searched the web and Rage softwares site but can't
    find an answer to this so if anyone here has any ideas I would really appreciate it.
    I don't even really care about the don't follow tags now - I just want to fix my site.

    Please email us and we can help you solve this problem. Please include your website URL and anymore details such as a screenshot of what the page looks like after applying your tags.
    You can take a screenshot by holding down the COMMAND and SHIFT keys on your keyboard and then pressing the number 3. An image file will appear on your desktop, please send that to me. If your email client asks, select the option to send the full size, or original image file.
    I suspect this is a very easy thing to fix once we have more details about the problem.

Maybe you are looking for

  • Non operational USB ports and stuck on grey apple start up screen

    Two problems 1. USB ports are non operational. I believe I fried them by accident. When hooking up an external USB hub, I may have connected an incorrect power supply. Now the USB ports on the front and back of my tower are non operational/do not wor

  • Replacement iphone(hardly one month old phone) is a new one or refurbished ?

    Replacement iphone(hardly one month old phone) is a new one or refurbished ? I am facing lot of issues with my iphone 3gs.Please i request you guys dont buy any apple products here.its waste.I bought my iphone one moth back when i use GPRS(internet )

  • What is better export each schema in a file or all schema in a file??

    HI, I want to know if it's better have an script that do the export of each oracle user in a file, or do a full database export with all schemas, For example, method1 ==========0 exp system/<password> FIlE=user1.dmp OWNER=user1 exp system/<password>

  • Insert Query - Logic?

    Table Name : WLCustAct_Emp Structure and data CustLifeNo WLActCatId WLDayId WeekNo WLEmpTypeId 330374 FRI 1 330374 FRI 1 C 330374 M FRI 1 330374 M FRI 1 330374 M FRI 1 C 330374 FRI 1 330374 FRI 1 330374 FRI 1 C 330374 FRI 1 330374 D MON 1 330374 M MO

  • Aperture for newbies - folders, projects, Photostream...

    Hi, I like to ask some newbie questions about Aperture. 1) How to use folders, projects etc? Let's say I made hiking tour for several days, do I make a project for each day or for the whole trip? Or do I just put the several "day-projects" into one f